precondition 95c1cc425e Rename postprocess_steno_user → post_process_steno_user (#17823) 4 years ago
..
audio 2239527871 In honor of king terry (#17387) 4 years ago
backlight 0100629fa2 Fix AVR backlight breathing: low brightness limit & exceeding breathing table max index (#16770) 4 years ago
bootmagic 63646e8906 Format code according to conventions (#16322) 4 years ago
debounce 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) 4 years ago
encoder 2f6751e48a Asymmetric encoders, encoder tests. (#16068) 4 years ago
keymap_extras 9a31bbb3fa fix syntax error (#17732) 4 years ago
led_matrix 09e4001bba [Bug] Fix compile issue with LED Matrix (#17658) 4 years ago
logging 643f6367a1 [Fix] Patches after printf library update (#17584) 4 years ago
painter 3def7b98d4 Merge remote-tracking branch 'origin/master' into develop 4 years ago
pointing_device b8b2e99976 Constrain Cirque Pinnacle coordinates (#17803) 4 years ago
process_keycode 95c1cc425e Rename postprocess_steno_user → post_process_steno_user (#17823) 4 years ago
rgb_matrix 2f73e65837 Add LED limit call (#17679) 4 years ago
rgblight ef8db9f104 Remove ARM pgm_read_word workaround in rgblight (#16961) 4 years ago
send_string 3ecb0a80af Feature-ify Send String (#17275) 4 years ago
sequencer 63646e8906 Format code according to conventions (#16322) 4 years ago
split_common 62eaec52e0 Init eeconfig before reading handedness (#17256) 4 years ago
wear_leveling 5846b40f74 RP2040 emulated EEPROM. (#17519) 4 years ago
action.c d44a950c10 Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099) 4 years ago
action.h 25ba9b41c1 Format code according to conventions (#16421) 4 years ago
action_code.h 1d11ae3087 Rip out old macro and action_function system (#16025) 4 years ago
action_layer.c edd1f33013 Missed some erroneous prints. (#16597) 4 years ago
action_layer.h 0da6562c4d Make default layer size 16-bit (#15286) 4 years ago
action_tapping.c 3b9e186019 Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) 4 years ago
action_tapping.h 8f585153c4 Add GET_TAPPING_TERM macro to reduce duplicate code (#16681) 4 years ago
action_util.c b8574efcd6 Fix oneshot toggle logic (#16630) 4 years ago
action_util.h 63646e8906 Format code according to conventions (#16322) 4 years ago
bitwise.c 63646e8906 Format code according to conventions (#16322) 4 years ago
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 years ago
caps_word.c 68b16bba68 [Core] Add Caps Word feature to core (#16588) 4 years ago
caps_word.h 68b16bba68 [Core] Add Caps Word feature to core (#16588) 4 years ago
color.c 63646e8906 Format code according to conventions (#16322) 4 years ago
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) 4 years ago
command.c 643f6367a1 [Fix] Patches after printf library update (#17584) 4 years ago
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) 5 years ago
config_common.h 2d0ed4367b Remove deprecated KEYMAP alias (#15037) 4 years ago
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 years ago
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 years ago
debounce.h 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) 4 years ago
deferred_exec.c 63646e8906 Format code according to conventions (#16322) 4 years ago
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) 4 years ago
digitizer.c 63646e8906 Format code according to conventions (#16322) 4 years ago
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 5 years ago
dip_switch.c 63646e8906 Format code according to conventions (#16322) 4 years ago
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 5 years ago
dynamic_keymap.c c982d6c5e3 Avoid OOB in dynamic_keymap_reset (#17695) 4 years ago
dynamic_keymap.h 8d5eacb7dd Add support for encoder mapping. (#13286) 4 years ago
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 6 years ago
eeconfig.c b8574efcd6 Fix oneshot toggle logic (#16630) 4 years ago
eeconfig.h b8574efcd6 Fix oneshot toggle logic (#16630) 4 years ago
encoder.c b8e8a20ca6 Improve ENCODER_DEFAULT_POS to recognize lost ticks (#16932) 4 years ago
encoder.h 8d5eacb7dd Add support for encoder mapping. (#13286) 4 years ago
haptic.c f090881aeb [Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine (#15657) 4 years ago
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) 4 years ago
joystick.c c05e8afe45 Joystick feature updates (#16732) 4 years ago
joystick.h 645359e5d0 Joystick: Simplify report descriptor and clean up error messages (#16926) 4 years ago
keyboard.c 5f32690cba Move Pointing Device Initialization (#17740) 4 years ago
keyboard.h 7e669421f8 Rename TICK to TICK_EVENT to prevent naming conflicts (#16649) 4 years ago
keycode.h 63646e8906 Format code according to conventions (#16322) 4 years ago
keycode_config.c 871eeae4ea PoC: Swap Escape and Caps (#16336) 4 years ago
keycode_config.h 871eeae4ea PoC: Swap Escape and Caps (#16336) 4 years ago
keycode_legacy.h f529580860 Basic keycode overhaul (#14726) 4 years ago
keymap.h d717396708 [Core] Add Raspberry Pi RP2040 support (#14877) 4 years ago
keymap_common.c 8d5eacb7dd Add support for encoder mapping. (#13286) 4 years ago
keymap_introspection.c 0e5d67145a Allow for `keymaps` array to be implemented in a file other than `$(KEYMAP_C)` (#17559) 4 years ago
keymap_introspection.h 08c556b78b Add keymap wrappers for introspection into the keymap. (#17229) 4 years ago
led.c 0112938140 Expose the time of the last change to the LED state (#17222) 4 years ago
led.h 0112938140 Expose the time of the last change to the LED state (#17222) 4 years ago
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 6 years ago
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
main.c 1f2b1dedcc Quantum Painter (#10174) 4 years ago
matrix.c 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) 4 years ago
matrix.h ac31863021 Custom matrix lite support for split keyboards (#14674) 4 years ago
matrix_common.c 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) 4 years ago
mousekey.c f7eb7926e8 Merge remote-tracking branch 'origin/master' into develop 4 years ago
mousekey.h f7eb7926e8 Merge remote-tracking branch 'origin/master' into develop 4 years ago
programmable_button.c 63646e8906 Format code according to conventions (#16322) 4 years ago
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) 4 years ago
quantum.c 325da02e57 Fix QK_MAKE's reboot check (#17795) 4 years ago
quantum.h d02cefe613 implement `tap_code16_delay` (#17748) 4 years ago
quantum_keycodes.h 871eeae4ea PoC: Swap Escape and Caps (#16336) 4 years ago
quantum_keycodes_legacy.h 8545473307 Removes terminal from QMK. (#17258) 4 years ago
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 years ago
ring_buffer.h 63646e8906 Format code according to conventions (#16322) 4 years ago
secure.c db887e63d7 Enhancement and fixes of "Secure" feature (#16958) 4 years ago
secure.h db887e63d7 Enhancement and fixes of "Secure" feature (#16958) 4 years ago
sync_timer.c 63646e8906 Format code according to conventions (#16322) 4 years ago
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 years ago
utf8.c 1f2b1dedcc Quantum Painter (#10174) 4 years ago
utf8.h 1f2b1dedcc Quantum Painter (#10174) 4 years ago
util.h 2f6751e48a Asymmetric encoders, encoder tests. (#16068) 4 years ago
variable_trace.c b624f32f94 clang-format changes 7 years ago
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
velocikey.c 63646e8906 Format code according to conventions (#16322) 4 years ago
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
via.c 4efe6330c4 VIA Encoder Map Support (#17734) 4 years ago
via.h 4efe6330c4 VIA Encoder Map Support (#17734) 4 years ago
via_ensure_keycode.h b45a037c7e Rename some Quantum keycodes (#15968) 4 years ago
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) 4 years ago
wpm.c 63646e8906 Format code according to conventions (#16322) 4 years ago
wpm.h 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) 4 years ago