diff options
Diffstat (limited to 'keyboards/kingly_keys/ropro/rules.mk')
| -rw-r--r-- | keyboards/kingly_keys/ropro/rules.mk | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/kingly_keys/ropro/rules.mk b/keyboards/kingly_keys/ropro/rules.mk new file mode 100644 index 000000000..0819dbafa --- /dev/null +++ b/keyboards/kingly_keys/ropro/rules.mk | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | |||
| 5 | # Bootloader selection | ||
| 6 | # Teensy halfkay | ||
| 7 | # Pro Micro caterina | ||
| 8 | # Atmel DFU atmel-dfu | ||
| 9 | # LUFA DFU lufa-dfu | ||
| 10 | # QMK DFU qmk-dfu | ||
| 11 | # ATmega32A bootloadHID | ||
| 12 | # ATmega328P USBasp | ||
| 13 | BOOTLOADER = caterina | ||
| 14 | |||
| 15 | |||
| 16 | # Build Options | ||
| 17 | # change yes to no to disable | ||
| 18 | # | ||
| 19 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | ||
| 20 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | ||
| 21 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
| 22 | CONSOLE_ENABLE = no # Console for debug(+400) | ||
| 23 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 25 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | ||
| 27 | MIDI_ENABLE = no # MIDI controls | ||
| 28 | UNICODE_ENABLE = no # Unicode | ||
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 31 | ENCODER_ENABLE = yes | ||
| 32 | RGBLIGHT_ENABLE = yes | ||
| 33 | LAYOUTS_HAS_RGB = yes | ||
