diff options
author | Jeremy Bernhardt <bernhardtjeremy@gmail.com> | 2019-08-06 11:20:48 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-06 10:20:48 -0700 |
commit | 07bdc8f4b7268f69a789bfe7656e8384bfcfed57 (patch) | |
tree | 50110933438d9fc4b928f9d6e225f8a8e397af8f /keyboards/gergo/rules.mk | |
parent | ae934c389e755ae780eb6e385f55b687581c5db4 (diff) | |
download | firmware-07bdc8f4b7268f69a789bfe7656e8384bfcfed57.tar.gz firmware-07bdc8f4b7268f69a789bfe7656e8384bfcfed57.tar.bz2 firmware-07bdc8f4b7268f69a789bfe7656e8384bfcfed57.zip |
[Keyboard] Added little fixes and bootmagic for gBoard keebs (#6477)
* Added little fixes and bootmagic
* Update keyboards/gergo/keymaps/oled/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* whacked out quantum_libs
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 a33bfcec8..2b5d62988 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 |