diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-11 07:56:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-11 07:56:22 +0000 |
commit | 49e673861dc578e9330d666a0b1e731c4646c31e (patch) | |
tree | 1bcbdaef7138b457509c67379bab3d0fcabb2538 /keyboards/keycapsss/kimiko/keymaps/default/rules.mk | |
parent | cf95a07ae8da6f8f93296efc8e1f2958e18bad04 (diff) | |
parent | ebfe668fff54a3fd0731ca26a0a38bf33cab7ee7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keycapsss/kimiko/keymaps/default/rules.mk')
-rw-r--r-- | keyboards/keycapsss/kimiko/keymaps/default/rules.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/keycapsss/kimiko/keymaps/default/rules.mk b/keyboards/keycapsss/kimiko/keymaps/default/rules.mk new file mode 100644 index 0000000000..947873117e --- /dev/null +++ b/keyboards/keycapsss/kimiko/keymaps/default/rules.mk @@ -0,0 +1,8 @@ +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 + +# LTO: Link Time Optimizations. +# Reduce compiled size, but will automatically disable the legacy TMK Macros and Functions features. +# This does not affect QMK Macros and Layers +LTO_ENABLE = yes |