diff options
| author | fauxpark <fauxpark@gmail.com> | 2020-02-17 06:45:42 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-16 11:45:42 -0800 |
| commit | e279b0a1a243638f811184284013288921e1a123 (patch) | |
| tree | a0e1701fc1b6396a91f42b2f075954f51c459c98 | |
| parent | de462761c996eb83a447fb9f668cd254d4284849 (diff) | |
| download | qmk_firmware-e279b0a1a243638f811184284013288921e1a123.tar.gz qmk_firmware-e279b0a1a243638f811184284013288921e1a123.zip | |
Clean up some remaining rules.mk bootloader stuff (#8165)
| -rw-r--r-- | keyboards/dp60/keymaps/allleds/rules.mk | 39 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_left/rules.mk | 5 | ||||
| -rw-r--r-- | keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk | 4 | ||||
| -rw-r--r-- | keyboards/handwired/owlet60/rules.mk | 21 | ||||
| -rw-r--r-- | keyboards/maartenwut/minitomic/rules.mk | 3 |
5 files changed, 10 insertions, 62 deletions
diff --git a/keyboards/dp60/keymaps/allleds/rules.mk b/keyboards/dp60/keymaps/allleds/rules.mk index 746d0bcb6..1e3cebb14 100644 --- a/keyboards/dp60/keymaps/allleds/rules.mk +++ b/keyboards/dp60/keymaps/allleds/rules.mk | |||
| @@ -1,38 +1 @@ | |||
| 1 | # MCU name | RGBLIGHT_ENABLE = yes | |
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | # Teensy halfkay | ||
| 6 | # Pro Micro caterina | ||
| 7 | # Atmel DFU atmel-dfu | ||
| 8 | # LUFA DFU lufa-dfu | ||
| 9 | # QMK DFU qmk-dfu | ||
| 10 | # ATmega32A bootloadHID | ||
| 11 | # ATmega328P USBasp | ||
| 12 | BOOTLOADER = atmel-dfu | ||
| 13 | |||
| 14 | # Build Options | ||
| 15 | # change yes to no to disable | ||
| 16 | # | ||
| 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 18 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 20 | CONSOLE_ENABLE = no # Console for debug | ||
| 21 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 25 | NKRO_ENABLE = no # USB Nkey Rollover | ||
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | ||
| 27 | MIDI_ENABLE = no # MIDI support | ||
| 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 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | RGBLIGHT_ENABLE = yes # Use RGB underglow light | ||
| 33 | RGB_MATRIX_ENABLE = yes # Use RGB matrix | ||
| 34 | |||
| 35 | LAYOUTS = 60_ansi 60_hhkb 60_iso 60_ansi_split_bs_rshift | ||
| 36 | |||
| 37 | CUSTOM_MATRIX = yes | ||
| 38 | SRC += matrix.c | ||
diff --git a/keyboards/handwired/dactyl_left/rules.mk b/keyboards/handwired/dactyl_left/rules.mk index 61c123d03..1ea1de18d 100644 --- a/keyboards/handwired/dactyl_left/rules.mk +++ b/keyboards/handwired/dactyl_left/rules.mk | |||
| @@ -1,17 +1,16 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 3 | 3 | ||
| 4 | |||
| 5 | # Bootloader selection | 4 | # Bootloader selection |
| 6 | # Teensy halfkay | 5 | # Teensy halfkay |
| 7 | # Pro Micro caterina | 6 | # Pro Micro caterina |
| 8 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
| 9 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
| 10 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
| 11 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
| 11 | # ATmega328P USBasp | ||
| 12 | BOOTLOADER = halfkay | 12 | BOOTLOADER = halfkay |
| 13 | 13 | ||
| 14 | |||
| 15 | # Build Options | 14 | # Build Options |
| 16 | # change yes to no to disable | 15 | # change yes to no to disable |
| 17 | # | 16 | # |
diff --git a/keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk b/keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk index ac798576a..c3cea9618 100644 --- a/keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk +++ b/keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk | |||
| @@ -1,10 +1,6 @@ | |||
| 1 | MCU = atmega32u4 | ||
| 2 | BOOTLOADER = halfkay | ||
| 3 | |||
| 4 | # Build Options | 1 | # Build Options |
| 5 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change to "no" to disable the options, or define them in the Makefile in |
| 6 | # the appropriate keymap folder that will get included automatically | 3 | # the appropriate keymap folder that will get included automatically |
| 7 | # | 4 | # |
| 8 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 5 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration |
| 9 | UNICODE_ENABLE = no # Unicode | ||
| 10 | UNICODEMAP_ENABLE = yes # Unicode Map | 6 | UNICODEMAP_ENABLE = yes # Unicode Map |
diff --git a/keyboards/handwired/owlet60/rules.mk b/keyboards/handwired/owlet60/rules.mk index 6d8bdfd1c..6c81dad09 100644 --- a/keyboards/handwired/owlet60/rules.mk +++ b/keyboards/handwired/owlet60/rules.mk | |||
| @@ -1,29 +1,16 @@ | |||
| 1 | SRC += matrix.c | ||
| 2 | |||
| 3 | # MCU name | 1 | # MCU name |
| 4 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 5 | 3 | ||
| 6 | |||
| 7 | # Bootloader selection | 4 | # Bootloader selection |
| 8 | # Teensy halfkay | 5 | # Teensy halfkay |
| 9 | # Pro Micro caterina | 6 | # Pro Micro caterina |
| 10 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
| 11 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
| 12 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
| 13 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
| 11 | # ATmega328P USBasp | ||
| 14 | BOOTLOADER = caterina | 12 | BOOTLOADER = caterina |
| 15 | 13 | ||
| 16 | |||
| 17 | # If you don't know the bootloader type, then you can specify the | ||
| 18 | # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line | ||
| 19 | # Teensy halfKay 512 | ||
| 20 | # Teensy++ halfKay 1024 | ||
| 21 | # Atmel DFU loader 4096 | ||
| 22 | # LUFA bootloader 4096 | ||
| 23 | # USBaspLoader 2048 | ||
| 24 | # OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
| 25 | |||
| 26 | |||
| 27 | # Build Options | 14 | # Build Options |
| 28 | # change yes to no to disable | 15 | # change yes to no to disable |
| 29 | # | 16 | # |
| @@ -45,4 +32,6 @@ AUDIO_ENABLE = no # Audio output on port C6 | |||
| 45 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 46 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 33 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) |
| 47 | CUSTOM_MATRIX = yes | 34 | CUSTOM_MATRIX = yes |
| 48 | OLED_DRIVER_ENABLE = no \ No newline at end of file | 35 | OLED_DRIVER_ENABLE = no |
| 36 | |||
| 37 | SRC += matrix.c \ No newline at end of file | ||
diff --git a/keyboards/maartenwut/minitomic/rules.mk b/keyboards/maartenwut/minitomic/rules.mk index d483b8db7..7af2b1870 100644 --- a/keyboards/maartenwut/minitomic/rules.mk +++ b/keyboards/maartenwut/minitomic/rules.mk | |||
| @@ -7,7 +7,8 @@ MCU = atmega32u4 | |||
| 7 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
| 8 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
| 9 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
| 10 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
| 11 | # ATmega328P USBasp | ||
| 11 | BOOTLOADER = qmk-dfu | 12 | BOOTLOADER = qmk-dfu |
| 12 | 13 | ||
| 13 | # Build Options | 14 | # Build Options |
