summaryrefslogtreecommitdiff
path: root/keyboards/gmmk/pro/rules.mk
diff options
context:
space:
mode:
authorSalman <74627436+GloriousThrall@users.noreply.github.com>2021-03-17 17:33:16 -0500
committerGitHub <noreply@github.com>2021-03-18 09:33:16 +1100
commitcc84831cae1d1f7159aea3bc03001a6293d43ee7 (patch)
treee80f9d8eda70da598a438c8cc2557c80bfd7bf82 /keyboards/gmmk/pro/rules.mk
parentf490777502fb5af088b4ec2a1bf93ac61b95b59a (diff)
Adding Keyboard: GMMK Pro (#12030)
* GMMK Pro QMK Firmware Code * info.json added * updated info.json for the unused keys * redoing info.json * readme for pro * gmmk initial readme * pipeline fix, issue with compiling gmmk.h * gmmk pro code formatting changes * removed rules.mk * noci file * Updates * updated matrix function to match keymap * updating the keymap layout, renaming matrix, updating layout name to LAYOUT * fauxpark changes added * PID VID updates * removed chconfig and made rules.mk comments cleaner Co-authored-by: Drashna Jael're <drashna@live.com>
Diffstat (limited to 'keyboards/gmmk/pro/rules.mk')
-rw-r--r--keyboards/gmmk/pro/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/rules.mk b/keyboards/gmmk/pro/rules.mk
new file mode 100644
index 0000000000..011ca86b66
--- /dev/null
+++ b/keyboards/gmmk/pro/rules.mk
@@ -0,0 +1,20 @@
+# MCU name
+MCU = STM32F303
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+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
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = yes # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+ENCODER_ENABLE = yes