diff options
author | Drashna Jaelre <drashna@live.com> | 2019-04-26 17:24:00 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-26 17:24:00 -0700 |
commit | 8faee5c9f67e9a5389754f90ded6983e669aae15 (patch) | |
tree | 1e3a1eb1a65e01a0c22aaafaeccc1fd657ce7a4b /keyboards/gergo/rules.mk | |
parent | ffd10d41168a7bf3eb2631490c61fb7a552fa6a6 (diff) |
[Keyboard] Update Gergo to use newer Ergodox Matrix code (#5703)
* [Keyboard] Update Gergo to use newer Ergodox Matrix code
And update layout macros to be correct
* Almost forgot the json file
* Remove board specific defines for i2c timeout
Diffstat (limited to 'keyboards/gergo/rules.mk')
-rw-r--r-- | keyboards/gergo/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/gergo/rules.mk b/keyboards/gergo/rules.mk index aadc1c2cee..2ce9e01e6d 100644 --- a/keyboards/gergo/rules.mk +++ b/keyboards/gergo/rules.mk @@ -18,3 +18,5 @@ POINTING_DEVICE_ENABLE = yes EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = yes COMMAND_ENABLE = yes + +DEBOUNCE_TYPE = eager_pr |