summaryrefslogtreecommitdiff
path: root/keyboards/monstargear/xo87/solderable/rules.mk
diff options
context:
space:
mode:
authordatafx <2432997+datafx@users.noreply.github.com>2021-03-05 13:04:14 -0500
committerGitHub <noreply@github.com>2021-03-05 10:04:14 -0800
commitaadea5ab97d4da9af1d75f39a15f5ce498034105 (patch)
tree4b30a5be44f7b15575dd1a0702c69be1543c14bd /keyboards/monstargear/xo87/solderable/rules.mk
parent54f7708eaadb838320443a66bb6b25b3969473b7 (diff)
[Keyboard] Monstargear XO87 Solderable support (#11716)
* Support for XO87 solderable version * cleanup * Remove abandoned code * replaced KEYMAP with LAYOUT and moved LAYOUT macro to solderable.h. deleted unneeded files. * Update keyboards/monstargear/xo87/solderable/keymaps/via/keymap.c * update info.json with missing keys * Apply suggestions from code review * Apply suggestions from code review correct layout macro
Diffstat (limited to 'keyboards/monstargear/xo87/solderable/rules.mk')
-rw-r--r--keyboards/monstargear/xo87/solderable/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/monstargear/xo87/solderable/rules.mk b/keyboards/monstargear/xo87/solderable/rules.mk
new file mode 100644
index 0000000000..9ed17fc750
--- /dev/null
+++ b/keyboards/monstargear/xo87/solderable/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = at90usb646
+
+# Bootloader selection
+BOOTLOADER = lufa-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 = yes # 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 = yes # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+BACKLIGHT_DRIVER = custom