diff options
Diffstat (limited to 'keyboards/clueboard2/keymaps/max/Makefile')
-rw-r--r-- | keyboards/clueboard2/keymaps/max/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/clueboard2/keymaps/max/Makefile b/keyboards/clueboard2/keymaps/max/Makefile new file mode 100644 index 0000000000..22b5b94e37 --- /dev/null +++ b/keyboards/clueboard2/keymaps/max/Makefile @@ -0,0 +1,11 @@ + + +# 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. Do not enable this with audio at the same time. + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif
\ No newline at end of file |