summaryrefslogtreecommitdiff
path: root/keyboards/keystonecaps/gameroyadvance/rules.mk
diff options
context:
space:
mode:
authorROYMEETSWORLD <63612683+ROYMEETSWORLD@users.noreply.github.com>2022-05-01 13:59:51 -0400
committerGitHub <noreply@github.com>2022-05-01 10:59:51 -0700
commit8b668a24d65588d460488c811ef38bf23c44c283 (patch)
tree68d9a20556250c88c46635eaf1a7a8dc2c5bd46e /keyboards/keystonecaps/gameroyadvance/rules.mk
parentb2d0dd2f32cfec21a745cb05f9f35e5dec4ffb8e (diff)
[Keyboard] Add gameroyadvance (#16882)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keystonecaps/gameroyadvance/rules.mk')
-rw-r--r--keyboards/keystonecaps/gameroyadvance/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/keystonecaps/gameroyadvance/rules.mk b/keyboards/keystonecaps/gameroyadvance/rules.mk
new file mode 100644
index 0000000000..be3b8b9a61
--- /dev/null
+++ b/keyboards/keystonecaps/gameroyadvance/rules.mk
@@ -0,0 +1,22 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina # For Pro Micro
+# BOOTLOADER = qmk-dfu # For Elite-C
+
+# 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
+SPLIT_KEYBOARD = yes \ No newline at end of file