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 /keyboards/handwired | |
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
Diffstat (limited to 'keyboards/handwired')
-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 |
3 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/handwired/42/rules.mk b/keyboards/handwired/42/rules.mk index b44a0a518c..f2306f310f 100644 --- a/keyboards/handwired/42/rules.mk +++ b/keyboards/handwired/42/rules.mk @@ -1,7 +1,7 @@ # MCU name MCU = atmega32u4 -# Processor frequency. +# Processor frequency F_CPU = 8000000 # Bootloader selection diff --git a/keyboards/handwired/chiron/rules.mk b/keyboards/handwired/chiron/rules.mk index a5bbb30e18..96f6422700 100644 --- a/keyboards/handwired/chiron/rules.mk +++ b/keyboards/handwired/chiron/rules.mk @@ -10,7 +10,6 @@ MCU = atmega32u4 # ATmega32A bootloadHID # ATmega328P USBasp BOOTLOADER = atmel-dfu -SPLIT_KEYBOARD = yes # Build Options # change yes to no to disable @@ -36,3 +35,4 @@ TAP_DANCE_ENABLE = no UCIS_ENABLE = no UNICODEMAP_ENABLE = no UNICODE_ENABLE = no +SPLIT_KEYBOARD = yes diff --git a/keyboards/handwired/fruity60/rules.mk b/keyboards/handwired/fruity60/rules.mk index 8c9bc95e50..9e64f161af 100644 --- a/keyboards/handwired/fruity60/rules.mk +++ b/keyboards/handwired/fruity60/rules.mk @@ -1,6 +1,9 @@ # MCU name MCU = atmega32u4 +# Processor frequency +F_CPU = 8000000 + # Bootloader selection # Teensy halfkay # Pro Micro caterina @@ -11,9 +14,6 @@ MCU = atmega32u4 # ATmega328P USBasp BOOTLOADER = caterina -# Processor frequency -F_CPU = 8000000 - # Build Options # change yes to no to disable # |