diff options
author | marksard <38324387+marksard@users.noreply.github.com> | 2019-05-20 02:00:53 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-19 10:00:53 -0700 |
commit | 2a8fd5823244eb1c7e8906b4118f01d2078c4e28 (patch) | |
tree | 30fd70f54b2f82657c0e79372b45fdcc51853b30 /keyboards/nomu30/keymaps/like_jis/rules.mk | |
parent | 2ce3c5548ae7329a80d4db73a5ce3e7f092332f3 (diff) |
[Keymap] Add keymap nomu30 likejijs (#5917)
* Keyboard: add treeadstone48
* rename layout defines
* Use of pragma once
* move common include code
* fixed info.json
* change keymap layout from kc to normal
* fix alpha revision keymap
* fixed info.json
* remove USE_Link_Time_Optimization
* Add like_jis keymap for nomu30
Diffstat (limited to 'keyboards/nomu30/keymaps/like_jis/rules.mk')
-rw-r--r-- | keyboards/nomu30/keymaps/like_jis/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/nomu30/keymaps/like_jis/rules.mk b/keyboards/nomu30/keymaps/like_jis/rules.mk new file mode 100644 index 0000000000..b1a6026c2a --- /dev/null +++ b/keyboards/nomu30/keymaps/like_jis/rules.mk @@ -0,0 +1,26 @@ + +# 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 +# +MOUSEKEY_ENABLE = yes # Mouse keys(+4700) +TAP_DANCE_ENABLE = no + +# If your custom treadstone32 pcb, you can rewrite to yes. +RGBLIGHT_ENABLE = yes # LED underglow (Enable WS2812 RGB underlight.) +LED_ANIMATIONS = yes # LED animations + +# Other selectable option +IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) + +ifeq ($(strip $(LED_ANIMATIONS)), yes) + # OPT_DEFS += -DRGBLIGHT_ANIMATIONS + OPT_DEFS += -DLED_ANIMATIONS +endif + +ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes) + OPT_DEFS += -DIOS_DEVICE_ENABLE +endif + +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |