Skip to content

Commit

Permalink
Update scanners.md
Browse files Browse the repository at this point in the history
  • Loading branch information
regicidalplutophage authored Nov 7, 2024
1 parent 4d684a5 commit cd0b023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/scanners.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class MyKeyboard(KMKKeyboard):
row_pins=self.row_pins,
# optional arguments with defaults:
columns_to_anodes=DiodeOrientation.COL2ROW,
interval=0.02, # Debounce time in floating point seconds
interval=0.02, # How often the matrix is sampled
debounce_threshold=1, # Number of samples needed to change state
max_events=64
)

Expand Down

0 comments on commit cd0b023

Please sign in to comment.