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 13bc4cf97..3b2894a17 100644 --- a/keyboards/kyria/keymaps/ninjonas/rules.mk +++ b/keyboards/kyria/keymaps/ninjonas/rules.mk | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays | 1 | OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays |
| 2 | ENCODER_ENABLE = yes # Enables the use of one or more encoders | 2 | ENCODER_ENABLE = yes # Enables the use of one or more encoders |
| 3 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 3 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 4 | LINK_TIME_OPTIMIZATION_ENABLE = yes \ No newline at end of file | 4 | LINK_TIME_OPTIMIZATION_ENABLE = yes |
| 5 | |||
| 6 | SRC += encoder.c \ | ||
| 7 | oled.c \ No newline at end of file | ||
