summaryrefslogtreecommitdiff
path: root/keyboards/bbrfkr/dynamis/rules.mk
diff options
context:
space:
mode:
authorbbrfkr <bbrfkr@gmail.com>2022-06-21 12:41:46 +0900
committerGitHub <noreply@github.com>2022-06-20 20:41:46 -0700
commitc2e5953bc1a59fbb74bcfb13552d3b3e270872cf (patch)
tree43b35511ec7f925bf70e5724112050a966d855fa /keyboards/bbrfkr/dynamis/rules.mk
parent84718c0ab7fc3661d9420e9872e3a86732da52a9 (diff)
[Keyboard] add dynamis keyboard (#15994)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
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