[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
This commit is contained in:
Jeremy Bernhardt
2019-08-06 11:20:48 -06:00
committed by Drashna Jaelre
parent ae934c389e
commit 07bdc8f4b7
10 changed files with 508 additions and 16 deletions

View File

@@ -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