Drashna Jaelre 6a9ccae18d Fix missing wait.h include in Dip Switch Map (#24863) 1 tahun lalu
..
audio 83e6ddbbb4 [Audio] Add support for audio shutdown pin (#22731) 2 tahun lalu
backlight 2d1aed78a6 Update GPIO macro usages in core (#23093) 2 tahun lalu
bootmagic e2dbe39b94 Removal of bootmagic lite terminology (#22979) 2 tahun lalu
debounce 0a6a203fb5 Update asymmetric debounce code comment (#22981) 2 tahun lalu
encoder bc0c69570b Rename encoder pins defines (#24003) 2 tahun lalu
keymap_extras 57f89e5388 [CI] Regenerate Files (#24770) 1 tahun lalu
led_matrix 06b7dce565 Refactor LED Breathing effect with runner (#24540) 1 tahun lalu
logging 3bd303f204 Remove `arm_atsam` platform (#24337) 1 tahun lalu
midi 96789a7cb0 Unify MIDI note calculation with the audio feature's algorithm (#21588) 3 tahun lalu
os_detection 3f9d464412 [Core] `usb_device_state`: consolidate usb state handling across implementations (#24258) 1 tahun lalu
painter 49e339ba8d Add LD7032 support to QP. (#20828) 1 tahun lalu
pointing_device 4a5bae51cd [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630) 1 tahun lalu
process_keycode 80c90a6952 [Bug] Fix Underglow keycode processing (#24798) 1 tahun lalu
rgb_matrix 9523ed9e32 Expose rgb_matrix_update_pwm_buffers to be available in keymaps (#24573) 1 tahun lalu
rgblight 57f89e5388 [CI] Regenerate Files (#24770) 1 tahun lalu
send_string a29f665769 Insert delay between shifted chars in send_string_with_delay for AVR (#23673) 2 tahun lalu
sequencer 8b658dcc9a Normalise MIDI keycodes (#18972) 3 tahun lalu
split_common f5b495e06e Move pointing device driver code (#24445) 1 tahun lalu
unicode 70e34e491c Unicode, Unicodemap and UCIS refactor (#21659) 2 tahun lalu
wear_leveling 5846b40f74 RP2040 emulated EEPROM. (#17519) 4 tahun lalu
action.c f8596b40a4 Normalise mouse keycodes (#23975) 2 tahun lalu
action.h 3993b15f05 [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700) 3 tahun lalu
action_code.h a974c51d25 Relocate various modifier defines (#18638) 3 tahun lalu
action_layer.c c485d1cf26 Remove use of keymap.h (#20004) 3 tahun lalu
action_layer.h eee0384167 process_keycode: remove direct `quantum.h` includes (#21486) 3 tahun lalu
action_tapping.c dd94877ec6 Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889) 2 tahun lalu
action_tapping.h 73b376a881 [Chore] Remove stray mod tap interrupt defines and per key functions (#20347) 3 tahun lalu
action_util.c 3f9d464412 [Core] `usb_device_state`: consolidate usb state handling across implementations (#24258) 1 tahun lalu
action_util.h 0c160e1fba Separate 6KRO and NKRO report structs (#22267) 2 tahun lalu
basic_profiling.h 3bd303f204 Remove `arm_atsam` platform (#24337) 1 tahun lalu
bits.h 5478051d74 [Core] quantum: util: add bit and bitmask helpers (#24229) 1 tahun lalu
bitwise.c 63646e8906 Format code according to conventions (#16322) 4 tahun lalu
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 tahun lalu
caps_word.c 1249f74b31 Reduce includes for caps_word header (#18948) 3 tahun lalu
caps_word.h 1249f74b31 Reduce includes for caps_word header (#18948) 3 tahun lalu
color.c 6129af93f4 Rename RGB and HSV structs (#24471) 1 tahun lalu
color.h 6129af93f4 Rename RGB and HSV structs (#24471) 1 tahun lalu
command.c 3f9d464412 [Core] `usb_device_state`: consolidate usb state handling across implementations (#24258) 1 tahun lalu
command.h 7e7387c0d1 Remove legacy keycode use from command (#18002) 4 tahun lalu
crc.c 3de296f420 Reduce includes for crc header (#18947) 3 tahun lalu
crc.h 3de296f420 Reduce includes for crc header (#18947) 3 tahun lalu
debounce.h 7457e90887 debounce: remove direct `quantum.h` includes (#21480) 3 tahun lalu
deferred_exec.c 2661ee282a [Bugfix] Manipulate deferred executor slot only if tokens match (#22722) 2 tahun lalu
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) 4 tahun lalu
digitizer.c 6cc9513ab0 Digitizer feature improvements (#19034) 3 tahun lalu
digitizer.h 9c3c159286 Update Doxygen comments for some headers (#20194) 3 tahun lalu
dip_switch.c 6a9ccae18d Fix missing wait.h include in Dip Switch Map (#24863) 1 tahun lalu
dip_switch.h 4682226e20 Keymap introspection for Dip Switches (#22543) 2 tahun lalu
dynamic_keymap.c 11a8101301 Fix compilation of dynamic_keymap.c without VIA (#21858) 2 tahun lalu
dynamic_keymap.h bc6f8dc8b0 VIA V3 - The Custom UI Update (#18222) 3 tahun lalu
eeconfig.c 36f306b4a5 Provide method to save a single default layer in the full range of 0-31 (#24639) 1 tahun lalu
eeconfig.h 36f306b4a5 Provide method to save a single default layer in the full range of 0-31 (#24639) 1 tahun lalu
encoder.c f8596b40a4 Normalise mouse keycodes (#23975) 2 tahun lalu
encoder.h bc0c69570b Rename encoder pins defines (#24003) 2 tahun lalu
haptic.c 3f9d464412 [Core] `usb_device_state`: consolidate usb state handling across implementations (#24258) 1 tahun lalu
haptic.h 2d1aed78a6 Update GPIO macro usages in core (#23093) 2 tahun lalu
joystick.c a3cfb1dab7 Joystick: add support for 8-way hat switch (#24515) 1 tahun lalu
joystick.h a3cfb1dab7 Joystick: add support for 8-way hat switch (#24515) 1 tahun lalu
keyboard.c 968a611476 Review fixes for layer lock feature (#24627) 1 tahun lalu
keyboard.h 4682226e20 Keymap introspection for Dip Switches (#22543) 2 tahun lalu
keycode.h f8596b40a4 Normalise mouse keycodes (#23975) 2 tahun lalu
keycode_config.c 5cd31fda9c Begin removal of bootmagic lite terminology (#22970) 2 tahun lalu
keycode_config.h 5c4b53a143 [Bug] Realign and size check EECONFIG structures (#20541) 3 tahun lalu
keycodes.h 57f89e5388 [CI] Regenerate Files (#24770) 1 tahun lalu
keymap_common.c 4682226e20 Keymap introspection for Dip Switches (#22543) 2 tahun lalu
keymap_common.h c485d1cf26 Remove use of keymap.h (#20004) 3 tahun lalu
keymap_introspection.c 49a1a12a32 Expand count checks in keymap introspection (#24464) 1 tahun lalu
keymap_introspection.h 8abaa3bc2d Add support for key override introspection. (#24120) 2 tahun lalu
layer_lock.c 968a611476 Review fixes for layer lock feature (#24627) 1 tahun lalu
layer_lock.h 968a611476 Review fixes for layer lock feature (#24627) 1 tahun lalu
leader.c bbf7a20b33 Refactor Leader key feature (#19632) 3 tahun lalu
leader.h 9c3c159286 Update Doxygen comments for some headers (#20194) 3 tahun lalu
led.c cb39df273d Remove deprecated `led_set_user` (#23979) 2 tahun lalu
led.h cb39df273d Remove deprecated `led_set_user` (#23979) 2 tahun lalu
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 6 tahun lalu
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 tahun lalu
main.c 63dd131d81 Refactor vusb to protocol use pre/post task (#14944) 2 tahun lalu
matrix.c 1552cf2ddc Update atomic GPIO macros in keyboard custom matrix (#23796) 2 tahun lalu
matrix.h 3ae87b1555 core: allow locking the matrix state (#18852) 3 tahun lalu
matrix_common.c da2d2f947d quantum: remove direct `quantum.h` includes (#21507) 3 tahun lalu
modifiers.h a974c51d25 Relocate various modifier defines (#18638) 3 tahun lalu
mousekey.c 21b84596e7 Enhance overlapping mouse keys control (#23341) 1 tahun lalu
mousekey.h 21b84596e7 Enhance overlapping mouse keys control (#23341) 1 tahun lalu
os_detection.c baa29fef9d [Bug] Fix compiliation issues with OS Detection (#24502) 1 tahun lalu
os_detection.h 3f9d464412 [Core] `usb_device_state`: consolidate usb state handling across implementations (#24258) 1 tahun lalu
pointing_device_internal.h e99ec28f5f [Core] Introduce pointing device specific debug messages (#17663) 3 tahun lalu
programmable_button.c f0b2bfd5ca Programmable Button API refactor and improve docs (#18641) 3 tahun lalu
programmable_button.h 9c3c159286 Update Doxygen comments for some headers (#20194) 3 tahun lalu
quantum.c 4a5bae51cd [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630) 1 tahun lalu
quantum.h 968a611476 Review fixes for layer lock feature (#24627) 1 tahun lalu
quantum_keycodes.h 4a5bae51cd [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630) 1 tahun lalu
quantum_keycodes_legacy.h 70cbf08b67 Add new connection keycodes for Bluetooth, 2.4GHz. (#24251) 1 tahun lalu
raw_hid.h 8b7ac7f2ca Raw HID: documentation improvements (#21596) 3 tahun lalu
repeat_key.c f8596b40a4 Normalise mouse keycodes (#23975) 2 tahun lalu
repeat_key.h da2d2f947d quantum: remove direct `quantum.h` includes (#21507) 3 tahun lalu
ring_buffer.h 8cc2e0e906 Fix quantum ring_buffer for ChibiOS (#19683) 3 tahun lalu
secure.c 9632360caa Use a macro to compute the size of arrays at compile time (#18044) 3 tahun lalu
secure.h 9c3c159286 Update Doxygen comments for some headers (#20194) 3 tahun lalu
steno_keycodes.h 786ebf8760 Remove requirement for `keymap_steno.h` include in keymaps (#22423) 2 tahun lalu
sync_timer.c 63646e8906 Format code according to conventions (#16322) 4 tahun lalu
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 tahun lalu
tri_layer.c fe02abc479 [Core] Tri Layer Keys (#19795) 3 tahun lalu
tri_layer.h fe02abc479 [Core] Tri Layer Keys (#19795) 3 tahun lalu
util.h 5478051d74 [Core] quantum: util: add bit and bitmask helpers (#24229) 1 tahun lalu
variable_trace.c b624f32f94 clang-format changes 7 tahun lalu
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 tahun lalu
via.c 346b06d391 refactor: move default RGB/LED matrix #defines (#21938) 2 tahun lalu
via.h da2d2f947d quantum: remove direct `quantum.h` includes (#21507) 3 tahun lalu
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 tahun lalu
wpm.c 352beeac2f [Bug] Fix compilation issue with WPM (#18965) 3 tahun lalu
wpm.h fb96b88842 Reduce includes for wpm header (#18949) 3 tahun lalu