diff options
Diffstat (limited to 'keyboards/kapl/rev1/rules.mk')
-rw-r--r-- | keyboards/kapl/rev1/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/kapl/rev1/rules.mk b/keyboards/kapl/rev1/rules.mk new file mode 100644 index 0000000000..e3a4137694 --- /dev/null +++ b/keyboards/kapl/rev1/rules.mk @@ -0,0 +1,5 @@ +# Do not enable RGB_MATRIX_ENABLE together with RGBLIGHT_ENABLE +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 + +LTO_ENABLE = yes |