diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-11-01 00:11:36 +1100 |
|---|---|---|
| committer | Joel Challis <git@zvecr.com> | 2019-10-31 13:11:36 +0000 |
| commit | 2ce6adff2b0b4f049b3bd8b4169cda977c057fa5 (patch) | |
| tree | 1d87f5e8afa98641b91344adf5f5a25d37ecffc0 | |
| parent | 742e83e102f5d91087672ae3f91e433a74bd51dd (diff) | |
| download | qmk_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.mk | 5 | ||||
| -rw-r--r-- | keyboards/converter/usb_usb/hasu/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/converter/usb_usb/pro_micro/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/handwired/42/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/handwired/chiron/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/handwired/fruity60/rules.mk | 6 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd67/mkii_soldered/rules.mk | 4 |
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 @@ | |||
| 1 | BLUETOOTH = AdafruitBLE | 1 | # Processor frequency |
| 2 | ADAFRUIT_BLE_ENABLE = yes | ||
| 3 | F_CPU = 8000000 | 2 | F_CPU = 8000000 |
| 4 | 3 | ||
| 5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 4 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| @@ -19,5 +18,7 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| 19 | AUDIO_ENABLE = no # Audio output on port C6 | 18 | AUDIO_ENABLE = no # Audio output on port C6 |
| 20 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 19 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 21 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 20 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) |
| 21 | BLUETOOTH = AdafruitBLE | ||
| 22 | ADAFRUIT_BLE_ENABLE = yes | ||
| 22 | 23 | ||
| 23 | EXTRAFLAGS += -flto | 24 | EXTRAFLAGS += -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 | ||
| 1 | F_CPU = 16000000 | 2 | F_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 | ||
| 1 | F_CPU = 8000000 | 2 | F_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 |
| 2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 3 | 3 | ||
| 4 | # Processor frequency. | 4 | # Processor frequency |
| 5 | F_CPU = 8000000 | 5 | F_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 |
| 12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 13 | SPLIT_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 | |||
| 36 | UCIS_ENABLE = no | 35 | UCIS_ENABLE = no |
| 37 | UNICODEMAP_ENABLE = no | 36 | UNICODEMAP_ENABLE = no |
| 38 | UNICODE_ENABLE = no | 37 | UNICODE_ENABLE = no |
| 38 | SPLIT_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 |
| 2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 3 | 3 | ||
| 4 | # Processor frequency | ||
| 5 | F_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 |
| 12 | BOOTLOADER = caterina | 15 | BOOTLOADER = caterina |
| 13 | 16 | ||
| 14 | # Processor frequency | ||
| 15 | F_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 |
| 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 |
| @@ -12,7 +11,6 @@ MCU = atmega32u4 | |||
| 12 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
| 13 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = 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 | |||
| 32 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 33 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 34 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 35 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs \ No newline at end of file | 33 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs |
