Drashna Jaelre dbe214c326 Handle mouse keys more consistently (#18513) 3 years ago
..
audio 2239527871 In honor of king terry (#17387) 4 years ago
backlight 9632360caa Use a macro to compute the size of arrays at compile time (#18044) 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 5021cf58ad Fix DV_SCLN and DV_COLN in keymap_spanish_dvorak.h (#18043) 4 years ago
led_matrix ea2819b2c2 Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) 3 years ago
logging 643f6367a1 [Fix] Patches after printf library update (#17584) 4 years ago
painter 1849897444 [QP] Add RGB565 surface. Docs clarification, cleanup, tabsification, and reordering. (#18396) 3 years ago
pointing_device fb400f2ac2 Enabling Pointing Device support in register code functions (#18363) 3 years ago
process_keycode be8907d634 Further refactoring of joystick feature (#18437) 3 years ago
rgb_matrix ea2819b2c2 Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) 3 years ago
rgblight 703d8cd417 Fix retain brightness when val is changed while a layer is active (#18426) 3 years ago
send_string a2765bfe19 Add missing SS_LOPT and SS_ROPT defines (#18175) 4 years ago
sequencer 63646e8906 Format code according to conventions (#16322) 4 years ago
split_common e1aed8da08 Move fake EE_HANDS (#18352) 3 years ago
unicode a3a47a6556 Work around WinCompose issue for U+Axxx or U+Exxx (#18260) 3 years ago
wear_leveling 5846b40f74 RP2040 emulated EEPROM. (#17519) 4 years ago
action.c dbe214c326 Handle mouse keys more consistently (#18513) 3 years ago
action.h 8ce946b5c8 [Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063) 4 years ago
action_code.h ba04ecfabd Align TO() max layers with other keycodes (#17989) 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 7e7387c0d1 Remove legacy keycode use from command (#18002) 4 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 9632360caa Use a macro to compute the size of arrays at compile time (#18044) 4 years ago
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 5 years ago
dynamic_keymap.c cbbb45c13f Start moving towards introspection-based data retrieval (#18441) 3 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 db6a637398 Fix EECONFIG_KEYMAP_UPPER_BYTE init (#18394) 3 years ago
eeconfig.h b8574efcd6 Fix oneshot toggle logic (#16630) 4 years ago
encoder.c d910e8df77 Use `TAP_CODE_DELAY` for encoder mapping by default (#18098) 4 years ago
encoder.h 9632360caa Use a macro to compute the size of arrays at compile time (#18044) 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 be8907d634 Further refactoring of joystick feature (#18437) 3 years ago
joystick.h be8907d634 Further refactoring of joystick feature (#18437) 3 years ago
keyboard.c f80058d96e Start Bluetooth API (#18366) 3 years ago
keyboard.h f27b617f36 [Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCAN` (#15292) 4 years ago
keycode.h d67d388e77 Move mousekey keycodes into newly freed up keycode block (#16076) 3 years ago
keycode_config.c 871eeae4ea PoC: Swap Escape and Caps (#16336) 4 years ago
keycode_config.h fb29c0ae53 [Core] Add getreuer's Autocorrect feature to core (#15699) 3 years ago
keycode_legacy.h f529580860 Basic keycode overhaul (#14726) 4 years ago
keymap.h cbbb45c13f Start moving towards introspection-based data retrieval (#18441) 3 years ago
keymap_common.c dbe214c326 Handle mouse keys more consistently (#18513) 3 years ago
keymap_introspection.c cbbb45c13f Start moving towards introspection-based data retrieval (#18441) 3 years ago
keymap_introspection.h cbbb45c13f Start moving towards introspection-based data retrieval (#18441) 3 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 67461a0a47 Merge remote-tracking branch 'origin/master' into develop 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
pointing_device_internal.h e99ec28f5f [Core] Introduce pointing device specific debug messages (#17663) 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 7c1797f52f [Core] Pointing Device Automatic Mouse Layer (#17962) 3 years ago
quantum.h fb29c0ae53 [Core] Add getreuer's Autocorrect feature to core (#15699) 3 years ago
quantum_keycodes.h fb29c0ae53 [Core] Add getreuer's Autocorrect feature to core (#15699) 3 years ago
quantum_keycodes_legacy.h 8d715fc16b Remove deprecated RESET keycode alias (#18271) 3 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 9632360caa Use a macro to compute the size of arrays at compile time (#18044) 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
util.h 9632360caa Use a macro to compute the size of arrays at compile time (#18044) 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 a26f1ddafa Chromeos keycodes (#18212) 3 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