diff options
author | Rossman360 <53881724+Rossman360@users.noreply.github.com> | 2020-06-25 02:09:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 23:09:06 -0700 |
commit | 7a710fb426024d2b4591de3c375da54bb78ae363 (patch) | |
tree | b5f5d3a81c6192b24105b1c1e922c4f9f2947e5b /keyboards/montsinger/rewind/rules.mk | |
parent | c8b35b62307072072ee0ad8cbf162a09b9c74a64 (diff) |
[Keyboard] adding Rewind keyboard (#9497)
* adding rewind
* keymap cleanup
* keymap cleanup
* improve keymap
* improved keymap
* reduntant
* deletions
* typos
* readme img size and default bootloader
Diffstat (limited to 'keyboards/montsinger/rewind/rules.mk')
-rw-r--r-- | keyboards/montsinger/rewind/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/montsinger/rewind/rules.mk b/keyboards/montsinger/rewind/rules.mk new file mode 100644 index 0000000000..a59793d6b4 --- /dev/null +++ b/keyboards/montsinger/rewind/rules.mk @@ -0,0 +1,28 @@ +# 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 = caterina + +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # 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 |