You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Christopher Berner 7138fa4582
Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 (#20093)
1 year ago
..
audio Fix functions with empty params (#19647) 1 year ago
backlight [Core] PWM Backlight for RP2040 (#17706) 1 year ago
bootmagic Format code according to conventions (#16322) 2 years ago
debounce Make debounce() signal changes in the cooked matrix as return value (#17554) 1 year ago
encoder/tests Only trigger encoder callbacks on primary side (#18467) 1 year ago
keymap_extras Regenerate Files (#19463) 1 year ago
led_matrix Remove `config.h` include from quantum files (#19817) 1 year ago
logging [Core] guard action related debug messages (#19348) 1 year ago
midi Move MIDI code out of tmk_core (#19704) 1 year ago
os_detection/tests Detect host OS based on USB fingerprint (#18463) 1 year ago
painter [Bugfix] Check QGF's bpp against display's native_bits_per_pixel (#19995) 1 year ago
pointing_device Fix jump in report value when scale changes during cirque get report (#18992) 1 year ago
process_keycode Align magic keycodes (#19877) 1 year ago
rgb_matrix Merge branch 'master' into develop 1 year ago
rgblight Regenerate Files (#19463) 1 year ago
send_string Reduce includes for send_string header (#18952) 1 year ago
sequencer Normalise MIDI keycodes (#18972) 1 year ago
split_common Remove `config.h` include from quantum files (#19817) 1 year ago
unicode Normalise Unicode keycodes (#18898) 1 year ago
wear_leveling RP2040 emulated EEPROM. (#17519) 1 year ago
action.c Fix functions when `NO_ACTION_TAPPING` is defined (#11528) 1 year ago
action.h Add swap hands status function (#19831) 1 year ago
action_code.h Initial DD keycode migration (#18643) 1 year ago
action_layer.c [Bug] Fix tri layer compiler issue if NO_ACTION_LAYER is defined (#19821) 1 year ago
action_layer.h [Core] Tri Layer Keys (#19795) 1 year ago
action_tapping.c [Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893) 1 year ago
action_tapping.h Fix functions when `NO_ACTION_TAPPING` is defined (#11528) 1 year ago
action_util.c Fix functions with empty params (#19647) 1 year ago
action_util.h Format code according to conventions (#16322) 2 years ago
bitwise.c Format code according to conventions (#16322) 2 years ago
bitwise.h Migrate some tmk_core files to quantum (#11791) 3 years ago
caps_word.c Reduce includes for caps_word header (#18948) 1 year ago
caps_word.h Reduce includes for caps_word header (#18948) 1 year ago
color.c Format code according to conventions (#16322) 2 years ago
color.h fixed typo in orange HSV colors decalartion (#15976) 2 years ago
command.c [Fix] Patches after printf library update (#17584) 1 year ago
command.h Remove legacy keycode use from command (#18002) 1 year ago
config_common.h Strip out more of config_common (#19722) 1 year ago
crc.c Reduce includes for crc header (#18947) 1 year ago
crc.h Reduce includes for crc header (#18947) 1 year ago
debounce.h Make debounce() signal changes in the cooked matrix as return value (#17554) 1 year ago
deferred_exec.c Format code according to conventions (#16322) 2 years ago
deferred_exec.h Advanced deferred_exec for core-side code. (#15579) 2 years ago
digitizer.c Digitizer feature improvements (#19034) 1 year ago
digitizer.h Digitizer feature improvements (#19034) 1 year ago
dip_switch.c Reduce includes for dip_switch header (#18951) 1 year ago
dip_switch.h Reduce includes for dip_switch header (#18951) 1 year ago
dynamic_keymap.c VIA V3 - The Custom UI Update (#18222) 1 year ago
dynamic_keymap.h VIA V3 - The Custom UI Update (#18222) 1 year ago
dynamic_macro.h Normalise Dynamic Macro keycodes (#18939) 1 year ago
eeconfig.c Extend eeconfig kb/user datablock API (#19094) 1 year ago
eeconfig.h Extend eeconfig kb/user datablock API (#19094) 1 year ago
encoder.c Only trigger encoder callbacks on primary side (#18467) 1 year ago
encoder.h Use a macro to compute the size of arrays at compile time (#18044) 1 year ago
haptic.c Add Split support for Haptic feedback (#19203) 1 year ago
haptic.h haptic: Feature to disable it when usb port is not configured or suspended. (#12692) 2 years ago
joystick.c Fix functions with empty params (#19647) 1 year ago
joystick.h Joystick feature improvements (#19052) 1 year ago
keyboard.c Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 (#20093) 1 year ago
keyboard.h Introduce IS_EVENT instead of !IS_NOEVENT (#19366) 1 year ago
keycode.h Tidy up use of keycode range helpers (#19813) 1 year ago
keycode_config.c Make Magic handling more consistent in Action Keycode handling (#9126) 1 year ago
keycode_config.h [Core] Add getreuer's Autocorrect feature to core (#15699) 1 year ago
keycodes.h Reallocate user/kb keycode ranges (#19907) 1 year ago
keymap.h Start moving towards introspection-based data retrieval (#18441) 1 year ago
keymap_common.c Fix processing of recently added system keycodes (#20058) 1 year ago
keymap_introspection.c Allow overriding of keymap/encodermap layer count. (#19325) 1 year ago
keymap_introspection.h Allow overriding of keymap/encodermap layer count. (#19325) 1 year ago
leader.c Refactor Leader key feature (#19632) 1 year ago
leader.h Refactor Leader key feature (#19632) 1 year ago
led.c Remove deprecated led_set_kb (#19273) 1 year ago
led.h Remove deprecated led_set_kb (#19273) 1 year ago
led_tables.c Remove unused LED_BREATHING_TABLE 4 years ago
led_tables.h Change include guards in quantum/ to pragma once (#11239) 3 years ago
main.c [Core] Quantum Painter - LVGL Integration (#18499) 1 year ago
matrix.c Remove matrix_init_quantum/matrix_scan_quantum (#19806) 1 year ago
matrix.h core: allow locking the matrix state (#18852) 1 year ago
matrix_common.c Remove matrix_init_quantum/matrix_scan_quantum (#19806) 1 year ago
mousekey.c Fix build failures with `OPT = 0` due to inline functions (#19767) 1 year ago
mousekey.h add "inertia" mode for mouse keys (#18774) 1 year ago
os_detection.c Detect host OS based on USB fingerprint (#18463) 1 year ago
os_detection.h Detect host OS based on USB fingerprint (#18463) 1 year ago
pointing_device_internal.h [Core] Introduce pointing device specific debug messages (#17663) 1 year ago
programmable_button.c Programmable Button API refactor and improve docs (#18641) 1 year ago
programmable_button.h Programmable Button API refactor and improve docs (#18641) 1 year ago
quantum.c [Core] Tri Layer Keys (#19795) 1 year ago
quantum.h Refactor Leader key feature (#19632) 1 year ago
quantum_keycodes.h Reallocate SAFE_RANGE (#19909) 1 year ago
quantum_keycodes_legacy.h Align magic keycodes (#19877) 1 year ago
raw_hid.h Relocate protocol files within tmk_core/common/ (#14972) 2 years ago
ring_buffer.h Fix quantum ring_buffer for ChibiOS (#19683) 1 year ago
secure.c Use a macro to compute the size of arrays at compile time (#18044) 1 year ago
secure.h Enhancement and fixes of "Secure" feature (#16958) 2 years ago
sync_timer.c Format code according to conventions (#16322) 2 years ago
sync_timer.h Relocate protocol files within tmk_core/common/ (#14972) 2 years ago
tri_layer.c [Core] Tri Layer Keys (#19795) 1 year ago
tri_layer.h [Core] Tri Layer Keys (#19795) 1 year ago
util.h Use a macro to compute the size of arrays at compile time (#18044) 1 year ago
variable_trace.c clang-format changes 4 years ago
variable_trace.h Change include guards in quantum/ to pragma once (#11239) 3 years ago
velocikey.c Format code according to conventions (#16322) 2 years ago
velocikey.h Change include guards in quantum/ to pragma once (#11239) 3 years ago
via.c VIA Protocol 12 + fixes (#19916) 1 year ago
via.h VIA Protocol 12 + fixes (#19916) 1 year ago
virtser.h Relocate protocol files within tmk_core/common/ (#14972) 2 years ago
wpm.c [Bug] Fix compilation issue with WPM (#18965) 1 year ago
wpm.h Reduce includes for wpm header (#18949) 1 year ago