summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dactyl_manuform/5x6_6/rules.mk
diff options
context:
space:
mode:
authorfgoodwin <finngoodwin@gmail.com>2022-11-12 20:01:38 -0500
committerGitHub <noreply@github.com>2022-11-12 17:01:38 -0800
commitf3ea6591db9d233aeb66a0762ec2242b6bb26adc (patch)
treea8ca2d29867e551841fc744de2284f6bc7f67625 /keyboards/handwired/dactyl_manuform/5x6_6/rules.mk
parentd4b6678e9949980e94d097e452912b04a9e6af20 (diff)
[Keyboard] Add Dactyl Manuform 5x6 with 6 thumb cluster (#18845)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x6_6/rules.mk')
-rw-r--r--keyboards/handwired/dactyl_manuform/5x6_6/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x6_6/rules.mk b/keyboards/handwired/dactyl_manuform/5x6_6/rules.mk
new file mode 100644
index 0000000000..1d413868d4
--- /dev/null
+++ b/keyboards/handwired/dactyl_manuform/5x6_6/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# 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 = yes # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+SPLIT_KEYBOARD = yes \ No newline at end of file