diff options
Diffstat (limited to 'keyboards/kyria/keymaps/ninjonas/rules.mk')
-rw-r--r-- | keyboards/kyria/keymaps/ninjonas/rules.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/kyria/keymaps/ninjonas/rules.mk b/keyboards/kyria/keymaps/ninjonas/rules.mk index 13bc4cf97b..3b2894a175 100644 --- a/keyboards/kyria/keymaps/ninjonas/rules.mk +++ b/keyboards/kyria/keymaps/ninjonas/rules.mk @@ -1,4 +1,7 @@ OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays ENCODER_ENABLE = yes # Enables the use of one or more encoders RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -LINK_TIME_OPTIMIZATION_ENABLE = yes
\ No newline at end of file +LINK_TIME_OPTIMIZATION_ENABLE = yes + +SRC += encoder.c \ + oled.c
\ No newline at end of file |