Ryan 5629ba1807 Remove legacy keycodes, part 4 (#18683) há 3 anos atrás
..
audio 2239527871 In honor of king terry (#17387) há 4 anos atrás
backlight 996a9006d3 [Core] PWM Backlight for RP2040 (#17706) há 3 anos atrás
bootmagic 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
debounce 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) há 4 anos atrás
encoder 2f6751e48a Asymmetric encoders, encoder tests. (#16068) há 4 anos atrás
keymap_extras f090cfe75c Relocate US ANSI shifted keycode aliases (#18634) há 3 anos atrás
led_matrix 64b1ed4550 Fix Per Key LED Indicator Callbacks (#18450) há 3 anos atrás
logging 643f6367a1 [Fix] Patches after printf library update (#17584) há 4 anos atrás
painter 1849897444 [QP] Add RGB565 surface. Docs clarification, cleanup, tabsification, and reordering. (#18396) há 4 anos atrás
pointing_device fb400f2ac2 Enabling Pointing Device support in register code functions (#18363) há 4 anos atrás
process_keycode 49030e3e5b Use get_u16_str instead of snprintf in autoshift_timer_report (#18606) há 3 anos atrás
rgb_matrix 41159326ca Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650) há 3 anos atrás
rgblight 703d8cd417 Fix retain brightness when val is changed while a layer is active (#18426) há 4 anos atrás
send_string 9d43cc319c Fix mouse use within send_string (#18659) há 3 anos atrás
sequencer f090cfe75c Relocate US ANSI shifted keycode aliases (#18634) há 3 anos atrás
split_common c255174cf3 Implement split comms watchdog (#18599) há 3 anos atrás
unicode a3a47a6556 Work around WinCompose issue for U+Axxx or U+Exxx (#18260) há 4 anos atrás
wear_leveling 5846b40f74 RP2040 emulated EEPROM. (#17519) há 4 anos atrás
action.c 2c96c75263 Small un/register_code() cleanups (#18544) há 3 anos atrás
action.h 8ce946b5c8 [Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063) há 4 anos atrás
action_code.h 2c96c75263 Small un/register_code() cleanups (#18544) há 3 anos atrás
action_layer.c 959f4cbb62 docs: some typos (#18582) há 3 anos atrás
action_layer.h 0da6562c4d Make default layer size 16-bit (#15286) há 4 anos atrás
action_tapping.c 3b9e186019 Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) há 4 anos atrás
action_tapping.h 8f585153c4 Add GET_TAPPING_TERM macro to reduce duplicate code (#16681) há 4 anos atrás
action_util.c b8574efcd6 Fix oneshot toggle logic (#16630) há 4 anos atrás
action_util.h 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
bitwise.c 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) há 5 anos atrás
caps_word.c 68b16bba68 [Core] Add Caps Word feature to core (#16588) há 4 anos atrás
caps_word.h 68b16bba68 [Core] Add Caps Word feature to core (#16588) há 4 anos atrás
color.c 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) há 4 anos atrás
command.c 643f6367a1 [Fix] Patches after printf library update (#17584) há 4 anos atrás
command.h 7e7387c0d1 Remove legacy keycode use from command (#18002) há 4 anos atrás
config_common.h 2d0ed4367b Remove deprecated KEYMAP alias (#15037) há 4 anos atrás
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) há 5 anos atrás
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) há 5 anos atrás
debounce.h 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) há 4 anos atrás
deferred_exec.c 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) há 4 anos atrás
digitizer.c 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) há 5 anos atrás
dip_switch.c 9632360caa Use a macro to compute the size of arrays at compile time (#18044) há 4 anos atrás
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) há 5 anos atrás
dynamic_keymap.c cbbb45c13f Start moving towards introspection-based data retrieval (#18441) há 4 anos atrás
dynamic_keymap.h 8d5eacb7dd Add support for encoder mapping. (#13286) há 4 anos atrás
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) há 6 anos atrás
eeconfig.c db6a637398 Fix EECONFIG_KEYMAP_UPPER_BYTE init (#18394) há 4 anos atrás
eeconfig.h b8574efcd6 Fix oneshot toggle logic (#16630) há 4 anos atrás
encoder.c d910e8df77 Use `TAP_CODE_DELAY` for encoder mapping by default (#18098) há 4 anos atrás
encoder.h 9632360caa Use a macro to compute the size of arrays at compile time (#18044) há 4 anos atrás
haptic.c f090881aeb [Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine (#15657) há 4 anos atrás
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) há 4 anos atrás
joystick.c be8907d634 Further refactoring of joystick feature (#18437) há 4 anos atrás
joystick.h be8907d634 Further refactoring of joystick feature (#18437) há 4 anos atrás
keyboard.c c255174cf3 Implement split comms watchdog (#18599) há 3 anos atrás
keyboard.h f27b617f36 [Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCAN` (#15292) há 4 anos atrás
keycode.h d67d388e77 Move mousekey keycodes into newly freed up keycode block (#16076) há 4 anos atrás
keycode_config.c 871eeae4ea PoC: Swap Escape and Caps (#16336) há 4 anos atrás
keycode_config.h fb29c0ae53 [Core] Add getreuer's Autocorrect feature to core (#15699) há 4 anos atrás
keycode_legacy.h 5629ba1807 Remove legacy keycodes, part 4 (#18683) há 3 anos atrás
keymap.h cbbb45c13f Start moving towards introspection-based data retrieval (#18441) há 4 anos atrás
keymap_common.c dbe214c326 Handle mouse keys more consistently (#18513) há 4 anos atrás
keymap_introspection.c cbbb45c13f Start moving towards introspection-based data retrieval (#18441) há 4 anos atrás
keymap_introspection.h cbbb45c13f Start moving towards introspection-based data retrieval (#18441) há 4 anos atrás
led.c cbe1c22d46 quantum: led: split out led_update_ports() for customization of led behaviour (#14452) há 3 anos atrás
led.h cbe1c22d46 quantum: led: split out led_update_ports() for customization of led behaviour (#14452) há 3 anos atrás
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE há 6 anos atrás
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) há 5 anos atrás
main.c 1f2b1dedcc Quantum Painter (#10174) há 4 anos atrás
matrix.c 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) há 4 anos atrás
matrix.h ac31863021 Custom matrix lite support for split keyboards (#14674) há 4 anos atrás
matrix_common.c 67461a0a47 Merge remote-tracking branch 'origin/master' into develop há 4 anos atrás
mousekey.c f7eb7926e8 Merge remote-tracking branch 'origin/master' into develop há 4 anos atrás
mousekey.h f7eb7926e8 Merge remote-tracking branch 'origin/master' into develop há 4 anos atrás
pointing_device_internal.h e99ec28f5f [Core] Introduce pointing device specific debug messages (#17663) há 4 anos atrás
programmable_button.c 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) há 5 anos atrás
quantum.c 86938fd958 Allow QK_MAKE to work with converters (#18637) há 3 anos atrás
quantum.h fb29c0ae53 [Core] Add getreuer's Autocorrect feature to core (#15699) há 4 anos atrás
quantum_keycodes.h f090cfe75c Relocate US ANSI shifted keycode aliases (#18634) há 3 anos atrás
quantum_keycodes_legacy.h 8d715fc16b Remove deprecated RESET keycode alias (#18271) há 4 anos atrás
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) há 4 anos atrás
ring_buffer.h 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
secure.c 9632360caa Use a macro to compute the size of arrays at compile time (#18044) há 4 anos atrás
secure.h db887e63d7 Enhancement and fixes of "Secure" feature (#16958) há 4 anos atrás
sync_timer.c 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) há 4 anos atrás
util.h 9632360caa Use a macro to compute the size of arrays at compile time (#18044) há 4 anos atrás
variable_trace.c b624f32f94 clang-format changes há 7 anos atrás
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) há 5 anos atrás
velocikey.c 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) há 5 anos atrás
via.c 4efe6330c4 VIA Encoder Map Support (#17734) há 4 anos atrás
via.h 4efe6330c4 VIA Encoder Map Support (#17734) há 4 anos atrás
via_ensure_keycode.h a26f1ddafa Chromeos keycodes (#18212) há 4 anos atrás
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) há 4 anos atrás
wpm.c 63646e8906 Format code according to conventions (#16322) há 4 anos atrás
wpm.h 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) há 4 anos atrás