summaryrefslogtreecommitdiff
path: root/keyboards/keychron/q1/iso_encoder/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-11-08 16:22:40 +0000
committerQMK Bot <hello@qmk.fm>2022-11-08 16:22:40 +0000
commit425f906473ab06d9467a4587482c77ba21f82956 (patch)
treea97bd4e6d1dd8fb7eaba50900f1dc546e02febb2 /keyboards/keychron/q1/iso_encoder/rules.mk
parentd11676566ed452ea3d6f819acec33ba374b15e68 (diff)
parenta25e5ce1b3bc16e0846bc7c328e2d29561c7d849 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keychron/q1/iso_encoder/rules.mk')
-rw-r--r--keyboards/keychron/q1/iso_encoder/rules.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/keychron/q1/iso_encoder/rules.mk b/keyboards/keychron/q1/iso_encoder/rules.mk
new file mode 100644
index 0000000000..1dce5c5390
--- /dev/null
+++ b/keyboards/keychron/q1/iso_encoder/rules.mk
@@ -0,0 +1,25 @@
+# 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 = 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 = yes # 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 = yes # Enable Encoder
+DIP_SWITCH_ENABLE = yes
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = IS31FL3733
+RAW_ENABLE = yes
+LTO_ENABLE = yes
+