summaryrefslogtreecommitdiff
path: root/keyboards/gergo/rules.mk
diff options
context:
space:
mode:
authorJeremy Bernhardt <bernhardtjeremy@gmail.com>2019-08-06 11:20:48 -0600
committerDrashna Jaelre <drashna@live.com>2019-08-06 10:20:48 -0700
commit07bdc8f4b7268f69a789bfe7656e8384bfcfed57 (patch)
tree50110933438d9fc4b928f9d6e225f8a8e397af8f /keyboards/gergo/rules.mk
parentae934c389e755ae780eb6e385f55b687581c5db4 (diff)
[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.mk4
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