aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-11-01 00:11:36 +1100
committerJoel Challis <git@zvecr.com>2019-10-31 13:11:36 +0000
commit2ce6adff2b0b4f049b3bd8b4169cda977c057fa5 (patch)
tree1d87f5e8afa98641b91344adf5f5a25d37ecffc0
parent742e83e102f5d91087672ae3f91e433a74bd51dd (diff)
downloadqmk_firmware-2ce6adff2b0b4f049b3bd8b4169cda977c057fa5.tar.gz
qmk_firmware-2ce6adff2b0b4f049b3bd8b4169cda977c057fa5.zip
Miscellaneous rules.mk cleanups (#7212)
* Miscellaneous rules.mk cleanups * Put back ARM bootloader rules
-rw-r--r--keyboards/converter/usb_usb/ble/rules.mk5
-rw-r--r--keyboards/converter/usb_usb/hasu/rules.mk1
-rw-r--r--keyboards/converter/usb_usb/pro_micro/rules.mk1
-rw-r--r--keyboards/handwired/42/rules.mk2
-rw-r--r--keyboards/handwired/chiron/rules.mk2
-rw-r--r--keyboards/handwired/fruity60/rules.mk6
-rw-r--r--keyboards/kbdfans/kbd67/mkii_soldered/rules.mk4
7 files changed, 11 insertions, 10 deletions
diff --git a/keyboards/converter/usb_usb/ble/rules.mk b/keyboards/converter/usb_usb/ble/rules.mk
index f5ab3880b..a882bd145 100644
--- a/keyboards/converter/usb_usb/ble/rules.mk
+++ b/keyboards/converter/usb_usb/ble/rules.mk
@@ -1,5 +1,4 @@
1BLUETOOTH = AdafruitBLE 1# Processor frequency
2ADAFRUIT_BLE_ENABLE = yes
3F_CPU = 8000000 2F_CPU = 8000000
4 3
5BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) 4BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
@@ -19,5 +18,7 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
19AUDIO_ENABLE = no # Audio output on port C6 18AUDIO_ENABLE = no # Audio output on port C6
20FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 19FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
21HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) 20HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
21BLUETOOTH = AdafruitBLE
22ADAFRUIT_BLE_ENABLE = yes
22 23
23EXTRAFLAGS += -flto 24EXTRAFLAGS += -flto
diff --git a/keyboards/converter/usb_usb/hasu/rules.mk b/keyboards/converter/usb_usb/hasu/rules.mk
index 27d8af768..c2ee0bc86 100644
--- a/keyboards/converter/usb_usb/hasu/rules.mk
+++ b/keyboards/converter/usb_usb/hasu/rules.mk
@@ -1 +1,2 @@
1# Processor frequency
1F_CPU = 16000000 2F_CPU = 16000000
diff --git a/keyboards/converter/usb_usb/pro_micro/rules.mk b/keyboards/converter/usb_usb/pro_micro/rules.mk
index 7c04fa34f..3437a35bd 100644
--- a/keyboards/converter/usb_usb/pro_micro/rules.mk
+++ b/keyboards/converter/usb_usb/pro_micro/rules.mk
@@ -1 +1,2 @@
1# Processor frequency
1F_CPU = 8000000 2F_CPU = 8000000
diff --git a/keyboards/handwired/42/rules.mk b/keyboards/handwired/42/rules.mk
index b44a0a518..f2306f310 100644
--- a/keyboards/handwired/42/rules.mk
+++ b/keyboards/handwired/42/rules.mk
@@ -1,7 +1,7 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Processor frequency. 4# Processor frequency
5F_CPU = 8000000 5F_CPU = 8000000
6 6
7# Bootloader selection 7# Bootloader selection
diff --git a/keyboards/handwired/chiron/rules.mk b/keyboards/handwired/chiron/rules.mk
index a5bbb30e1..96f642270 100644
--- a/keyboards/handwired/chiron/rules.mk
+++ b/keyboards/handwired/chiron/rules.mk
@@ -10,7 +10,6 @@ MCU = atmega32u4
10# ATmega32A bootloadHID 10# ATmega32A bootloadHID
11# ATmega328P USBasp 11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
13SPLIT_KEYBOARD = yes
14 13
15# Build Options 14# Build Options
16# change yes to no to disable 15# change yes to no to disable
@@ -36,3 +35,4 @@ TAP_DANCE_ENABLE = no
36UCIS_ENABLE = no 35UCIS_ENABLE = no
37UNICODEMAP_ENABLE = no 36UNICODEMAP_ENABLE = no
38UNICODE_ENABLE = no 37UNICODE_ENABLE = no
38SPLIT_KEYBOARD = yes
diff --git a/keyboards/handwired/fruity60/rules.mk b/keyboards/handwired/fruity60/rules.mk
index 8c9bc95e5..9e64f161a 100644
--- a/keyboards/handwired/fruity60/rules.mk
+++ b/keyboards/handwired/fruity60/rules.mk
@@ -1,6 +1,9 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Processor frequency
5F_CPU = 8000000
6
4# Bootloader selection 7# Bootloader selection
5# Teensy halfkay 8# Teensy halfkay
6# Pro Micro caterina 9# Pro Micro caterina
@@ -11,9 +14,6 @@ MCU = atmega32u4
11# ATmega328P USBasp 14# ATmega328P USBasp
12BOOTLOADER = caterina 15BOOTLOADER = caterina
13 16
14# Processor frequency
15F_CPU = 8000000
16
17# Build Options 17# Build Options
18# change yes to no to disable 18# change yes to no to disable
19# 19#
diff --git a/keyboards/kbdfans/kbd67/mkii_soldered/rules.mk b/keyboards/kbdfans/kbd67/mkii_soldered/rules.mk
index bf65a7a74..a945af726 100644
--- a/keyboards/kbdfans/kbd67/mkii_soldered/rules.mk
+++ b/keyboards/kbdfans/kbd67/mkii_soldered/rules.mk
@@ -1,7 +1,6 @@
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
@@ -12,7 +11,6 @@ MCU = atmega32u4
12# ATmega328P USBasp 11# ATmega328P USBasp
13BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
14 13
15
16# Build Options 14# Build Options
17# change yes to no to disable 15# change yes to no to disable
18# 16#
@@ -32,4 +30,4 @@ UNICODE_ENABLE = no # Unicode
32BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 30BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
33AUDIO_ENABLE = no # Audio output on port C6 31AUDIO_ENABLE = no # Audio output on port C6
34FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 32FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
35HD44780_ENABLE = no # Enable support for HD44780 based LCDs \ No newline at end of file 33HD44780_ENABLE = no # Enable support for HD44780 based LCDs