summaryrefslogtreecommitdiffstats
path: root/keyboards/brick/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-02-05 20:50:17 +0000
committerQMK Bot <hello@qmk.fm>2023-02-05 20:50:17 +0000
commita5f36b156ba2a80a992936e79073039f9a871573 (patch)
tree5ecc43b6d9420f64de43a21fa404889a1a4497c8 /keyboards/brick/rules.mk
parent53b7dbe671813808ea3a7f36c9eb5ca3c59bf16c (diff)
parent3dae56b634e610ce72fdcb9bd3bff2dda330b83e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/brick/rules.mk')
-rw-r--r--keyboards/brick/rules.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/brick/rules.mk b/keyboards/brick/rules.mk
new file mode 100644
index 0000000000..e0c821feb2
--- /dev/null
+++ b/keyboards/brick/rules.mk
@@ -0,0 +1,14 @@
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # 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
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+ENCODER_ENABLE = yes
+LTO_ENABLE = yes