Nick Brassel 65e3760853 Fix compilation issue. (#13926) vor 5 Jahren
..
api eae7343741 Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) vor 5 Jahren
audio b5bcd5b0a1 Refactor some platform dependent logic (#13675) vor 5 Jahren
backlight d66090af19 `backlight.c`: include `eeprom.h` (#13024) vor 5 Jahren
bootmagic a03aa301de Remove Full Bootmagic (#13846) vor 5 Jahren
debounce a0959f1b33 Add asym_eager_defer_pk debounce type (#12689) vor 5 Jahren
keymap_extras 8925199ae8 Merge remote-tracking branch 'origin/master' into develop vor 5 Jahren
led_matrix 1414e9736d Switch Ergodox Infinity over to split_common (#13481) vor 5 Jahren
logging 34de7ca224 Move print/debug files to quantum (#12069) vor 5 Jahren
process_keycode 7e983796e1 Process combos earlier & overlapping combos (#8591) vor 5 Jahren
rgb_matrix 3858a784c7 Align AW20216 driver (#13712) vor 5 Jahren
rgblight 4ec8764c70 Merge remote-tracking branch 'upstream/master' into develop vor 5 Jahren
sequencer 03d258c222 matrix_scan_x -> x_task (#13748) vor 5 Jahren
serial_link 8d9f527081 Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845) vor 5 Jahren
split_common 65e3760853 Fix compilation issue. (#13926) vor 5 Jahren
template a03aa301de Remove Full Bootmagic (#13846) vor 5 Jahren
tools 13bb6b4b7f Backlight abstraction and other changes (#439) vor 10 Jahren
visualizer 48f4768d33 Change include guards in quantum/ to pragma once (#11239) vor 5 Jahren
api.c b624f32f94 clang-format changes vor 7 Jahren
api.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) 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 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) vor 5 Jahren
command.h 383fae55c5 Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842) vor 5 Jahren
config_common.h 38d8d5445e Remove KEYMAP and LAYOUT_kc (#12160) vor 5 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 b829a1d264 Avoid 8-bit timer overflows in debounce algorithms (#12240) vor 5 Jahren
dip_switch.c 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) vor 5 Jahren
dip_switch.h 0bde920817 Convert Dip Switch callbacks to boolean functions (#13399) vor 5 Jahren
dynamic_keymap.c a116b3f1ae Improve EEPROM defaults for Dynamic Keymaps (#12853) vor 5 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
encoder.c a0fed0ea17 Convert Encoder callbacks to be boolean functions (#12805) vor 5 Jahren
encoder.h a0fed0ea17 Convert Encoder callbacks to be boolean functions (#12805) vor 5 Jahren
haptic.c f945c352e7 Haptic: driver-> feature (#13713) vor 5 Jahren
haptic.h f945c352e7 Haptic: driver-> feature (#13713) vor 5 Jahren
joystick.c d4be07dad3 Hid joystick interface (#4226) vor 6 Jahren
joystick.h c66df16644 2020 November 28 Breaking Changes Update (#11053) vor 5 Jahren
keycode_config.c b624f32f94 clang-format changes vor 7 Jahren
keycode_config.h 0e984b6e7e Add ability to toggle One Shot functionality (#4198) vor 5 Jahren
keymap.h 48f4768d33 Change include guards in quantum/ to pragma once (#11239) vor 5 Jahren
keymap_common.c 7e983796e1 Process combos earlier & overlapping combos (#8591) vor 5 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
matrix.c ac2e6e01f1 Change the prototype of matrix_output_unselect_delay() (#13045) vor 5 Jahren
matrix.h ac2e6e01f1 Change the prototype of matrix_output_unselect_delay() (#13045) vor 5 Jahren
matrix_common.c ac2e6e01f1 Change the prototype of matrix_output_unselect_delay() (#13045) vor 5 Jahren
mcu_selection.mk b43c6bc176 Add support for STM32F407x MCUs. (#13718) vor 5 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 b2d0e8a491 Manually run formatting job (#11797) vor 5 Jahren
pointing_device.h 780ca5565d Improve Pointing Device report sending (#11064) vor 5 Jahren
quantum.c 7e983796e1 Process combos earlier & overlapping combos (#8591) vor 5 Jahren
quantum.h 538d9d7890 Merge remote-tracking branch 'origin/master' into develop vor 5 Jahren
quantum_keycodes.h 52cfc9259b [Feature] Key Overrides (#11422) vor 5 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
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 0779c34db8 Fix keycode mappings for via and ensure they don't change within protocol (#12130) vor 5 Jahren
via.h 501f2fdef1 Normalise include statements in core code (#11153) vor 5 Jahren
via_ensure_keycode.h 0779c34db8 Fix keycode mappings for via and ensure they don't change within protocol (#12130) vor 5 Jahren
wpm.c 2b097d670a Fix overflows in WPM calculations (#13128) vor 5 Jahren
wpm.h 230f09ca17 [CI] Format code according to conventions (#12623) vor 5 Jahren