summaryrefslogtreecommitdiff
path: root/keyboards/thevankeyboards/minivan/keymaps/like_jis/rules.mk
diff options
context:
space:
mode:
authormarksard <38324387+marksard@users.noreply.github.com>2019-05-18 04:40:02 +0900
committerDrashna Jaelre <drashna@live.com>2019-05-17 12:40:02 -0700
commit49464be64559710318f4d8edc5a92a7a90784734 (patch)
tree45576381c6c068e446750b846e8370bd72faf9b3 /keyboards/thevankeyboards/minivan/keymaps/like_jis/rules.mk
parent9c7818582d9f82b1378cfbfb654dbb8e9348b268 (diff)
[Keymap] Add keymap for minivan (#5887)
* 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 * Added like_jis keymap for minivan/KUMO keyboard. * Fixed comments * Fixed review
Diffstat (limited to 'keyboards/thevankeyboards/minivan/keymaps/like_jis/rules.mk')
-rw-r--r--keyboards/thevankeyboards/minivan/keymaps/like_jis/rules.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/thevankeyboards/minivan/keymaps/like_jis/rules.mk b/keyboards/thevankeyboards/minivan/keymaps/like_jis/rules.mk
new file mode 100644
index 0000000000..07f71d6dbb
--- /dev/null
+++ b/keyboards/thevankeyboards/minivan/keymaps/like_jis/rules.mk
@@ -0,0 +1,25 @@
+# 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
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
+MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
+EXTRAKEY_ENABLE = no # Audio control and System control(+450)
+CONSOLE_ENABLE = no # Console for debug(+400)
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+MIDI_ENABLE = no # MIDI controls
+AUDIO_ENABLE = no # Audio output on port C6
+UNICODE_ENABLE = no # Unicode
+BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
+RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+TAP_DANCE_ENABLE = yes
+
+LED_ANIMATIONS = yes # LED animations
+
+ifeq ($(strip $(LED_ANIMATIONS)), yes)
+ # OPT_DEFS += -DRGBLIGHT_ANIMATIONS
+ OPT_DEFS += -DLED_ANIMATIONS
+endif