diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-25 07:50:13 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-24 13:50:13 -0700 |
commit | e96cac0814995e2a0735708727cbab599d6cf5f1 (patch) | |
tree | 2f5da56d6701d171541a3813dd7a93d3e1d5073c /keyboards/meira/promicro | |
parent | 335dd0271e344fec1a0f086b34da6f8ae0d8bd60 (diff) | |
download | qmk_firmware-e96cac0814995e2a0735708727cbab599d6cf5f1.tar.gz qmk_firmware-e96cac0814995e2a0735708727cbab599d6cf5f1.zip |
Cleanup rules.mk for 32U4 keyboards, L-M (#7120)
* Cleanup rules.mk for 32U4 keyboards, L-M
* Move some stuff to keyboard level
Diffstat (limited to 'keyboards/meira/promicro')
-rw-r--r-- | keyboards/meira/promicro/rules.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/meira/promicro/rules.mk b/keyboards/meira/promicro/rules.mk index 22e49971f1..3c81f1b344 100644 --- a/keyboards/meira/promicro/rules.mk +++ b/keyboards/meira/promicro/rules.mk @@ -1,14 +1 @@ -# Processor frequency. -# This will define a symbol, F_CPU, in all source code files equal to the -# processor frequency in Hz. You can then use this symbol in your source code to -# calculate timings. Do NOT tack on a 'UL' at the end, this will be done -# automatically to create a 32-bit value in your source code. -# -# This will be an integer division of F_USB below, as it is sourced by -# F_USB after it has run through any CPU prescalers. Note that this value -# does not *change* the processor frequency - it should merely be updated to -# reflect the processor speed set externally so that the code can use accurate -# software delays. -F_CPU = 16000000 - BLUETOOTH_ENABLE = no |