diff options
author | kwlodarczy <64139515+kwlodarczy@users.noreply.github.com> | 2020-06-29 23:00:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 15:00:36 -0700 |
commit | 67beec5e94eefade8d22be10a5308373ddb54118 (patch) | |
tree | 3aa1d1e28c75d7c891731159e5dcd4b9fb01fa44 /keyboards/rotr/rules.mk | |
parent | 09a53d1aa302a166cadbe7c75bc6f64a30e30fe3 (diff) | |
download | qmk_firmware-67beec5e94eefade8d22be10a5308373ddb54118.tar.gz |
[Keyboard] Rotr (#9546)
* Add files via upload
* Add files via upload
Edited code to fix the formatting so that it follows the conventions.
* Create README.md
* Update config.h
* Update keyboards/rotr/config.h
* Update keyboards/rotr/config.h
* Update keyboards/rotr/config.h
* Update keyboards/rotr/kb.h
* Update keyboards/rotr/keymaps/default/keymap.c
* Update keyboards/rotr/keymaps/default/keymap.c
* Update keyboards/rotr/rules.mk
* Update keyboards/rotr/keymaps/default/keymap.c
* Update keyboards/rotr/kb.c
* Delete Makefile
* Rename kb.c to rotr.c
* Rename kb.h to rotr.h
* Update rules.mk
* Rename README.md to readme.md
* Create info.json
* Update keyboards/rotr/keymaps/default/keymap.c
* Update keyboards/rotr/readme.md
* Update keyboards/rotr/readme.md
* Update keyboards/rotr/readme.md
* Update keymap.c
* Update rotr.c
* Update info.json
* Update keyboards/rotr/readme.md
Diffstat (limited to 'keyboards/rotr/rules.mk')
-rw-r--r-- | keyboards/rotr/rules.mk | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/rotr/rules.mk b/keyboards/rotr/rules.mk new file mode 100644 index 000000000..18d378ed7 --- /dev/null +++ b/keyboards/rotr/rules.mk @@ -0,0 +1,32 @@ +# 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 + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # 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 = yes # 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 +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches +ENCODER_ENABLE = yes # Enables Rotary Encoder support |