diff options
Diffstat (limited to 'keyboards/gergo/rules.mk')
-rw-r--r-- | keyboards/gergo/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/gergo/rules.mk b/keyboards/gergo/rules.mk index a33bfcec8d..2b5d62988e 100644 --- a/keyboards/gergo/rules.mk +++ b/keyboards/gergo/rules.mk @@ -4,7 +4,8 @@ # Do not edit this file! Make a copy of keymaps/default and modify that! #---------------------------------------------------------------------------- # Source includes -SRC += matrix.c i2c_master.c +SRC += matrix.c +QUANTUM_LIB_SRC += i2c_master.c # Hardware info MCU = atmega32u4 @@ -17,5 +18,6 @@ CUSTOM_MATRIX = yes EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = yes COMMAND_ENABLE = yes +BOOTMAGIC_ENABLE = lite DEBOUNCE_TYPE = eager_pr |