diff --git a/config/rules.mk b/config/rules.mk new file mode 100644 index 0000000..103e023 --- /dev/null +++ b/config/rules.mk @@ -0,0 +1,19 @@ +#BOOTMAGIC_ENABLE = lite + +# enable media keys +EXTRAKEY_ENABLE = yes + +# smaller file size, little down-side +LINK_TIME_OPTIMIZATION_ENABLE = yes + +# for combos! +COMBO_ENABLE = yes + +# markstos +# Backlighting is not RGB underglow or RGB matrix +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality + +# RGB +RGBLIGHT_ENABLE = no + +TAP_DANCE_ENABLE = yes \ No newline at end of file