diff options
author | Ryan <fauxpark@gmail.com> | 2021-03-17 15:56:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 15:56:45 +1100 |
commit | e527b375e849556da6592ca204ef35674e0d3de0 (patch) | |
tree | 12fbc0c47b44b0518ad1fc60a35df9114453d050 /keyboards/tkc/m0lly/rules.mk | |
parent | 4e8a218d175476664258333d89582c243969825f (diff) | |
download | qmk_firmware-e527b375e849556da6592ca204ef35674e0d3de0.tar.gz qmk_firmware-e527b375e849556da6592ca204ef35674e0d3de0.zip |
TKC M0lly refactor (#12227)
Diffstat (limited to 'keyboards/tkc/m0lly/rules.mk')
-rw-r--r-- | keyboards/tkc/m0lly/rules.mk | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/keyboards/tkc/m0lly/rules.mk b/keyboards/tkc/m0lly/rules.mk index 05e6290759..01afbdd12f 100644 --- a/keyboards/tkc/m0lly/rules.mk +++ b/keyboards/tkc/m0lly/rules.mk @@ -2,19 +2,12 @@ MCU = at90usb1286 # Bootloader selection -# Teensy halfkay -# Pro Micro caterina -# Atmel DFU atmel-dfu -# LUFA DFU lufa-dfu -# QMK DFU qmk-dfu -# ATmega32A bootloadHID -# ATmega328P USBasp BOOTLOADER = qmk-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 @@ -23,10 +16,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration 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 = yes # Enable keyboard backlight functionality on B7 by default -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. -MIDI_ENABLE = no # MIDI controls -UNICODE_ENABLE = no # Unicode -BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -AUDIO_ENABLE = no # Audio output on port C6 -OLED_DRIVER_ENABLE = yes
\ No newline at end of file +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +OLED_DRIVER_ENABLE = yes |