summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bamfk4/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-13 19:48:14 +0000
committerQMK Bot <hello@qmk.fm>2022-08-13 19:48:14 +0000
commitbcd021263e1e89c67190130498b582358a0d8c86 (patch)
treedbd105ff794343f0259a066f560a50bba1344e6c /keyboards/keebio/bamfk4/rules.mk
parent97b610e16692fee7c3cc391f4d50264e775f396a (diff)
parenta49bdd2659186e6ea0c888e91229260d7c849a2d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/bamfk4/rules.mk')
-rw-r--r--keyboards/keebio/bamfk4/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/keebio/bamfk4/rules.mk b/keyboards/keebio/bamfk4/rules.mk
new file mode 100644
index 0000000000..b8ae254413
--- /dev/null
+++ b/keyboards/keebio/bamfk4/rules.mk
@@ -0,0 +1,23 @@
+# 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 = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = yes # 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 # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+ENCODER_ENABLE = no
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812
+
+LTO_ENABLE = yes