summaryrefslogtreecommitdiffstats
path: root/keyboards/dtisaac/dosa40rgb/rules.mk
diff options
context:
space:
mode:
authorDao Tak Isaac <daotran0940@gmail.com>2021-09-18 13:52:18 +0700
committerGitHub <noreply@github.com>2021-09-17 23:52:18 -0700
commit09b66c06d4fa0f2db1340e9f9b89ab27235bb500 (patch)
tree5f6bdde5a8227411d61898c34bcd800629a056a9 /keyboards/dtisaac/dosa40rgb/rules.mk
parent228c7b095b0f441652b2719713cb3bf1e5811828 (diff)
[Keyboard] Add Dosa40RGB + dtisaac01 (#14476)
Diffstat (limited to 'keyboards/dtisaac/dosa40rgb/rules.mk')
-rw-r--r--keyboards/dtisaac/dosa40rgb/rules.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/rules.mk b/keyboards/dtisaac/dosa40rgb/rules.mk
new file mode 100644
index 0000000000..0440ff20b4
--- /dev/null
+++ b/keyboards/dtisaac/dosa40rgb/rules.mk
@@ -0,0 +1,25 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = lufa-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = no # 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
+BLUETOOTH = AdafruitBLE # Enable Bluetooth
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812 \ No newline at end of file