Joel Challis 60297a1099 Reuse of EEPROM debounce logic (#14699) 3 år sedan
..
audio ba8f1454f4 Move Audio drivers from quantum to platform drivers folder (#14308) 3 år sedan
backlight 26e796fb9c fix typo in backlight code from #14439 (#14442) 3 år sedan
bootmagic a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 3 år sedan
debounce a0959f1b33 Add asym_eager_defer_pk debounce type (#12689) 4 år sedan
keymap_extras 2481e109a0 Merge remote-tracking branch 'origin/master' into develop 3 år sedan
led_matrix 60297a1099 Reuse of EEPROM debounce logic (#14699) 3 år sedan
logging 34de7ca224 Move print/debug files to quantum (#12069) 3 år sedan
process_keycode eb5b24f97c Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181) 3 år sedan
rgb_matrix 60297a1099 Reuse of EEPROM debounce logic (#14699) 3 år sedan
rgblight 4ec8764c70 Merge remote-tracking branch 'upstream/master' into develop 3 år sedan
sequencer 03d258c222 matrix_scan_x -> x_task (#13748) 3 år sedan
serial_link 8d9f527081 Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845) 4 år sedan
split_common 4e1c5887c5 [Core] Refactor OLED to allow easy addition of other types (#13454) 3 år sedan
action.c 83988597f4 Add Support for USB programmable buttons (#12950) 3 år sedan
action.h ab34ecb669 Apply `TAP_CODE_DELAY` to Tap Dance key sequences (#14412) 3 år sedan
action_code.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
action_layer.c b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
action_layer.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
action_macro.c b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
action_macro.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
action_tapping.c a84de5e22b Revert 14083 && 14144 (#14150) 3 år sedan
action_tapping.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
action_util.c 02ab7b1888 [Core] Fix "6kro enable" and clarify naming (#14563) 3 år sedan
action_util.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
bitwise.c 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 år sedan
bitwise.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 år sedan
color.c c990dc1e6c Add support for hsv->rgb conversion without using CIE curve. (#9856) 4 år sedan
color.h 653082235a Relocate RGB/HSV color defs to a more fitting place (#13377) 3 år sedan
command.c 3b8c4979dc [Bug] Fix command feature if mousekey is enabled and using 3-speed setting (#14697) 3 år sedan
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) 3 år sedan
config_common.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 4 år sedan
crc.c ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 4 år sedan
crc.h ef92c9ee2c Add CRC8 calculation subsystem to quantum (#12641) 4 år sedan
debounce.h b829a1d264 Avoid 8-bit timer overflows in debounce algorithms (#12240) 4 år sedan
digitizer.c 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 3 år sedan
digitizer.h 75b49aff56 Digitizer HID interface : absolute coordinates for mouse cursor (#12851) 3 år sedan
dip_switch.c 69c71d4843 Align DIP_SWITCH_PINS_RIGHT implementation with encoders (#14079) 3 år sedan
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) 3 år sedan
dynamic_keymap.c a116b3f1ae Improve EEPROM defaults for Dynamic Keymaps (#12853) 4 år sedan
dynamic_keymap.h b624f32f94 clang-format changes 5 år sedan
dynamic_macro.h 542cb0a8ce [Core] Convert Dynamic Macro to a Core Feature (#5948) 5 år sedan
eeconfig.c fa141a5a8f Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) 3 år sedan
eeconfig.h 60297a1099 Reuse of EEPROM debounce logic (#14699) 3 år sedan
encoder.c 703f027717 Allow for removal of hysteresis on 4x encoders (#13698) 3 år sedan
encoder.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 4 år sedan
haptic.c f945c352e7 Haptic: driver-> feature (#13713) 3 år sedan
haptic.h f945c352e7 Haptic: driver-> feature (#13713) 3 år sedan
joystick.c d4be07dad3 Hid joystick interface (#4226) 4 år sedan
joystick.h c66df16644 2020 November 28 Breaking Changes Update (#11053) 4 år sedan
keyboard.c b2a186cf92 Purge uGFX. (#14720) 3 år sedan
keyboard.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
keycode.h b8e913c8db Migrate platform independent code from tmk_core -> quantum (#13673) 3 år sedan
keycode_config.c b624f32f94 clang-format changes 5 år sedan
keycode_config.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 4 år sedan
keymap.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 år sedan
keymap_common.c a84de5e22b Revert 14083 && 14144 (#14150) 3 år sedan
led.c 1b7b72c0e9 Ensure single newline at EOF for core files (#11310) 4 år sedan
led.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 år sedan
led_tables.c 5e1ce3988d Remove unused LED_BREATHING_TABLE 5 år sedan
led_tables.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 år sedan
main.c 96e2b13d1d Begin to carve out platform/protocol API - Single main loop (#13843) 3 år sedan
matrix.c 8130690a28 Improvements to handling of disconnected split keyboards. (#14033) 3 år sedan
matrix.h ac2e6e01f1 Change the prototype of matrix_output_unselect_delay() (#13045) 3 år sedan
matrix_common.c ac2e6e01f1 Change the prototype of matrix_output_unselect_delay() (#13045) 3 år sedan
mcu_selection.mk 1a9e7b95ab Change `MK66F18` -> `MK66FX1M0` (#14659) 3 år sedan
mousekey.c b5c361542e mousekey: expose current report to users (#13069) 3 år sedan
mousekey.h b5c361542e mousekey: expose current report to users (#13069) 3 år sedan
pointing_device.c b2d0e8a491 Manually run formatting job (#11797) 4 år sedan
pointing_device.h 780ca5565d Improve Pointing Device report sending (#11064) 4 år sedan
programmable_button.c 83988597f4 Add Support for USB programmable buttons (#12950) 3 år sedan
programmable_button.h 83988597f4 Add Support for USB programmable buttons (#12950) 3 år sedan
quantum.c d8f0c8783a Remove sysex API (#14723) 3 år sedan
quantum.h d8f0c8783a Remove sysex API (#14723) 3 år sedan
quantum_keycodes.h 83988597f4 Add Support for USB programmable buttons (#12950) 3 år sedan
ring_buffer.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 år sedan
send_string.c 332a5aa7cb Move `SENDSTRING_BELL` code to `send_string.h` (#13566) 3 år sedan
send_string.h 88dce24375 Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) 4 år sedan
send_string_keycodes.h b7870ae78c Workaround for recent changes to mouse keycodes (#12367) 4 år sedan
usb_device_state.c b02a539625 Added power tracking api (#12691) 3 år sedan
usb_device_state.h b02a539625 Added power tracking api (#12691) 3 år sedan
util.h 99bffc2a21 Migrate some tmk_core files to quantum (#11791) 4 år sedan
variable_trace.c b624f32f94 clang-format changes 5 år sedan
variable_trace.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 år sedan
velocikey.c b624f32f94 clang-format changes 5 år sedan
velocikey.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 4 år sedan
via.c a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 3 år sedan
via.h a80d789147 Fix issues with VIA EEPROM init and bring in line with eeconfig functionality (#13243) 3 år sedan
via_ensure_keycode.h 0779c34db8 Fix keycode mappings for via and ensure they don't change within protocol (#12130) 4 år sedan
wpm.c 2b097d670a Fix overflows in WPM calculations (#13128) 3 år sedan
wpm.h 1646c0f26c 2021 May 29 Breaking Changes Update (#13034) 4 år sedan