diff options
author | huajijam <strhuaji@gmail.com> | 2020-04-05 13:28:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 22:28:40 -0700 |
commit | 04c81a04c7d0a96818f6fd4087ca21586faa87f1 (patch) | |
tree | 260ed46cad7f96989cad7e09d0399cc0625e3849 /keyboards/reversestudio/decadepad/rules.mk | |
parent | 120fcc58b6454f65616ff08670d74c5b9a5059e1 (diff) | |
download | qmk_firmware-04c81a04c7d0a96818f6fd4087ca21586faa87f1.tar.gz qmk_firmware-04c81a04c7d0a96818f6fd4087ca21586faa87f1.zip |
[Keyboard] Add ReverseStudio-DecadePad (#8553)
* ADD DecadePad
* Fix Key display bug
* fix
* firmware1
THIS IS A Backup commit
* firmware2
* rename all fill with lower case
* fix bug
* Final Version
Fix all bugs
* Requested change apply
* suggested apply
* change apply
* via test
* Apply change and fix via support problem
Diffstat (limited to 'keyboards/reversestudio/decadepad/rules.mk')
-rw-r--r-- | keyboards/reversestudio/decadepad/rules.mk | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/keyboards/reversestudio/decadepad/rules.mk b/keyboards/reversestudio/decadepad/rules.mk new file mode 100644 index 0000000000..7730f09cdc --- /dev/null +++ b/keyboards/reversestudio/decadepad/rules.mk @@ -0,0 +1,38 @@ +# 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 +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # 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 = 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 on port C6 +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches +HD44780_ENABLE = no # Enable support for HD44780 based LCDs +UNICODE_ENABLE = yes # Unicode + +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +LAYOUTS = numpad_6x4
\ No newline at end of file |