QMK Bot d7a7c1c301 Merge remote-tracking branch 'origin/develop' into xap hace 3 años
..
audio b01dc36fbf Tidy up duplication of MIN/MAX fallback implementations (#20236) hace 3 años
backlight 996a9006d3 [Core] PWM Backlight for RP2040 (#17706) hace 3 años
bootmagic 3be5d90b6d Remove some use of keymap.h (#20006) hace 3 años
debounce 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) hace 4 años
encoder 8812872794 Only trigger encoder callbacks on primary side (#18467) hace 3 años
keymap_extras c3c40dfda8 Remove some use of keymap.h (#19980) hace 3 años
led_matrix 42895141de Decouple lighting_map from XAP hace 3 años
logging dedc54a328 [Core] guard action related debug messages (#19348) hace 3 años
midi b01dc36fbf Tidy up duplication of MIN/MAX fallback implementations (#20236) hace 3 años
os_detection 85ee55ff3b Detect host OS based on USB fingerprint (#18463) hace 3 años
painter fe58538b8f Merge remote-tracking branch 'origin/master' into develop hace 3 años
pointing_device 9a68472da8 Added PMW3320 driver (#19543) hace 3 años
process_keycode d3b8179f46 Prevent Tri-Layer keys from stopping caps words (#20398) hace 3 años
rgb_matrix 8a70fff1b2 Merge remote-tracking branch 'origin/develop' into xap hace 3 años
rgblight ff12eca96d Merge remote-tracking branch 'origin/develop' into xap hace 3 años
send_string 9c3c159286 Update Doxygen comments for some headers (#20194) hace 3 años
sequencer 8b658dcc9a Normalise MIDI keycodes (#18972) hace 3 años
split_common ccda5d2d2f Make "detected_host_os()" available on the SLAVE side of the split keyboard (#19854) hace 3 años
unicode 5974d989fe Normalise Unicode keycodes (#18898) hace 3 años
wear_leveling 5846b40f74 RP2040 emulated EEPROM. (#17519) hace 4 años
xap f3c48f100a Fixup compilation failures. hace 3 años
action.c f5b7491883 Add swap hands toggle functions (#20381) hace 3 años
action.h f5b7491883 Add swap hands toggle functions (#20381) hace 3 años
action_code.h a974c51d25 Relocate various modifier defines (#18638) hace 3 años
action_layer.c c485d1cf26 Remove use of keymap.h (#20004) hace 3 años
action_layer.h fe02abc479 [Core] Tri Layer Keys (#19795) hace 3 años
action_tapping.c fcf8b804ed [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847) hace 3 años
action_tapping.h 73b376a881 [Chore] Remove stray mod tap interrupt defines and per key functions (#20347) hace 3 años
action_util.c 46844347c4 Fix OSMs getting stuck (#20034) hace 3 años
action_util.h 46844347c4 Fix OSMs getting stuck (#20034) hace 3 años
basic_profiling.h b1b8cd1bf0 Add basic profiler. (#20238) hace 3 años
bitwise.c 63646e8906 Format code according to conventions (#16322) hace 4 años
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) hace 5 años
caps_word.c 1249f74b31 Reduce includes for caps_word header (#18948) hace 3 años
caps_word.h 1249f74b31 Reduce includes for caps_word header (#18948) hace 3 años
color.c b01dc36fbf Tidy up duplication of MIN/MAX fallback implementations (#20236) hace 3 años
color.h 489475814a fixed typo in orange HSV colors decalartion (#15976) hace 4 años
command.c 3be5d90b6d Remove some use of keymap.h (#20006) hace 3 años
command.h 7e7387c0d1 Remove legacy keycode use from command (#18002) hace 4 años
crc.c 3de296f420 Reduce includes for crc header (#18947) hace 3 años
crc.h 3de296f420 Reduce includes for crc header (#18947) hace 3 años
debounce.h 8224f62806 Make debounce() signal changes in the cooked matrix as return value (#17554) hace 4 años
deferred_exec.c 63646e8906 Format code according to conventions (#16322) hace 4 años
deferred_exec.h 0c402157fc Advanced deferred_exec for core-side code. (#15579) hace 4 años
digitizer.c 6cc9513ab0 Digitizer feature improvements (#19034) hace 3 años
digitizer.h 9c3c159286 Update Doxygen comments for some headers (#20194) hace 3 años
dip_switch.c ea98aa8e5e Reduce includes for dip_switch header (#18951) hace 3 años
dip_switch.h ea98aa8e5e Reduce includes for dip_switch header (#18951) hace 3 años
dynamic_keymap.c 22e5ae2ed2 Merge remote-tracking branch 'origin/develop' into xap hace 3 años
dynamic_keymap.h aac29b86f4 Merge remote-tracking branch 'origin/develop' into xap hace 3 años
dynamic_macro.h fe18df9d41 Normalise Dynamic Macro keycodes (#18939) hace 3 años
eeconfig.c 8829d0431c Reset macros as well. hace 3 años
eeconfig.h 646ced4441 Remove bad EECONFIG address hace 3 años
encoder.c 36ab0c0aaa Add core/fallback encoder behaviour (#20320) hace 3 años
encoder.h 9632360caa Use a macro to compute the size of arrays at compile time (#18044) hace 4 años
haptic.c b585ece5ef Add Split support for Haptic feedback (#19203) hace 3 años
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) hace 4 años
joystick.c cf935d97ae Fix functions with empty params (#19647) hace 3 años
joystick.h 9c3c159286 Update Doxygen comments for some headers (#20194) hace 3 años
keyboard.c fcf8b804ed [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847) hace 3 años
keyboard.h fcf8b804ed [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847) hace 3 años
keycode.h a974c51d25 Relocate various modifier defines (#18638) hace 3 años
keycode_config.c b47f179a4a Make Magic handling more consistent in Action Keycode handling (#9126) hace 3 años
keycode_config.h fb29c0ae53 [Core] Add getreuer's Autocorrect feature to core (#15699) hace 4 años
keycodes.h 9f2cd9119f Reallocate user/kb keycode ranges (#19907) hace 3 años
keymap.h c485d1cf26 Remove use of keymap.h (#20004) hace 3 años
keymap_common.c c485d1cf26 Remove use of keymap.h (#20004) hace 3 años
keymap_common.h c485d1cf26 Remove use of keymap.h (#20004) hace 3 años
keymap_introspection.c ea05045923 Allow overriding of keymap/encodermap layer count. (#19325) hace 3 años
keymap_introspection.h 3be5d90b6d Remove some use of keymap.h (#20006) hace 3 años
leader.c bbf7a20b33 Refactor Leader key feature (#19632) hace 3 años
leader.h 9c3c159286 Update Doxygen comments for some headers (#20194) hace 3 años
led.c 1124bbc1db Remove deprecated led_set_kb (#19273) hace 3 años
led.h 1124bbc1db Remove deprecated led_set_kb (#19273) hace 3 años
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE hace 6 años
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) hace 5 años
main.c 102f22f7e9 [Core] Quantum Painter - LVGL Integration (#18499) hace 3 años
matrix.c 11d49d00e7 Remove matrix_init_quantum/matrix_scan_quantum (#19806) hace 3 años
matrix.h 3ae87b1555 core: allow locking the matrix state (#18852) hace 3 años
matrix_common.c 11d49d00e7 Remove matrix_init_quantum/matrix_scan_quantum (#19806) hace 3 años
modifiers.h a974c51d25 Relocate various modifier defines (#18638) hace 3 años
mousekey.c 584b7cf801 Fix build failures with `OPT = 0` due to inline functions (#19767) hace 3 años
mousekey.h 2a61bfc27d add "inertia" mode for mouse keys (#18774) hace 3 años
os_detection.c ccda5d2d2f Make "detected_host_os()" available on the SLAVE side of the split keyboard (#19854) hace 3 años
os_detection.h ccda5d2d2f Make "detected_host_os()" available on the SLAVE side of the split keyboard (#19854) hace 3 años
pointing_device_internal.h e99ec28f5f [Core] Introduce pointing device specific debug messages (#17663) hace 4 años
programmable_button.c f0b2bfd5ca Programmable Button API refactor and improve docs (#18641) hace 3 años
programmable_button.h 9c3c159286 Update Doxygen comments for some headers (#20194) hace 3 años
quantum.c 7faa82869c Merge remote-tracking branch 'origin/develop' into xap hace 3 años
quantum.h a6d5d31eb1 Merge remote-tracking branch 'origin/develop' into xap hace 3 años
quantum_keycodes.h 961f0b7b2d Reallocate SAFE_RANGE (#19909) hace 3 años
quantum_keycodes_legacy.h 403b0addea Align magic keycodes (#19877) hace 3 años
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) hace 4 años
ring_buffer.h 8cc2e0e906 Fix quantum ring_buffer for ChibiOS (#19683) hace 3 años
secure.c 9632360caa Use a macro to compute the size of arrays at compile time (#18044) hace 4 años
secure.h 9c3c159286 Update Doxygen comments for some headers (#20194) hace 3 años
sync_timer.c 63646e8906 Format code according to conventions (#16322) hace 4 años
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) hace 4 años
tri_layer.c fe02abc479 [Core] Tri Layer Keys (#19795) hace 3 años
tri_layer.h fe02abc479 [Core] Tri Layer Keys (#19795) hace 3 años
util.h 9632360caa Use a macro to compute the size of arrays at compile time (#18044) hace 4 años
variable_trace.c b624f32f94 clang-format changes hace 7 años
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) hace 5 años
velocikey.c b01dc36fbf Tidy up duplication of MIN/MAX fallback implementations (#20236) hace 3 años
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) hace 5 años
via.c 7f805cc779 VIA Protocol 12 + fixes (#19916) hace 3 años
via.h 7f805cc779 VIA Protocol 12 + fixes (#19916) hace 3 años
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) hace 4 años
wpm.c 352beeac2f [Bug] Fix compilation issue with WPM (#18965) hace 3 años
wpm.h fb96b88842 Reduce includes for wpm header (#18949) hace 3 años