diff options
author | Joel Challis <git@zvecr.com> | 2021-08-09 19:46:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 19:46:18 +0100 |
commit | c0628c2820b436550f62af5f6b7fae1f66b0bf8b (patch) | |
tree | 015f943e8586e27dee0b07bb705732e93ceb53e2 /keyboards/gergo | |
parent | 7c691d82bf21f8bdbc98d4193d2ad3956528c25a (diff) |
Remove backwards compatibility of debounce names (#13877)
* Remove backwards compatibility of debounce names
* Update docs
* Update keyboards/keymaps
Diffstat (limited to 'keyboards/gergo')
-rw-r--r-- | keyboards/gergo/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gergo/rules.mk b/keyboards/gergo/rules.mk index 9b4a8d6fbc..6a1d073246 100644 --- a/keyboards/gergo/rules.mk +++ b/keyboards/gergo/rules.mk @@ -17,6 +17,6 @@ CONSOLE_ENABLE = yes COMMAND_ENABLE = yes BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite -DEBOUNCE_TYPE = eager_pr +DEBOUNCE_TYPE = sym_eager_pr SRC += matrix.c QUANTUM_LIB_SRC += i2c_master.c |