diff options
Diffstat (limited to 'keyboards/treadstone48/rev1/keymaps/like_jis_rs/rules.mk')
-rw-r--r-- | keyboards/treadstone48/rev1/keymaps/like_jis_rs/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/treadstone48/rev1/keymaps/like_jis_rs/rules.mk b/keyboards/treadstone48/rev1/keymaps/like_jis_rs/rules.mk new file mode 100644 index 000000000..7380582ca --- /dev/null +++ b/keyboards/treadstone48/rev1/keymaps/like_jis_rs/rules.mk @@ -0,0 +1,11 @@ +MOUSEKEY_ENABLE = yes # Mouse keys + +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +OLED_DRIVER_ENABLE = yes +LTO_ENABLE = yes + +# If you use connection the Rhymestone, please enable RS_EXTRA_LED +OPT_DEFS += -DRS_EXTRA_LED + +# If you want to change the display of OLED, you need to change here +SRC += ./common/oled_helper.c \ |