mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 14:13:46 -03:00
0efd817f42
Wrap the define in #ifndef so a keyboard's config.h can set it. The default (CPU_CLOCK / 2) works for a fixed SYSCLK, but boards that change SYSCLK at runtime (meletrix/zoom_tkl drops to 16 MHz on battery) need a tick frequency that divides into both the high and low TMRCLKs. Every other knob in the file is already #ifndef-guarded; this one was the only flat #define.