QMK Bot 2828cb427c Merge remote-tracking branch 'origin/develop' into xap %!s(int64=4) %!d(string=hai) anos
..
audio 2239527871 In honor of king terry (#17387) %!s(int64=4) %!d(string=hai) anos
backlight 0100629fa2 Fix AVR backlight breathing: low brightness limit & exceeding breathing table max index (#16770) %!s(int64=4) %!d(string=hai) anos
bootmagic 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
debounce 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) %!s(int64=4) %!d(string=hai) anos
encoder 2f6751e48a Asymmetric encoders, encoder tests. (#16068) %!s(int64=4) %!d(string=hai) anos
keymap_extras 7060cb7b26 Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) %!s(int64=4) %!d(string=hai) anos
led_matrix 5b688a09ec Merge remote-tracking branch 'upstream/master' into develop %!s(int64=4) %!d(string=hai) anos
logging d9bb189e25 [Core] Update mpaland/printf to eyalroz/printf fork (#16163) %!s(int64=4) %!d(string=hai) anos
painter 3def7b98d4 Merge remote-tracking branch 'origin/master' into develop %!s(int64=4) %!d(string=hai) anos
process_keycode a6faf3bc9e Merge remote-tracking branch 'origin/master' into develop %!s(int64=4) %!d(string=hai) anos
rgb_matrix dcdc7290e5 RGB Matrix Heatmap - Skip positions with NO_LED (#17488) %!s(int64=4) %!d(string=hai) anos
rgblight ef8db9f104 Remove ARM pgm_read_word workaround in rgblight (#16961) %!s(int64=4) %!d(string=hai) anos
send_string 3ecb0a80af Feature-ify Send String (#17275) %!s(int64=4) %!d(string=hai) anos
sequencer 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
split_common 62eaec52e0 Init eeconfig before reading handedness (#17256) %!s(int64=4) %!d(string=hai) anos
wear_leveling 5846b40f74 RP2040 emulated EEPROM. (#17519) %!s(int64=4) %!d(string=hai) anos
xap ced7094ddd Add xap cli functions to test secure %!s(int64=4) %!d(string=hai) anos
action.c d44a950c10 Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099) %!s(int64=4) %!d(string=hai) anos
action.h 25ba9b41c1 Format code according to conventions (#16421) %!s(int64=4) %!d(string=hai) anos
action_code.h 1d11ae3087 Rip out old macro and action_function system (#16025) %!s(int64=4) %!d(string=hai) anos
action_layer.c edd1f33013 Missed some erroneous prints. (#16597) %!s(int64=4) %!d(string=hai) anos
action_layer.h 0da6562c4d Make default layer size 16-bit (#15286) %!s(int64=4) %!d(string=hai) anos
action_tapping.c 3b9e186019 Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) %!s(int64=4) %!d(string=hai) anos
action_tapping.h 8f585153c4 Add GET_TAPPING_TERM macro to reduce duplicate code (#16681) %!s(int64=4) %!d(string=hai) anos
action_util.c b8574efcd6 Fix oneshot toggle logic (#16630) %!s(int64=4) %!d(string=hai) anos
action_util.h 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
bitwise.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) %!s(int64=5) %!d(string=hai) anos
caps_word.c 68b16bba68 [Core] Add Caps Word feature to core (#16588) %!s(int64=4) %!d(string=hai) anos
caps_word.h 68b16bba68 [Core] Add Caps Word feature to core (#16588) %!s(int64=4) %!d(string=hai) anos
color.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) %!s(int64=4) %!d(string=hai) anos
command.c 871eeae4ea PoC: Swap Escape and Caps (#16336) %!s(int64=4) %!d(string=hai) anos
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) %!s(int64=5) %!d(string=hai) anos
config_common.h 2d0ed4367b Remove deprecated KEYMAP alias (#15037) %!s(int64=4) %!d(string=hai) anos
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) %!s(int64=5) %!d(string=hai) anos
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) %!s(int64=5) %!d(string=hai) anos
debounce.h 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) %!s(int64=4) %!d(string=hai) anos
deferred_exec.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) %!s(int64=4) %!d(string=hai) anos
digitizer.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) %!s(int64=5) %!d(string=hai) anos
dip_switch.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) %!s(int64=5) %!d(string=hai) anos
dynamic_keymap.c 5d67c4d908 Fix missing definition for non-encoder case. (#16593) %!s(int64=4) %!d(string=hai) anos
dynamic_keymap.h 8d5eacb7dd Add support for encoder mapping. (#13286) %!s(int64=4) %!d(string=hai) anos
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) %!s(int64=6) %!d(string=hai) anos
eeconfig.c 2592402627 Use keymap folder hash to reset dynamic keymap eeprom %!s(int64=4) %!d(string=hai) anos
eeconfig.h 2592402627 Use keymap folder hash to reset dynamic keymap eeprom %!s(int64=4) %!d(string=hai) anos
encoder.c b8e8a20ca6 Improve ENCODER_DEFAULT_POS to recognize lost ticks (#16932) %!s(int64=4) %!d(string=hai) anos
encoder.h 8d5eacb7dd Add support for encoder mapping. (#13286) %!s(int64=4) %!d(string=hai) anos
haptic.c f090881aeb [Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine (#15657) %!s(int64=4) %!d(string=hai) anos
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) %!s(int64=4) %!d(string=hai) anos
joystick.c c05e8afe45 Joystick feature updates (#16732) %!s(int64=4) %!d(string=hai) anos
joystick.h 645359e5d0 Joystick: Simplify report descriptor and clean up error messages (#16926) %!s(int64=4) %!d(string=hai) anos
keyboard.c 7060cb7b26 Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) %!s(int64=4) %!d(string=hai) anos
keyboard.h 7e669421f8 Rename TICK to TICK_EVENT to prevent naming conflicts (#16649) %!s(int64=4) %!d(string=hai) anos
keycode.h 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
keycode_config.c 871eeae4ea PoC: Swap Escape and Caps (#16336) %!s(int64=4) %!d(string=hai) anos
keycode_config.h 871eeae4ea PoC: Swap Escape and Caps (#16336) %!s(int64=4) %!d(string=hai) anos
keycode_legacy.h f529580860 Basic keycode overhaul (#14726) %!s(int64=4) %!d(string=hai) anos
keymap.h d717396708 [Core] Add Raspberry Pi RP2040 support (#14877) %!s(int64=4) %!d(string=hai) anos
keymap_common.c 8d5eacb7dd Add support for encoder mapping. (#13286) %!s(int64=4) %!d(string=hai) anos
keymap_introspection.c 0e5d67145a Allow for `keymaps` array to be implemented in a file other than `$(KEYMAP_C)` (#17559) %!s(int64=4) %!d(string=hai) anos
keymap_introspection.h 08c556b78b Add keymap wrappers for introspection into the keymap. (#17229) %!s(int64=4) %!d(string=hai) anos
led.c 0112938140 Expose the time of the last change to the LED state (#17222) %!s(int64=4) %!d(string=hai) anos
led.h 0112938140 Expose the time of the last change to the LED state (#17222) %!s(int64=4) %!d(string=hai) anos
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE %!s(int64=6) %!d(string=hai) anos
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) %!s(int64=5) %!d(string=hai) anos
main.c 1f2b1dedcc Quantum Painter (#10174) %!s(int64=4) %!d(string=hai) anos
matrix.c 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) %!s(int64=4) %!d(string=hai) anos
matrix.h ac31863021 Custom matrix lite support for split keyboards (#14674) %!s(int64=4) %!d(string=hai) anos
matrix_common.c 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) %!s(int64=4) %!d(string=hai) anos
mousekey.c f7eb7926e8 Merge remote-tracking branch 'origin/master' into develop %!s(int64=4) %!d(string=hai) anos
mousekey.h f7eb7926e8 Merge remote-tracking branch 'origin/master' into develop %!s(int64=4) %!d(string=hai) anos
pointing_device.c 0d013a21e1 [Split] Verify Split Pointing Device config (#17481) %!s(int64=4) %!d(string=hai) anos
pointing_device.h 0ab51ee29d Add support for large Mouse Reports (#16371) %!s(int64=4) %!d(string=hai) anos
pointing_device_drivers.c 01bc974365 improvements for Cirque Pinnacle trackpads (#17091) %!s(int64=4) %!d(string=hai) anos
programmable_button.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) %!s(int64=5) %!d(string=hai) anos
quantum.c 96284a6d63 Merge remote-tracking branch 'origin/develop' into xap %!s(int64=4) %!d(string=hai) anos
quantum.h 2196d7cb9c Merge remote-tracking branch 'origin/develop' into xap %!s(int64=4) %!d(string=hai) anos
quantum_keycodes.h 871eeae4ea PoC: Swap Escape and Caps (#16336) %!s(int64=4) %!d(string=hai) anos
quantum_keycodes_legacy.h 8545473307 Removes terminal from QMK. (#17258) %!s(int64=4) %!d(string=hai) anos
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) %!s(int64=4) %!d(string=hai) anos
ring_buffer.h 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
secure.c db887e63d7 Enhancement and fixes of "Secure" feature (#16958) %!s(int64=4) %!d(string=hai) anos
secure.h db887e63d7 Enhancement and fixes of "Secure" feature (#16958) %!s(int64=4) %!d(string=hai) anos
sync_timer.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) %!s(int64=4) %!d(string=hai) anos
utf8.c 1f2b1dedcc Quantum Painter (#10174) %!s(int64=4) %!d(string=hai) anos
utf8.h 1f2b1dedcc Quantum Painter (#10174) %!s(int64=4) %!d(string=hai) anos
util.h 2f6751e48a Asymmetric encoders, encoder tests. (#16068) %!s(int64=4) %!d(string=hai) anos
variable_trace.c b624f32f94 clang-format changes %!s(int64=7) %!d(string=hai) anos
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) %!s(int64=5) %!d(string=hai) anos
velocikey.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) %!s(int64=5) %!d(string=hai) anos
via.c 80034a847f Ensure that rgb+via compiles in all cases (#17355) %!s(int64=4) %!d(string=hai) anos
via.h 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
via_ensure_keycode.h b45a037c7e Rename some Quantum keycodes (#15968) %!s(int64=4) %!d(string=hai) anos
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) %!s(int64=4) %!d(string=hai) anos
wpm.c 63646e8906 Format code according to conventions (#16322) %!s(int64=4) %!d(string=hai) anos
wpm.h 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) %!s(int64=4) %!d(string=hai) anos