summaryrefslogtreecommitdiff
path: root/keyboards/bubble75/hotswap/rules.mk
diff options
context:
space:
mode:
authord-floe <31980883+d-floe@users.noreply.github.com>2023-01-16 22:33:49 -0600
committerGitHub <noreply@github.com>2023-01-16 20:33:49 -0800
commit49f3ffa2640c6f84dd29a7f90b22ce22d0bcbea6 (patch)
tree9dd2ad516a6b00ca7ead0ffaec6c637629412e94 /keyboards/bubble75/hotswap/rules.mk
parent4098ff5574ab8129b83239ed9de6f1820b31b686 (diff)
[Keyboard] Add Bubble 75 (#18863)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/bubble75/hotswap/rules.mk')
-rw-r--r--keyboards/bubble75/hotswap/rules.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/bubble75/hotswap/rules.mk b/keyboards/bubble75/hotswap/rules.mk
new file mode 100644
index 0000000000..d8dc7dca6f
--- /dev/null
+++ b/keyboards/bubble75/hotswap/rules.mk
@@ -0,0 +1,13 @@
+# Build Options
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+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
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+AUDIO_ENABLE = no # Audio output
+
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812
+NO_USB_STARTUP_CHECK = yes \ No newline at end of file