aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2020-02-17 06:45:42 +1100
committerGitHub <noreply@github.com>2020-02-16 11:45:42 -0800
commite279b0a1a243638f811184284013288921e1a123 (patch)
treea0e1701fc1b6396a91f42b2f075954f51c459c98
parentde462761c996eb83a447fb9f668cd254d4284849 (diff)
downloadqmk_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.mk39
-rw-r--r--keyboards/handwired/dactyl_left/rules.mk5
-rw-r--r--keyboards/handwired/minorca/keymaps/ridingqwerty/rules.mk4
-rw-r--r--keyboards/handwired/owlet60/rules.mk21
-rw-r--r--keyboards/maartenwut/minitomic/rules.mk3
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
2MCU = 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
12BOOTLOADER = atmel-dfu
13
14# Build Options
15# change yes to no to disable
16#
17BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
18MOUSEKEY_ENABLE = no # Mouse keys
19EXTRAKEY_ENABLE = yes # Audio control and System control
20CONSOLE_ENABLE = no # Console for debug
21COMMAND_ENABLE = no # Commands for debug and configuration
22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
23SLEEP_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
25NKRO_ENABLE = no # USB Nkey Rollover
26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
27MIDI_ENABLE = no # MIDI support
28UNICODE_ENABLE = no # Unicode
29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32RGBLIGHT_ENABLE = yes # Use RGB underglow light
33RGB_MATRIX_ENABLE = yes # Use RGB matrix
34
35LAYOUTS = 60_ansi 60_hhkb 60_iso 60_ansi_split_bs_rshift
36
37CUSTOM_MATRIX = yes
38SRC += 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
2MCU = atmega32u4 2MCU = 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
12BOOTLOADER = halfkay 12BOOTLOADER = 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 @@
1MCU = atmega32u4
2BOOTLOADER = 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#
8BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 5BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
9UNICODE_ENABLE = no # Unicode
10UNICODEMAP_ENABLE = yes # Unicode Map 6UNICODEMAP_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 @@
1SRC += matrix.c
2
3# MCU name 1# MCU name
4MCU = atmega32u4 2MCU = 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
14BOOTLOADER = caterina 12BOOTLOADER = 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
45FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 32FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
46HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) 33HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
47CUSTOM_MATRIX = yes 34CUSTOM_MATRIX = yes
48OLED_DRIVER_ENABLE = no \ No newline at end of file 35OLED_DRIVER_ENABLE = no
36
37SRC += 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
11BOOTLOADER = qmk-dfu 12BOOTLOADER = qmk-dfu
12 13
13# Build Options 14# Build Options