summaryrefslogtreecommitdiff
path: root/keyboards/yoichiro/lunakey_mini/rules.mk
diff options
context:
space:
mode:
authorYoichiro Tanaka <yoichiro@eisbahn.jp>2020-11-23 06:25:17 +0900
committerGitHub <noreply@github.com>2020-11-22 21:25:17 +0000
commitc84650a147a5bf26322b583be85774121f5464e2 (patch)
treeb9d5965bf4e415ae94f101fb773852c9a90d7fc1 /keyboards/yoichiro/lunakey_mini/rules.mk
parent30afa1ccd333a693d7edcda10e618b5c82bc6b98 (diff)
Add a new keyboard: yoichiro/lunakey_mini (#10958)
* Add a new keyboard: yoichiro/lunakey_mini * Modify the VENDOR and PRODUCT IDs. * Remove unnecessary EOL characters. * Remove unnecessary modified characters. * Update the layer definition more simple. * Change the product name. * Change the LAYOUT name (append `_split_3x6_4`) and change keys order in info.json file.
Diffstat (limited to 'keyboards/yoichiro/lunakey_mini/rules.mk')
-rw-r--r--keyboards/yoichiro/lunakey_mini/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/yoichiro/lunakey_mini/rules.mk b/keyboards/yoichiro/lunakey_mini/rules.mk
new file mode 100644
index 0000000000..8096b2238d
--- /dev/null
+++ b/keyboards/yoichiro/lunakey_mini/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+SPLIT_KEYBOARD = yes # Enable Split keyboard