diff options
author | Ramon Imbao <ramonimbao@gmail.com> | 2020-06-29 00:12:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 17:12:35 +0100 |
commit | a8904d47b745518e9bbab8f20f05828d77f7f42d (patch) | |
tree | d42c06d0a771dfd6024c4d6625ff3217c3bbe6fc /keyboards/ghs/rar/rules.mk | |
parent | 32a47e7af4a2ce21260aadde5bf7ed8f78293ff9 (diff) | |
download | firmware-a8904d47b745518e9bbab8f20f05828d77f7f42d.tar.gz firmware-a8904d47b745518e9bbab8f20f05828d77f7f42d.tar.bz2 firmware-a8904d47b745518e9bbab8f20f05828d77f7f42d.zip |
Add GHS.RAR keyboard (#9561)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ghs/rar/rules.mk')
-rw-r--r-- | keyboards/ghs/rar/rules.mk | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/ghs/rar/rules.mk b/keyboards/ghs/rar/rules.mk new file mode 100644 index 000000000..c291ba802 --- /dev/null +++ b/keyboards/ghs/rar/rules.mk @@ -0,0 +1,31 @@ +# 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 = no # 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +MIDI_ENABLE = no # MIDI support +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +AUDIO_ENABLE = no # Audio output +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |