summaryrefslogtreecommitdiff
path: root/keyboards/gvalchca/ga150/rules.mk
diff options
context:
space:
mode:
authorGvalch-ca <78301272+Gvalch-ca@users.noreply.github.com>2021-06-26 07:12:36 +0300
committerGitHub <noreply@github.com>2021-06-25 21:12:36 -0700
commit234c129f1e393e5691606b7e52ec44cd3cd569a9 (patch)
treebaa3f0ebecc9e3dd2a9786b4c2830e99c0eb3526 /keyboards/gvalchca/ga150/rules.mk
parent8783d0c73d7770bea4e61a8a9b5bd0a5ce2f9fd0 (diff)
[Keyboard] Add Gvalchca GA15.0 (#13114)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/gvalchca/ga150/rules.mk')
-rw-r--r--keyboards/gvalchca/ga150/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/gvalchca/ga150/rules.mk b/keyboards/gvalchca/ga150/rules.mk
new file mode 100644
index 0000000000..3b26fac668
--- /dev/null
+++ b/keyboards/gvalchca/ga150/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = qmk-dfu
+
+# 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
+UNICODE_ENABLE = yes # Unicode
+LTO_ENABLE = yes \ No newline at end of file