aboutsummaryrefslogtreecommitdiff
path: root/keyboards/georgi/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/georgi/rules.mk')
-rw-r--r--keyboards/georgi/rules.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/georgi/rules.mk b/keyboards/georgi/rules.mk
index 0f730f3b7..a87b448e3 100644
--- a/keyboards/georgi/rules.mk
+++ b/keyboards/georgi/rules.mk
@@ -4,7 +4,7 @@
4# Do not edit this file! Make a copy of keymaps/default and modify that! 4# Do not edit this file! Make a copy of keymaps/default and modify that!
5#---------------------------------------------------------------------------- 5#----------------------------------------------------------------------------
6# Source includes 6# Source includes
7SRC += matrix.c i2c_master.c 7SRC += matrix.c i2c_master.c sten.c
8 8
9# Hardware info 9# Hardware info
10MCU = atmega32u4 10MCU = atmega32u4
@@ -15,8 +15,9 @@ F_USB = $(F_CPU)
15EXTRAFLAGS += -flto 15EXTRAFLAGS += -flto
16 16
17CUSTOM_MATRIX = yes 17CUSTOM_MATRIX = yes
18MOUSEKEY_ENABLE = no
18STENO_ENABLE = yes 19STENO_ENABLE = yes
19EXTRAKEY_ENABLE = yes 20EXTRAKEY_ENABLE = yes
20CONSOLE_ENABLE = no 21CONSOLE_ENABLE = yes
21COMMAND_ENABLE = no 22COMMAND_ENABLE = no
22NKRO_ENABLE = yes 23NKRO_ENABLE = yes