qmk_firmware/platforms
Serge Baranov 0efd817f42
fix(ws2812-pwm): allow WS2812_PWM_TICK_FREQUENCY override (#26186)
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.
2026-05-17 00:14:52 +01:00
..
avr Fix USER_PRINT stripping out uprintf (#25919) 2026-05-07 22:33:31 +01:00
chibios fix(ws2812-pwm): allow WS2812_PWM_TICK_FREQUENCY override (#26186) 2026-05-17 00:14:52 +01:00
test Add workaround for undefined reference to weak function under mingw (#26167) 2026-04-30 23:56:35 +01:00
atomic_util.h Add compiler_support.h (#25274) 2025-05-22 23:31:15 +10:00
bootloader.h [Core] Add Reboot keycode to core (#15990) 2022-05-14 13:35:49 +10:00
common.mk Eliminate TMK_COMMON_* in makefiles (#21517) 2023-07-15 17:27:32 +10:00
eeprom.h Fix Wear Leveling compilation (#25254) 2025-05-12 08:39:38 +10:00
gpio.h Remove deprecated GPIO defines (#26028) 2026-02-20 14:37:16 +00:00
hardware_id.h Expose API for hardware unique ID (#16869) 2022-04-18 20:51:40 +10:00
lv_conf.h [Core] Quantum Painter - LVGL Integration (#18499) 2022-12-13 07:51:14 +11:00
pin_defs.h Redo workaround for pin_def errors on KINETIS (#16620) 2022-03-11 18:50:59 +00:00
progmem.h [CI] Format code according to conventions (#25827) 2025-11-30 19:25:13 +00:00
sleep_led.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
suspend.c [Core] suspend: suppress wake up keypress (#23389) 2025-11-11 23:35:03 +11:00
suspend.h [Core] suspend: suppress wake up keypress (#23389) 2025-11-11 23:35:03 +11:00
synchronization_util.c Fix build failures with OPT = 0 due to inline functions (#19767) 2023-02-12 17:14:34 +11:00
synchronization_util.h [CI] Format code according to conventions (#25827) 2025-11-30 19:25:13 +00:00
timer.c Fix make test:all failures seen on macOS Tahoe (#26136) 2026-04-28 19:31:00 +01:00
timer.h small refactoring of TIMER_DIFF (#24678) 2024-12-16 10:27:42 +01:00
wait.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00