]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/meira/promicro/rules.mk
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / keyboards / meira / promicro / rules.mk
1 # Processor frequency.
2 #     This will define a symbol, F_CPU, in all source code files equal to the
3 #     processor frequency in Hz. You can then use this symbol in your source code to
4 #     calculate timings. Do NOT tack on a 'UL' at the end, this will be done
5 #     automatically to create a 32-bit value in your source code.
6 #
7 #     This will be an integer division of F_USB below, as it is sourced by
8 #     F_USB after it has run through any CPU prescalers. Note that this value
9 #     does not *change* the processor frequency - it should merely be updated to
10 #     reflect the processor speed set externally so that the code can use accurate
11 #     software delays.
12 F_CPU = 16000000
13
14 BLUETOOTH_ENABLE = no