summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bamfk4/rules.mk
diff options
context:
space:
mode:
authoremlah <88459992+emlah@users.noreply.github.com>2022-08-13 15:47:39 -0400
committerGitHub <noreply@github.com>2022-08-13 20:47:39 +0100
commita49bdd2659186e6ea0c888e91229260d7c849a2d (patch)
tree3736602fd580f5d967dc871f7a07d966949ebcf0 /keyboards/keebio/bamfk4/rules.mk
parente145c7ad3fde668a0d89d0e402f49c0fb6a1b5ed (diff)
add BAMFK-4 (#17985)
* add BAMFK-4
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