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 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 |
| 7 | SRC += matrix.c i2c_master.c | 7 | SRC += matrix.c i2c_master.c sten.c |
| 8 | 8 | ||
| 9 | # Hardware info | 9 | # Hardware info |
| 10 | MCU = atmega32u4 | 10 | MCU = atmega32u4 |
| @@ -15,8 +15,9 @@ F_USB = $(F_CPU) | |||
| 15 | EXTRAFLAGS += -flto | 15 | EXTRAFLAGS += -flto |
| 16 | 16 | ||
| 17 | CUSTOM_MATRIX = yes | 17 | CUSTOM_MATRIX = yes |
| 18 | MOUSEKEY_ENABLE = no | ||
| 18 | STENO_ENABLE = yes | 19 | STENO_ENABLE = yes |
| 19 | EXTRAKEY_ENABLE = yes | 20 | EXTRAKEY_ENABLE = yes |
| 20 | CONSOLE_ENABLE = no | 21 | CONSOLE_ENABLE = yes |
| 21 | COMMAND_ENABLE = no | 22 | COMMAND_ENABLE = no |
| 22 | NKRO_ENABLE = yes | 23 | NKRO_ENABLE = yes |
