aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cutie_club/wraith/rules.mk
diff options
context:
space:
mode:
authorAmber Holly <halcyonsilver@gmail.com>2019-10-01 02:34:12 +0100
committerDrashna Jaelre <drashna@live.com>2019-09-30 18:34:12 -0700
commitc7b28bffc13d405bea2e0c0243437920659232f2 (patch)
tree6e141d4a1f6b40525c075ec0448ba3cec8ba4cc1 /keyboards/cutie_club/wraith/rules.mk
parentc47fa31a0031a911eb4d97a043fe32792a57eba6 (diff)
downloadfirmware-c7b28bffc13d405bea2e0c0243437920659232f2.tar.gz
firmware-c7b28bffc13d405bea2e0c0243437920659232f2.tar.bz2
firmware-c7b28bffc13d405bea2e0c0243437920659232f2.zip
[Keyboard] Add Wraith keyboard (#6810)
* start wraith firmware * completed initial setup * added amber keymap to wraith * fixed LEDs, wrote readme files * reverted bootloader type after troubleshooting * decapitalised files and directory as per qmk standards * Update Wraith keyboard folder - Add timer keymap with documentation - Remove boilerplate in rules.mk, ready for pull request - Update info.json with ISO and ANSI layouts, ready for QMK Configurator * Add Wraith image to readme.md * Fix Wraith keyboard's QMK Configurator support - Update info.json - Add layout macros in wraith.h - Update keymap.c files to use LAYOUT_all - Fix readme formatting
Diffstat (limited to 'keyboards/cutie_club/wraith/rules.mk')
-rw-r--r--keyboards/cutie_club/wraith/rules.mk30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/cutie_club/wraith/rules.mk b/keyboards/cutie_club/wraith/rules.mk
new file mode 100644
index 000000000..1737728fc
--- /dev/null
+++ b/keyboards/cutie_club/wraith/rules.mk
@@ -0,0 +1,30 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
+MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
+EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
+CONSOLE_ENABLE = no # Console for debug(+400)
+COMMAND_ENABLE = yes # Commands for debug and configuration
+NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
+UNICODE_ENABLE = no # Unicode
+BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
+AUDIO_ENABLE = no # Audio output on port C6
+FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
+HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)