summaryrefslogtreecommitdiff
path: root/keyboards/bbrfkr/dynamis/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-21 03:42:15 +0000
committerQMK Bot <hello@qmk.fm>2022-06-21 03:42:15 +0000
commitd116cf5e9a189a4f44f3c5c705b2a41575602b84 (patch)
tree3040b3f38c2954600504516a0f7afc9334ee0929 /keyboards/bbrfkr/dynamis/rules.mk
parent2b23ca876d9beb2a8c87e081e8bf9ffb356db6ab (diff)
parentc2e5953bc1a59fbb74bcfb13552d3b3e270872cf (diff)
downloadqmk_firmware-d116cf5e9a189a4f44f3c5c705b2a41575602b84.tar.gz
qmk_firmware-d116cf5e9a189a4f44f3c5c705b2a41575602b84.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/bbrfkr/dynamis/rules.mk')
-rw-r--r--keyboards/bbrfkr/dynamis/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/bbrfkr/dynamis/rules.mk b/keyboards/bbrfkr/dynamis/rules.mk
new file mode 100644
index 0000000000..6fa6562d9e
--- /dev/null
+++ b/keyboards/bbrfkr/dynamis/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = qmk-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # 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 = no # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+SPLIT_KEYBOARD = no
+POINTING_DEVICE_ENABLE = yes
+POINTING_DEVICE_DRIVER = pmw3360
+ENCODER_ENABLE = yes
+LTO_ENABLE = yes