Drashna Jaelre 3b8c4979dc [Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#14697) 4 years ago
..
api eae7343741 Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) 5 years ago
audio 4e3726bfe1 Fixup Audio startup and add to documents (#13606) 5 years ago
backlight 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
bootmagic a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 5 years ago
debounce a0959f1b33 Add asym_eager_defer_pk debounce type (#12689) 5 years ago
keymap_extras 2481e109a0 Merge remote-tracking branch 'origin/master' into develop 5 years ago
led_matrix a7d48b063e Fix LED Matrix suspend code (#14090) 5 years ago
logging 34de7ca224 Move print/debug files to quantum (#12069) 5 years ago
process_keycode ab34ecb669 Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412) 4 years ago
rgb_matrix 169d5bd21d [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451) 4 years ago
rgblight 4ec8764c70 Merge remote-tracking branch 'upstream/master' into develop 5 years ago
sequencer 03d258c222 matrix_scan_x -> x_task (#13748) 5 years ago
serial_link 8d9f527081 Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845) 5 years ago
split_common 4e1c5887c5 [Core] Refactor OLED to allow easy addition of other types (#13454) 5 years ago
visualizer 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
action.c ab34ecb669 Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412) 4 years ago
action.h ab34ecb669 Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412) 4 years ago
action_code.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
action_layer.c b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
action_layer.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
action_macro.c b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
action_macro.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
action_tapping.c a84de5e22b Revert 14083 && 14144 (#14150) 5 years ago
action_tapping.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
action_util.c 02ab7b1888 [Core] Fix "6kro enable" and clarify naming (#14563) 4 years ago
action_util.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
api.c b624f32f94 clang-format changes 7 years ago
api.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
bitwise.c 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 years ago
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 years ago
color.c c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) 6 years ago
color.h 653082235a Relocate RGB/HSV color defs to a more fitting place (#13377) 5 years ago
command.c 3b8c4979dc [Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#14697) 4 years ago
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) 5 years ago
config_common.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 years ago
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 5 years ago
debounce.h b829a1d264 Avoid 8-bit timer overflows in debounce algorithms (#12240) 5 years ago
digitizer.c 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 5 years ago
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 5 years ago
dip_switch.c 69c71d4843 Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) 5 years ago
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 5 years ago
dynamic_keymap.c a116b3f1ae Improve EEPROM defaults for Dynamic Keymaps (#12853) 5 years ago
dynamic_keymap.h b624f32f94 clang-format changes 7 years ago
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 6 years ago
eeconfig.c a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 5 years ago
eeconfig.h e756a21636 eeprom_stm32: implement high density wear leveling (#12567) 5 years ago
encoder.c 703f027717 Allow for removal of hysteresis on 4x encoders (#13698) 5 years ago
encoder.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
haptic.c f945c352e7 Haptic: driver-> feature (#13713) 5 years ago
haptic.h f945c352e7 Haptic: driver-> feature (#13713) 5 years ago
joystick.c d4be07dad3 Hid joystick interface (#4226) 6 years ago
joystick.h c66df16644 2020 November 28 Breaking Changes Update (#11053) 5 years ago
keyboard.c f3bef84dac `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315) 4 years ago
keyboard.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
keycode.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 5 years ago
keycode_config.c b624f32f94 clang-format changes 7 years ago
keycode_config.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
keymap.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
keymap_common.c a84de5e22b Revert 14083 && 14144 (#14150) 5 years ago
led.c 1b7b72c0e9 Ensure single newline at EOF for core files (#11310) 5 years ago
led.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 years ago
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 6 years ago
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
main.c 96e2b13d1d Begin to carve out platform/protocol API - Single main loop (#13843) 5 years ago
matrix.c 0ae20e7457 Make solo half of split keyboards (more) usable. (#13523) 5 years ago
matrix.h ac2e6e01f1 Change the prototype of matrix_output_unselect_delay() (#13045) 5 years ago
matrix_common.c ac2e6e01f1 Change the prototype of matrix_output_unselect_delay() (#13045) 5 years ago
mcu_selection.mk f314705921 adding uf2 flash support for blackpill 401 (#13968) 5 years ago
mousekey.c b5c361542e mousekey: expose current report to users (#13069) 5 years ago
mousekey.h b5c361542e mousekey: expose current report to users (#13069) 5 years ago
pointing_device.c b2d0e8a491 Manually run formatting job (#11797) 5 years ago
pointing_device.h 780ca5565d Improve Pointing Device report sending (#11064) 5 years ago
quantum.c a84de5e22b Revert 14083 && 14144 (#14150) 5 years ago
quantum.h a84de5e22b Revert 14083 && 14144 (#14150) 5 years ago
quantum_keycodes.h 4c4f632378 Add a toggle key for GUI On/Off in Magic feature (#13830) 5 years ago
ring_buffer.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 years ago
send_string.c 332a5aa7cb Move `SENDSTRING_BELL` code to `send_string.h` (#13566) 5 years ago
send_string.h 88dce24375 Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 5 years ago
send_string_keycodes.h b7870ae78c Workaround for recent changes to mouse keycodes (#12367) 5 years ago
util.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 5 years ago
variable_trace.c b624f32f94 clang-format changes 7 years ago
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
velocikey.c b624f32f94 clang-format changes 7 years ago
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 5 years ago
via.c a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 5 years ago
via.h a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 5 years ago
via_ensure_keycode.h 0779c34db8 Fix keycode mappings for via and ensure they don't change within protocol (#12130) 5 years ago
wpm.c 2b097d670a Fix overflows in WPM calculations (#13128) 5 years ago
wpm.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 5 years ago