diff options
Diffstat (limited to 'keyboards/crkbd/keymaps/oled_sample/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/oled_sample/rules.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/oled_sample/rules.mk b/keyboards/crkbd/keymaps/oled_sample/rules.mk new file mode 100644 index 000000000..fb480bba8 --- /dev/null +++ b/keyboards/crkbd/keymaps/oled_sample/rules.mk @@ -0,0 +1,7 @@ + +# Build Options +# change to "no" to disable the options, or define them in the Makefile in +# the appropriate keymap folder that will get included automatically +# +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +OLED_DRIVER_ENABLE = yes |