You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Taro Hayashi c70ebd4a0e
Fix pointing_device_set_cpi_on_side() (#23391)
2 weeks ago
..
audio Remove redundant audio eeconfig init (#22736) 3 months ago
backlight Update GPIO macro usages in core (#23093) 2 months ago
bootmagic Removal of bootmagic lite terminology (#22979) 2 months ago
debounce Update asymmetric debounce code comment (#22981) 2 months ago
encoder/tests Add encoder abstraction. (#21548) 2 months ago
keymap_extras Add ES_GRV to latam language-specific keycodes (#23333) 3 weeks ago
led_matrix Add RGB matrix & LED Matrix support for IS31FL3729 (#21944) 2 months ago
logging Workaround for `make test:all DEBUG=1` (#23047) 2 months ago
midi Unify MIDI note calculation with the audio feature's algorithm (#21588) 8 months ago
os_detection/tests Fix make clean test:os_detection (#23112) 1 month ago
painter [Driver] ILI9486 on Quantum Painter (#18521) 2 months ago
pointing_device Fix pointing_device_set_cpi_on_side() (#23391) 2 weeks ago
process_keycode Remove redundant steno eeconfig init (#22680) 2 months ago
rgb_matrix Add RGB matrix & LED Matrix support for IS31FL3729 (#21944) 2 months ago
rgblight Update copyright year on generated files (#22795) 3 months ago
send_string Insert delay between shifted chars in send_string_with_delay (#19280) 2 months ago
sequencer Normalise MIDI keycodes (#18972) 1 year ago
split_common Fixes for encoder abstraction. (#23195) 1 month ago
unicode Unicode, Unicodemap and UCIS refactor (#21659) 7 months ago
wear_leveling RP2040 emulated EEPROM. (#17519) 1 year ago
action.c Insert delay between shifted chars in send_string_with_delay (#19280) 2 months ago
action.h [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700) 11 months ago
action_code.h Relocate various modifier defines (#18638) 1 year ago
action_layer.c Remove use of keymap.h (#20004) 1 year ago
action_layer.h process_keycode: remove direct `quantum.h` includes (#21486) 9 months ago
action_tapping.c Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 6 months ago
action_tapping.h [Chore] Remove stray mod tap interrupt defines and per key functions (#20347) 1 year ago
action_util.c Separate 6KRO and NKRO report structs (#22267) 5 months ago
action_util.h Separate 6KRO and NKRO report structs (#22267) 5 months ago
basic_profiling.h Add basic profiler. (#20238) 1 year ago
bitwise.c Format code according to conventions (#16322) 2 years ago
bitwise.h Migrate some tmk_core files to quantum (#11791) 3 years ago
caps_word.c Reduce includes for caps_word header (#18948) 1 year ago
caps_word.h Reduce includes for caps_word header (#18948) 1 year ago
color.c Clean up RGB LED type (#21859) 7 months ago
color.h Move `PACKED` define to util.h (#22074) 7 months ago
command.c V-USB: Fix `GET_IDLE/SET_IDLE` (#22332) 5 months ago
command.h Remove legacy keycode use from command (#18002) 1 year ago
crc.c Reduce includes for crc header (#18947) 1 year ago
crc.h Reduce includes for crc header (#18947) 1 year ago
debounce.h debounce: remove direct `quantum.h` includes (#21480) 9 months ago
deferred_exec.c [Bugfix] Manipulate deferred executor slot only if tokens match (#22722) 4 months ago
deferred_exec.h Advanced deferred_exec for core-side code. (#15579) 2 years ago
digitizer.c Digitizer feature improvements (#19034) 1 year ago
digitizer.h Update Doxygen comments for some headers (#20194) 1 year ago
dip_switch.c Update GPIO macro usages in core (#23093) 2 months ago
dip_switch.h Keymap introspection for Dip Switches (#22543) 4 months ago
dynamic_keymap.c Fix compilation of dynamic_keymap.c without VIA (#21858) 7 months ago
dynamic_keymap.h VIA V3 - The Custom UI Update (#18222) 1 year ago
dynamic_macro.h Normalise Dynamic Macro keycodes (#18939) 1 year ago
eeconfig.c Remove redundant audio eeconfig init (#22736) 3 months ago
eeconfig.h Prep work for NKRO report separation (#22268) 6 months ago
encoder.c Fixes for encoder abstraction. (#23195) 1 month ago
encoder.h Fixes for encoder abstraction. (#23195) 1 month ago
haptic.c Update GPIO macro usages in core (#23093) 2 months ago
haptic.h Update GPIO macro usages in core (#23093) 2 months ago
joystick.c Update GPIO macro usages in core (#23093) 2 months ago
joystick.h Fix joystick initialization (#22953) 2 months ago
keyboard.c Add encoder abstraction. (#21548) 2 months ago
keyboard.h Keymap introspection for Dip Switches (#22543) 4 months ago
keycode.h Relocate various modifier defines (#18638) 1 year ago
keycode_config.c Begin removal of bootmagic lite terminology (#22970) 2 months ago
keycode_config.h [Bug] Realign and size check EECONFIG structures (#20541) 11 months ago
keycodes.h Regenerate Files (#22821) 3 months ago
keymap_common.c Keymap introspection for Dip Switches (#22543) 4 months ago
keymap_common.h Remove use of keymap.h (#20004) 1 year ago
keymap_introspection.c Keymap introspection for Dip Switches (#22543) 4 months ago
keymap_introspection.h Keymap introspection for Dip Switches (#22543) 4 months ago
leader.c Refactor Leader key feature (#19632) 1 year ago
leader.h Update Doxygen comments for some headers (#20194) 1 year ago
led.c Update GPIO macro usages in core (#23093) 2 months ago
led.h Get rid of `USB_LED_CAPS_LOCK` (#21436) 9 months ago
led_tables.c Remove unused LED_BREATHING_TABLE 4 years ago
led_tables.h Change include guards in quantum/ to pragma once (#11239) 3 years ago
main.c [Core] Quantum Painter - LVGL Integration (#18499) 1 year ago
matrix.c Update GPIO macro usages in core (#23093) 2 months ago
matrix.h core: allow locking the matrix state (#18852) 1 year ago
matrix_common.c quantum: remove direct `quantum.h` includes (#21507) 9 months ago
modifiers.h Relocate various modifier defines (#18638) 1 year ago
mousekey.c Improve directional transition of overlapping mouse keys (#21494) 6 months ago
mousekey.h Add MOUSEKEY_WHEEL_DELTA documentation (#21493) 9 months ago
os_detection.c OS Detection - Entire file should not be wrapped with ifdef (#23108) 1 month ago
os_detection.h OS Detection - Entire file should not be wrapped with ifdef (#23108) 1 month ago
pointing_device_internal.h [Core] Introduce pointing device specific debug messages (#17663) 1 year ago
programmable_button.c Programmable Button API refactor and improve docs (#18641) 1 year ago
programmable_button.h Update Doxygen comments for some headers (#20194) 1 year ago
quantum.c Improve and Cleanup Shutdown callbacks (#21060) 4 months ago
quantum.h [Core] Add OS detection callbacks (#21777) 2 months ago
quantum_keycodes.h Align location of tap dance keycode (#22742) 3 months ago
quantum_keycodes_legacy.h Unicode, Unicodemap and UCIS refactor (#21659) 7 months ago
raw_hid.h Raw HID: documentation improvements (#21596) 8 months ago
repeat_key.c quantum: remove direct `quantum.h` includes (#21507) 9 months ago
repeat_key.h quantum: remove direct `quantum.h` includes (#21507) 9 months ago
ring_buffer.h Fix quantum ring_buffer for ChibiOS (#19683) 1 year ago
secure.c Use a macro to compute the size of arrays at compile time (#18044) 1 year ago
secure.h Update Doxygen comments for some headers (#20194) 1 year ago
steno_keycodes.h Remove requirement for `keymap_steno.h` include in keymaps (#22423) 5 months ago
sync_timer.c Format code according to conventions (#16322) 2 years ago
sync_timer.h Relocate protocol files within tmk_core/common/ (#14972) 2 years ago
tri_layer.c [Core] Tri Layer Keys (#19795) 1 year ago
tri_layer.h [Core] Tri Layer Keys (#19795) 1 year ago
util.h Add simpler method for relocating functions to RAM. (#21804) 4 months ago
variable_trace.c clang-format changes 4 years ago
variable_trace.h Change include guards in quantum/ to pragma once (#11239) 3 years ago
via.c refactor: move default RGB/LED matrix #defines (#21938) 6 months ago
via.h quantum: remove direct `quantum.h` includes (#21507) 9 months ago
virtser.h Relocate protocol files within tmk_core/common/ (#14972) 2 years ago
wpm.c [Bug] Fix compilation issue with WPM (#18965) 1 year ago
wpm.h Reduce includes for wpm header (#18949) 1 year ago