summaryrefslogtreecommitdiff
path: root/keyboards/ymdk/ymd40/air40/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-01-10 00:49:04 +0000
committerQMK Bot <hello@qmk.fm>2023-01-10 00:49:04 +0000
commit59ae682dc9b3e2946a71533cfc62661d2545ed30 (patch)
tree1dd74ed81a48f619966e844f7cbe793fa6db6138 /keyboards/ymdk/ymd40/air40/rules.mk
parent2dd43591815c6eddf389b8d34f6dc69bc65a0e8f (diff)
parentcaca029e121feb0695f20433dff29429a239e77c (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ymdk/ymd40/air40/rules.mk')
-rw-r--r--keyboards/ymdk/ymd40/air40/rules.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd40/air40/rules.mk b/keyboards/ymdk/ymd40/air40/rules.mk
new file mode 100644
index 0000000000..3325a699df
--- /dev/null
+++ b/keyboards/ymdk/ymd40/air40/rules.mk
@@ -0,0 +1,26 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = no # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no
+RGBLIGHT_SUPPORTED = no
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812
+AUDIO_ENABLE = no # Audio output
+AUDIO_SUPPORTED = no
+KEY_LOCK_ENABLE = no
+
+LAYOUTS = ortho_4x12
+