aboutsummaryrefslogtreecommitdiff
path: root/keyboards/yasui/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/yasui/rules.mk')
-rw-r--r--keyboards/yasui/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/yasui/rules.mk b/keyboards/yasui/rules.mk
new file mode 100644
index 000000000..b8adede3e
--- /dev/null
+++ b/keyboards/yasui/rules.mk
@@ -0,0 +1,20 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader
5BOOTLOADER = caterina
6
7# Build Options
8# comment out to disable the options.
9#
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug
14COMMAND_ENABLE = no # Commands for debug and configuration
15SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
16NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
17BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
18AUDIO_ENABLE = no
19RGBLIGHT_ENABLE = yes
20