Joel Challis 952b88528f Fix processing of recently added system keycodes (#20058) пре 3 година
..
audio cf935d97ae Fix functions with empty params (#19647) пре 3 година
backlight 996a9006d3 [Core] PWM Backlight for RP2040 (#17706) пре 3 година
bootmagic 63646e8906 Format code according to conventions (#16322) пре 4 година
debounce 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) пре 4 година
encoder 8812872794 Only trigger encoder callbacks on primary side (#18467) пре 3 година
keymap_extras fc2c9ccbc5 Regenerate Files (#19463) пре 3 година
led_matrix 9c6942ea40 Remove `config.h` include from quantum files (#19817) пре 3 година
logging dedc54a328 [Core] guard action related debug messages (#19348) пре 3 година
midi 242b80c63f Move MIDI code out of tmk_core (#19704) пре 3 година
os_detection 85ee55ff3b Detect host OS based on USB fingerprint (#18463) пре 3 година
painter 49c912f9b4 QP: Correct rotation and offset when using LVGL (#19713) пре 3 година
pointing_device af52a9f8ad Fix jump in report value when scale changes during cirque get report (#18992) пре 3 година
process_keycode 403b0addea Align magic keycodes (#19877) пре 3 година
rgb_matrix 74770ac79b Merge branch 'master' into develop пре 3 година
rgblight fc2c9ccbc5 Regenerate Files (#19463) пре 3 година
send_string fe00c80211 Reduce includes for send_string header (#18952) пре 3 година
sequencer 8b658dcc9a Normalise MIDI keycodes (#18972) пре 3 година
split_common 9c6942ea40 Remove `config.h` include from quantum files (#19817) пре 3 година
unicode 5974d989fe Normalise Unicode keycodes (#18898) пре 3 година
wear_leveling 5846b40f74 RP2040 emulated EEPROM. (#17519) пре 4 година
action.c 48a79b08cc Fix functions when `NO_ACTION_TAPPING` is defined (#11528) пре 3 година
action.h 9908ed7ecd Add swap hands status function (#19831) пре 3 година
action_code.h a69ab05dd6 Initial DD keycode migration (#18643) пре 3 година
action_layer.c b1f4d49c43 [Bug] Fix tri layer compiler issue if NO_ACTION_LAYER is defined (#19821) пре 3 година
action_layer.h fe02abc479 [Core] Tri Layer Keys (#19795) пре 3 година
action_tapping.c 93f2ed3abf [Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893) пре 3 година
action_tapping.h 48a79b08cc Fix functions when `NO_ACTION_TAPPING` is defined (#11528) пре 3 година
action_util.c cf935d97ae Fix functions with empty params (#19647) пре 3 година
action_util.h 63646e8906 Format code according to conventions (#16322) пре 4 година
bitwise.c 63646e8906 Format code according to conventions (#16322) пре 4 година
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) пре 5 година
caps_word.c 1249f74b31 Reduce includes for caps_word header (#18948) пре 3 година
caps_word.h 1249f74b31 Reduce includes for caps_word header (#18948) пре 3 година
color.c 63646e8906 Format code according to conventions (#16322) пре 4 година
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) пре 4 година
command.c 643f6367a1 [Fix] Patches after printf library update (#17584) пре 4 година
command.h 7e7387c0d1 Remove legacy keycode use from command (#18002) пре 4 година
config_common.h d84a7351ea Strip out more of config_common (#19722) пре 3 година
crc.c 3de296f420 Reduce includes for crc header (#18947) пре 3 година
crc.h 3de296f420 Reduce includes for crc header (#18947) пре 3 година
debounce.h 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) пре 4 година
deferred_exec.c 63646e8906 Format code according to conventions (#16322) пре 4 година
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) пре 4 година
digitizer.c 6cc9513ab0 Digitizer feature improvements (#19034) пре 3 година
digitizer.h 6cc9513ab0 Digitizer feature improvements (#19034) пре 3 година
dip_switch.c ea98aa8e5e Reduce includes for dip_switch header (#18951) пре 3 година
dip_switch.h ea98aa8e5e Reduce includes for dip_switch header (#18951) пре 3 година
dynamic_keymap.c bc6f8dc8b0 VIA V3 - The Custom UI Update (#18222) пре 3 година
dynamic_keymap.h bc6f8dc8b0 VIA V3 - The Custom UI Update (#18222) пре 3 година
dynamic_macro.h fe18df9d41 Normalise Dynamic Macro keycodes (#18939) пре 3 година
eeconfig.c 57ac917b43 Extend eeconfig kb/user datablock API (#19094) пре 3 година
eeconfig.h 57ac917b43 Extend eeconfig kb/user datablock API (#19094) пре 3 година
encoder.c 8812872794 Only trigger encoder callbacks on primary side (#18467) пре 3 година
encoder.h 9632360caa Use a macro to compute the size of arrays at compile time (#18044) пре 4 година
haptic.c b585ece5ef Add Split support for Haptic feedback (#19203) пре 3 година
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) пре 4 година
joystick.c cf935d97ae Fix functions with empty params (#19647) пре 3 година
joystick.h 1e95f7be8f Joystick feature improvements (#19052) пре 3 година
keyboard.c 3ae87b1555 core: allow locking the matrix state (#18852) пре 3 година
keyboard.h 85984902cf Introduce IS_EVENT instead of !IS_NOEVENT (#19366) пре 3 година
keycode.h 6ceff1367d Tidy up use of keycode range helpers (#19813) пре 3 година
keycode_config.c b47f179a4a Make Magic handling more consistent in Action Keycode handling (#9126) пре 3 година
keycode_config.h fb29c0ae53 [Core] Add getreuer's Autocorrect feature to core (#15699) пре 3 година
keycodes.h 9f2cd9119f Reallocate user/kb keycode ranges (#19907) пре 3 година
keymap.h cbbb45c13f Start moving towards introspection-based data retrieval (#18441) пре 3 година
keymap_common.c 952b88528f Fix processing of recently added system keycodes (#20058) пре 3 година
keymap_introspection.c ea05045923 Allow overriding of keymap/encodermap layer count. (#19325) пре 3 година
keymap_introspection.h ea05045923 Allow overriding of keymap/encodermap layer count. (#19325) пре 3 година
leader.c bbf7a20b33 Refactor Leader key feature (#19632) пре 3 година
leader.h bbf7a20b33 Refactor Leader key feature (#19632) пре 3 година
led.c 1124bbc1db Remove deprecated led_set_kb (#19273) пре 3 година
led.h 1124bbc1db Remove deprecated led_set_kb (#19273) пре 3 година
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE пре 6 година
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) пре 5 година
main.c 102f22f7e9 [Core] Quantum Painter - LVGL Integration (#18499) пре 3 година
matrix.c 11d49d00e7 Remove matrix_init_quantum/matrix_scan_quantum (#19806) пре 3 година
matrix.h 3ae87b1555 core: allow locking the matrix state (#18852) пре 3 година
matrix_common.c 11d49d00e7 Remove matrix_init_quantum/matrix_scan_quantum (#19806) пре 3 година
mousekey.c 584b7cf801 Fix build failures with `OPT = 0` due to inline functions (#19767) пре 3 година
mousekey.h 2a61bfc27d add "inertia" mode for mouse keys (#18774) пре 3 година
os_detection.c 85ee55ff3b Detect host OS based on USB fingerprint (#18463) пре 3 година
os_detection.h 85ee55ff3b Detect host OS based on USB fingerprint (#18463) пре 3 година
pointing_device_internal.h e99ec28f5f [Core] Introduce pointing device specific debug messages (#17663) пре 4 година
programmable_button.c f0b2bfd5ca Programmable Button API refactor and improve docs (#18641) пре 3 година
programmable_button.h f0b2bfd5ca Programmable Button API refactor and improve docs (#18641) пре 3 година
quantum.c fe02abc479 [Core] Tri Layer Keys (#19795) пре 3 година
quantum.h bbf7a20b33 Refactor Leader key feature (#19632) пре 3 година
quantum_keycodes.h 961f0b7b2d Reallocate SAFE_RANGE (#19909) пре 3 година
quantum_keycodes_legacy.h 403b0addea Align magic keycodes (#19877) пре 3 година
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) пре 4 година
ring_buffer.h 8cc2e0e906 Fix quantum ring_buffer for ChibiOS (#19683) пре 3 година
secure.c 9632360caa Use a macro to compute the size of arrays at compile time (#18044) пре 4 година
secure.h db887e63d7 Enhancement and fixes of "Secure" feature (#16958) пре 4 година
sync_timer.c 63646e8906 Format code according to conventions (#16322) пре 4 година
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) пре 4 година
tri_layer.c fe02abc479 [Core] Tri Layer Keys (#19795) пре 3 година
tri_layer.h fe02abc479 [Core] Tri Layer Keys (#19795) пре 3 година
util.h 9632360caa Use a macro to compute the size of arrays at compile time (#18044) пре 4 година
variable_trace.c b624f32f94 clang-format changes пре 7 година
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) пре 5 година
velocikey.c 63646e8906 Format code according to conventions (#16322) пре 4 година
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) пре 5 година
via.c 7f805cc779 VIA Protocol 12 + fixes (#19916) пре 3 година
via.h 7f805cc779 VIA Protocol 12 + fixes (#19916) пре 3 година
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) пре 4 година
wpm.c 352beeac2f [Bug] Fix compilation issue with WPM (#18965) пре 3 година
wpm.h fb96b88842 Reduce includes for wpm header (#18949) пре 3 година