..
audio
…
backlight
[Core] PWM Backlight for RP2040 ( #17706 )
3 years ago
bootmagic
…
debounce
Make debounce() signal changes in the cooked matrix as return value ( #17554 )
3 years ago
encoder/ tests
Only trigger encoder callbacks on primary side ( #18467 )
3 years ago
keymap_extras
Initial uk+us DD keymap_extras migration ( #19031 )
3 years ago
led_matrix
Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` ( #19080 )
3 years ago
logging
[Fix] Patches after printf library update ( #17584 )
3 years ago
os_detection/ tests
Detect host OS based on USB fingerprint ( #18463 )
3 years ago
painter
[QP] Add RGB565 surface. Docs clarification, cleanup, tabsification, and reordering. ( #18396 )
3 years ago
pointing_device
Fix jump in report value when scale changes during cirque get report ( #18992 )
3 years ago
process_keycode
Align haptic feedback keycode names ( #18964 )
3 years ago
rgb_matrix
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` ( #19079 )
3 years ago
rgblight
Remove RGBLIGHT_ANIMATIONS from core (+cleanup) ( #19216 )
3 years ago
send_string
Reduce includes for send_string header ( #18952 )
3 years ago
sequencer
Normalise MIDI keycodes ( #18972 )
3 years ago
split_common
Implement split comms watchdog ( #18599 )
3 years ago
unicode
Normalise Unicode keycodes ( #18898 )
3 years ago
wear_leveling
RP2040 emulated EEPROM. ( #17519 )
3 years ago
action.c
Programmable Button API refactor and improve docs ( #18641 )
3 years ago
action.h
[Bug] Add key event check to `is_tap_record` and remove `is_tap_key` ( #18063 )
3 years ago
action_code.h
Initial DD keycode migration ( #18643 )
3 years ago
action_layer.c
Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled ( #18577 )
3 years ago
action_layer.h
…
action_tapping.c
[Core] Replace Tapping Force Hold feature with Quick Tap Term ( #17007 )
3 years ago
action_tapping.h
[Core] Replace Tapping Force Hold feature with Quick Tap Term ( #17007 )
3 years ago
action_util.c
…
action_util.h
…
bitwise.c
…
bitwise.h
…
caps_word.c
Reduce includes for caps_word header ( #18948 )
3 years ago
caps_word.h
Reduce includes for caps_word header ( #18948 )
3 years ago
color.c
…
color.h
…
command.c
[Fix] Patches after printf library update ( #17584 )
3 years ago
command.h
Remove legacy keycode use from command ( #18002 )
3 years ago
config_common.h
Remove quantum/audio from global VPATH ( #18753 )
3 years ago
crc.c
Reduce includes for crc header ( #18947 )
3 years ago
crc.h
Reduce includes for crc header ( #18947 )
3 years ago
debounce.h
Make debounce() signal changes in the cooked matrix as return value ( #17554 )
3 years ago
deferred_exec.c
…
deferred_exec.h
…
digitizer.c
Digitizer feature improvements ( #19034 )
3 years ago
digitizer.h
Digitizer feature improvements ( #19034 )
3 years ago
dip_switch.c
Reduce includes for dip_switch header ( #18951 )
3 years ago
dip_switch.h
Reduce includes for dip_switch header ( #18951 )
3 years ago
dynamic_keymap.c
VIA V3 - The Custom UI Update ( #18222 )
3 years ago
dynamic_keymap.h
VIA V3 - The Custom UI Update ( #18222 )
3 years ago
dynamic_macro.h
Normalise Dynamic Macro keycodes ( #18939 )
3 years ago
eeconfig.c
Extend eeconfig kb/user datablock API ( #19094 )
3 years ago
eeconfig.h
Extend eeconfig kb/user datablock API ( #19094 )
3 years ago
encoder.c
Only trigger encoder callbacks on primary side ( #18467 )
3 years ago
encoder.h
Use a macro to compute the size of arrays at compile time ( #18044 )
3 years ago
haptic.c
…
haptic.h
…
joystick.c
Joystick feature improvements ( #19052 )
3 years ago
joystick.h
Joystick feature improvements ( #19052 )
3 years ago
keyboard.c
Fix encoder_init call order in keyboard_init ( #19140 )
3 years ago
keyboard.h
[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCAN` ( #15292 )
3 years ago
keycode.h
Initial DD keycode migration ( #18643 )
3 years ago
keycode_config.c
PoC: Swap Escape and Caps ( #16336 )
3 years ago
keycode_config.h
[Core] Add getreuer's Autocorrect feature to core ( #15699 )
3 years ago
keycodes.h
Normalise output selection (Bluetooth) keycodes ( #19004 )
3 years ago
keymap.h
Start moving towards introspection-based data retrieval ( #18441 )
3 years ago
keymap_common.c
Fix keycode parameter extraction to match the new DD keycodes ( #18977 )
3 years ago
keymap_introspection.c
Start moving towards introspection-based data retrieval ( #18441 )
3 years ago
keymap_introspection.h
Start moving towards introspection-based data retrieval ( #18441 )
3 years ago
led.c
quantum: led: split out led_update_ports() for customization of led behaviour ( #14452 )
3 years ago
led.h
quantum: led: split out led_update_ports() for customization of led behaviour ( #14452 )
3 years ago
led_tables.c
…
led_tables.h
…
main.c
…
matrix.c
Core: Support inverted scan logic for optical switches ( #19053 )
3 years ago
matrix.h
…
matrix_common.c
Merge remote-tracking branch 'origin/master' into develop
3 years ago
mousekey.c
fixed MOUSEKEY_INERTIA on AVR ( #19096 )
3 years ago
mousekey.h
add "inertia" mode for mouse keys ( #18774 )
3 years ago
os_detection.c
Detect host OS based on USB fingerprint ( #18463 )
3 years ago
os_detection.h
Detect host OS based on USB fingerprint ( #18463 )
3 years ago
pointing_device_internal.h
[Core] Introduce pointing device specific debug messages ( #17663 )
3 years ago
programmable_button.c
Programmable Button API refactor and improve docs ( #18641 )
3 years ago
programmable_button.h
Programmable Button API refactor and improve docs ( #18641 )
3 years ago
quantum.c
Normalise output selection (Bluetooth) keycodes ( #19004 )
3 years ago
quantum.h
Digitizer feature improvements ( #19034 )
3 years ago
quantum_keycodes.h
Normalise MIDI keycodes ( #18972 )
3 years ago
quantum_keycodes_legacy.h
Align haptic feedback keycode names ( #18964 )
3 years ago
raw_hid.h
…
ring_buffer.h
…
secure.c
Use a macro to compute the size of arrays at compile time ( #18044 )
3 years ago
secure.h
…
sync_timer.c
…
sync_timer.h
…
util.h
Use a macro to compute the size of arrays at compile time ( #18044 )
3 years ago
variable_trace.c
…
variable_trace.h
…
velocikey.c
…
velocikey.h
…
via.c
VIA V3 - The Custom UI Update ( #18222 )
3 years ago
via.h
VIA V3 - The Custom UI Update ( #18222 )
3 years ago
virtser.h
…
wpm.c
[Bug] Fix compilation issue with WPM ( #18965 )
3 years ago
wpm.h
Reduce includes for wpm header ( #18949 )
3 years ago