Drashna Jaelre 90fd08bf4b [Bug] Use correct functions for RGB Matrix support in VIA (#19554) 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 8812872794 Only trigger encoder callbacks on primary side (#18467) há 3 anos atrás
keymap_extras 8a8000b4ec Fix Czech sendstring LUT (#19193) há 3 anos atrás
led_matrix a5a20cc792 Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080) 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 af52a9f8ad Fix jump in report value when scale changes during cirque get report (#18992) há 3 anos atrás
process_keycode e4d2ba9a4d Align haptic feedback keycode names (#18964) há 3 anos atrás
rgb_matrix e12ca14af8 Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) há 3 anos atrás
rgblight ab1898e660 Minor alignment of rgb_breathe_table generator (#19403) há 3 anos atrás
send_string fe00c80211 Reduce includes for send_string header (#18952) há 3 anos atrás
sequencer 8b658dcc9a Normalise MIDI keycodes (#18972) há 3 anos atrás
split_common c255174cf3 Implement split comms watchdog (#18599) há 3 anos atrás
unicode 5974d989fe Normalise Unicode keycodes (#18898) há 3 anos atrás
wear_leveling 5846b40f74 RP2040 emulated EEPROM. (#17519) há 4 anos atrás
action.c f0b2bfd5ca Programmable Button API refactor and improve docs (#18641) 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 a69ab05dd6 Initial DD keycode migration (#18643) há 3 anos atrás
action_layer.c 1caedd10c4 Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled (#18577) 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 c1ef943ce0 Add missing prototype for get_hold_on_other_key_press to resolve #18855 (#19056) há 3 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 1249f74b31 Reduce includes for caps_word header (#18948) há 3 anos atrás
caps_word.h 1249f74b31 Reduce includes for caps_word header (#18948) há 3 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 af678521c1 Remove quantum/audio from global VPATH (#18753) há 3 anos atrás
crc.c 3de296f420 Reduce includes for crc header (#18947) há 3 anos atrás
crc.h 3de296f420 Reduce includes for crc header (#18947) há 3 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 6cc9513ab0 Digitizer feature improvements (#19034) há 3 anos atrás
digitizer.h 6cc9513ab0 Digitizer feature improvements (#19034) há 3 anos atrás
dip_switch.c ea98aa8e5e Reduce includes for dip_switch header (#18951) há 3 anos atrás
dip_switch.h ea98aa8e5e Reduce includes for dip_switch header (#18951) há 3 anos atrás
dynamic_keymap.c bc6f8dc8b0 VIA V3 - The Custom UI Update (#18222) há 3 anos atrás
dynamic_keymap.h bc6f8dc8b0 VIA V3 - The Custom UI Update (#18222) há 3 anos atrás
dynamic_macro.h fe18df9d41 Normalise Dynamic Macro keycodes (#18939) há 3 anos atrás
eeconfig.c 57ac917b43 Extend eeconfig kb/user datablock API (#19094) há 3 anos atrás
eeconfig.h 57ac917b43 Extend eeconfig kb/user datablock API (#19094) há 3 anos atrás
encoder.c 8812872794 Only trigger encoder callbacks on primary side (#18467) há 3 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 1e95f7be8f Joystick feature improvements (#19052) há 3 anos atrás
joystick.h 1e95f7be8f Joystick feature improvements (#19052) há 3 anos atrás
keyboard.c 9b51f02f45 Fix encoder_init call order in keyboard_init (#19140) 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 a69ab05dd6 Initial DD keycode migration (#18643) há 3 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
keycodes.h d810878d5e Normalise output selection (Bluetooth) keycodes (#19004) há 3 anos atrás
keymap.h cbbb45c13f Start moving towards introspection-based data retrieval (#18441) há 3 anos atrás
keymap_common.c a7b2f4233c Fix keycode parameter extraction to match the new DD keycodes (#18977) há 3 anos atrás
keymap_introspection.c cbbb45c13f Start moving towards introspection-based data retrieval (#18441) há 3 anos atrás
keymap_introspection.h cbbb45c13f Start moving towards introspection-based data retrieval (#18441) há 3 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 31fb55ae7b fixed MOUSEKEY_INERTIA on AVR (#19096) há 3 anos atrás
mousekey.h 2a61bfc27d add "inertia" mode for mouse keys (#18774) há 3 anos atrás
pointing_device_internal.h e99ec28f5f [Core] Introduce pointing device specific debug messages (#17663) há 4 anos atrás
programmable_button.c f0b2bfd5ca Programmable Button API refactor and improve docs (#18641) há 3 anos atrás
programmable_button.h f0b2bfd5ca Programmable Button API refactor and improve docs (#18641) há 3 anos atrás
quantum.c d810878d5e Normalise output selection (Bluetooth) keycodes (#19004) há 3 anos atrás
quantum.h 6cc9513ab0 Digitizer feature improvements (#19034) há 3 anos atrás
quantum_keycodes.h 8b658dcc9a Normalise MIDI keycodes (#18972) há 3 anos atrás
quantum_keycodes_legacy.h e4d2ba9a4d Align haptic feedback keycode names (#18964) há 3 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 90fd08bf4b [Bug] Use correct functions for RGB Matrix support in VIA (#19554) há 3 anos atrás
via.h bc6f8dc8b0 VIA V3 - The Custom UI Update (#18222) há 3 anos atrás
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) há 4 anos atrás
wpm.c 352beeac2f [Bug] Fix compilation issue with WPM (#18965) há 3 anos atrás
wpm.h fb96b88842 Reduce includes for wpm header (#18949) há 3 anos atrás