diff options
Diffstat (limited to 'keyboards/georgi/rules.mk')
-rw-r--r-- | keyboards/georgi/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/georgi/rules.mk b/keyboards/georgi/rules.mk index 0f730f3b73..a87b448e34 100644 --- a/keyboards/georgi/rules.mk +++ b/keyboards/georgi/rules.mk @@ -4,7 +4,7 @@ # 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 i2c_master.c sten.c # Hardware info MCU = atmega32u4 @@ -15,8 +15,9 @@ F_USB = $(F_CPU) EXTRAFLAGS += -flto CUSTOM_MATRIX = yes +MOUSEKEY_ENABLE = no STENO_ENABLE = yes EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = no +CONSOLE_ENABLE = yes COMMAND_ENABLE = no NKRO_ENABLE = yes |