Pete Sevander 21958a9343 New combo configuration options (#15083) vor 4 Jahren
..
audio 415faebd65 added missing audio_off_user() callback (#15457) vor 4 Jahren
backlight 84b8cdc1a4 Fix bit loss in cie_lightness() when doing division to resolve #15331 (#15344) vor 4 Jahren
bootmagic a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) vor 5 Jahren
debounce eadfcb9a40 Format code according to conventions (#15590) vor 4 Jahren
encoder b3fc33faf7 Re-add encoder tests (#15312) vor 4 Jahren
keymap_extras f383d3d8be Fix inverted gt and lt send_string mapping in canadian multilingual (#15487) vor 4 Jahren
led_matrix 82d3bdb733 IS31FL3733 driver for LED Matrix (#15088) vor 4 Jahren
logging 34de7ca224 Move print/debug files to quantum (#12069) vor 5 Jahren
process_keycode 21958a9343 New combo configuration options (#15083) vor 4 Jahren
rgb_matrix 2c8d46f408 fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954) vor 4 Jahren
rgblight 4ec8764c70 Merge remote-tracking branch 'upstream/master' into develop vor 5 Jahren
sequencer 2728603fe6 Move tmk_core/common/<plat> (#13918) vor 4 Jahren
split_common 5fcdff9935 Format code according to conventions (#15693) vor 4 Jahren
action.c 672c6b4721 Make (un)register code functions weak (#15285) vor 4 Jahren
action.h 92385e30cd Manually format develop (#15003) vor 4 Jahren
action_code.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) vor 5 Jahren
action_layer.c b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) vor 5 Jahren
action_layer.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) vor 5 Jahren
action_macro.c b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) vor 5 Jahren
action_macro.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) vor 5 Jahren
action_tapping.c ca5670762b Fix HOLD_ON_OTHER_KEY_PRESS after #11059 (#15307) vor 4 Jahren
action_tapping.h 4bac5f53d8 New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036) vor 4 Jahren
action_util.c 8b865a9d64 [Core] Don't send keyboard reports that propagate no changes to the host (#14065) vor 4 Jahren
action_util.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) vor 5 Jahren
bitwise.c 99bffc2a21 Migrate some tmk_core files to quantum (#11791) vor 5 Jahren
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) vor 5 Jahren
color.c c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) vor 6 Jahren
color.h 653082235a Relocate RGB/HSV color defs to a more fitting place (#13377) vor 5 Jahren
command.c 3b8c4979dc [Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#14697) vor 4 Jahren
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) vor 5 Jahren
config_common.h 2d0ed4367b Remove deprecated KEYMAP alias (#15037) vor 4 Jahren
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) vor 5 Jahren
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) vor 5 Jahren
debounce.h c1297ceb97 [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) vor 4 Jahren
deferred_exec.c 36d123e9c5 Add support for deferred executors. (#14859) vor 4 Jahren
deferred_exec.h 36d123e9c5 Add support for deferred executors. (#14859) vor 4 Jahren
digitizer.c 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) vor 5 Jahren
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) vor 5 Jahren
dip_switch.c 69c71d4843 Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) vor 5 Jahren
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) vor 5 Jahren
dynamic_keymap.c 2728603fe6 Move tmk_core/common/<plat> (#13918) vor 4 Jahren
dynamic_keymap.h b624f32f94 clang-format changes vor 7 Jahren
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) vor 6 Jahren
eeconfig.c fa141a5a8f Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) vor 5 Jahren
eeconfig.h 60297a1099 Reuse of EEPROM debounce logic (#14699) vor 4 Jahren
encoder.c 4d0dd1eab7 [Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311) vor 4 Jahren
encoder.h 4d0dd1eab7 [Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311) vor 4 Jahren
haptic.c 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) vor 4 Jahren
haptic.h 76fb54403c haptic: Feature to disable it when usb port is not configured or suspended. (#12692) vor 4 Jahren
joystick.c d4be07dad3 Hid joystick interface (#4226) vor 6 Jahren
joystick.h c4b03509da Save a single byte of memory for joystick buttons (#15555) vor 4 Jahren
keyboard.c 7562f6644f Slight tidy up of keyboard task loop (#15725) vor 4 Jahren
keyboard.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) vor 5 Jahren
keycode.h f529580860 Basic keycode overhaul (#14726) vor 4 Jahren
keycode_config.c f529580860 Basic keycode overhaul (#14726) vor 4 Jahren
keycode_config.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) vor 5 Jahren
keycode_legacy.h f529580860 Basic keycode overhaul (#14726) vor 4 Jahren
keymap.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) vor 5 Jahren
keymap_common.c f529580860 Basic keycode overhaul (#14726) vor 4 Jahren
led.c 1b7b72c0e9 Ensure single newline at EOF for core files (#11310) vor 5 Jahren
led.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) vor 5 Jahren
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE vor 6 Jahren
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) vor 5 Jahren
main.c 36d123e9c5 Add support for deferred executors. (#14859) vor 4 Jahren
matrix.c ac31863021 Custom matrix lite support for split keyboards (#14674) vor 4 Jahren
matrix.h ac31863021 Custom matrix lite support for split keyboards (#14674) vor 4 Jahren
matrix_common.c 14d5c3f2f1 [Bug] Include missing string.h include (#15606) vor 4 Jahren
mousekey.c b5c361542e mousekey: expose current report to users (#13069) vor 5 Jahren
mousekey.h b5c361542e mousekey: expose current report to users (#13069) vor 5 Jahren
pointing_device.c 7f7364c559 [Core] Split support for pointing devices. (#15304) vor 4 Jahren
pointing_device.h f9cf09ebd1 Format code according to conventions (#15588) vor 4 Jahren
pointing_device_drivers.c d3952523fe pwm3360 driver cleanup and diff reduction to adns9800 (#15559) vor 4 Jahren
programmable_button.c 83988597f4 Add Support for USB programmable buttons (#12950) vor 5 Jahren
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) vor 5 Jahren
quantum.c 672c6b4721 Make (un)register code functions weak (#15285) vor 4 Jahren
quantum.h 5f7c0e3097 Add missing define for unicode common (#15416) vor 4 Jahren
quantum_keycodes.h 2726856cde Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368) vor 4 Jahren
raw_hid.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) vor 4 Jahren
ring_buffer.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) vor 5 Jahren
send_string.c 332a5aa7cb Move `SENDSTRING_BELL` code to `send_string.h` (#13566) vor 5 Jahren
send_string.h 88dce24375 Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) vor 5 Jahren
send_string_keycodes.h b7870ae78c Workaround for recent changes to mouse keycodes (#12367) vor 5 Jahren
sync_timer.c dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) vor 4 Jahren
sync_timer.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) vor 4 Jahren
util.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) vor 5 Jahren
variable_trace.c b624f32f94 clang-format changes vor 7 Jahren
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) vor 5 Jahren
velocikey.c b624f32f94 clang-format changes vor 7 Jahren
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) vor 5 Jahren
via.c 2728603fe6 Move tmk_core/common/<plat> (#13918) vor 4 Jahren
via.h a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) vor 5 Jahren
via_ensure_keycode.h f529580860 Basic keycode overhaul (#14726) vor 4 Jahren
virtser.h dcfffa7b67 Relocate protocol files within tmk_core/common/ (#14972) vor 4 Jahren
wpm.c 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) vor 4 Jahren
wpm.h 0391801267 Fixes potential wpm sampling overflow, along with code comment fixes (#15277) vor 4 Jahren