Skip to content

Commit

Permalink
Revert debounce and debounce type
Browse files Browse the repository at this point in the history
Seems like a per key debounce ain't as good as the default global algorithm for wireless for this. No real issues with QMK default so going back.
  • Loading branch information
jincao1 committed Apr 13, 2024
1 parent fa4a8dc commit f633762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/nuphy/air75_v2/ansi/customizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a deep sleep state. There are no indicators in other sleep modes.
- Bluetooth connection indicators will be lit blue when establishing connection. This lights the corresponding
BT mode key. No indicator for RF as the sidelight is a different colour.
- Default startup LED brightness set to zero and side led set to lowest brightness. This is because I don't use LEDs so I don't need to toggle them off when resetting the board or flashing new firmware.
- Change debounce algorithm to `sym_defer_pk`. MCU should be fast enough to handle this.
- 3ms debounce instead of 2ms (potential stability)
- 3 sleep modes (inspired by @adi4086) - Toggle sleep mode button moved to `Fn + M + ]`.
- Deep Sleep (NRF off, MCU off, LED off) - lowest power consumption. This is the default. Right indicator blinks green.
- Light Sleep (NRF off, LED off) - no real reason to use this, but might wake up quicker. Right indicator blinks yellow.
Expand Down
3 changes: 1 addition & 2 deletions keyboards/nuphy/air75_v2/ansi/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
},
"processor": "STM32F072",
"bootloader": "stm32-dfu",
"debounce": 2,
"debounce": 3,
"build": {
"debounce_type": "sym_defer_pk",
"lto": true
},
"matrix_pins": {
Expand Down

0 comments on commit f633762

Please sign in to comment.