.. |
api
|
eae7343741
Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302)
|
4 ani în urmă |
audio
|
b5bcd5b0a1
Refactor some platform dependent logic (#13675)
|
3 ani în urmă |
backlight
|
d66090af19
`backlight.c`: include `eeprom.h` (#13024)
|
4 ani în urmă |
bootmagic
|
a03aa301de
Remove Full Bootmagic (#13846)
|
3 ani în urmă |
debounce
|
a0959f1b33
Add asym_eager_defer_pk debounce type (#12689)
|
4 ani în urmă |
keymap_extras
|
8925199ae8
Merge remote-tracking branch 'origin/master' into develop
|
4 ani în urmă |
led_matrix
|
1414e9736d
Switch Ergodox Infinity over to split_common (#13481)
|
4 ani în urmă |
logging
|
34de7ca224
Move print/debug files to quantum (#12069)
|
3 ani în urmă |
process_keycode
|
fd3dc3a997
Fix `combo_disable` (#13988)
|
3 ani în urmă |
rgb_matrix
|
3858a784c7
Align AW20216 driver (#13712)
|
3 ani în urmă |
rgblight
|
4ec8764c70
Merge remote-tracking branch 'upstream/master' into develop
|
3 ani în urmă |
sequencer
|
03d258c222
matrix_scan_x -> x_task (#13748)
|
3 ani în urmă |
serial_link
|
8d9f527081
Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845)
|
4 ani în urmă |
split_common
|
f56c202fb3
Fix ifdefs for OLED split sync code (#14017)
|
3 ani în urmă |
template
|
a03aa301de
Remove Full Bootmagic (#13846)
|
3 ani în urmă |
tools
|
13bb6b4b7f
Backlight abstraction and other changes (#439)
|
9 ani în urmă |
visualizer
|
48f4768d33
Change include guards in quantum/ to pragma once (#11239)
|
4 ani în urmă |
api.c
|
b624f32f94
clang-format changes
|
5 ani în urmă |
api.h
|
48f4768d33
Change include guards in quantum/ to pragma once (#11239)
|
4 ani în urmă |
bitwise.c
|
99bffc2a21
Migrate some tmk_core files to quantum (#11791)
|
4 ani în urmă |
bitwise.h
|
99bffc2a21
Migrate some tmk_core files to quantum (#11791)
|
4 ani în urmă |
color.c
|
c990dc1e6c
Add support for hsv->rgb conversion without using CIE curve. (#9856)
|
4 ani în urmă |
color.h
|
653082235a
Relocate RGB/HSV color defs to a more fitting place (#13377)
|
4 ani în urmă |
command.c
|
383fae55c5
Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842)
|
3 ani în urmă |
command.h
|
383fae55c5
Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842)
|
3 ani în urmă |
config_common.h
|
38d8d5445e
Remove KEYMAP and LAYOUT_kc (#12160)
|
4 ani în urmă |
crc.c
|
ef92c9ee2c
Add CRC8 calculation subsystem to quantum (#12641)
|
4 ani în urmă |
crc.h
|
ef92c9ee2c
Add CRC8 calculation subsystem to quantum (#12641)
|
4 ani în urmă |
debounce.h
|
b829a1d264
Avoid 8-bit timer overflows in debounce algorithms (#12240)
|
4 ani în urmă |
dip_switch.c
|
0bde920817
Convert Dip Switch callbacks to boolean functions (#13399)
|
4 ani în urmă |
dip_switch.h
|
0bde920817
Convert Dip Switch callbacks to boolean functions (#13399)
|
4 ani în urmă |
dynamic_keymap.c
|
a116b3f1ae
Improve EEPROM defaults for Dynamic Keymaps (#12853)
|
4 ani în urmă |
dynamic_keymap.h
|
b624f32f94
clang-format changes
|
5 ani în urmă |
dynamic_macro.h
|
542cb0a8ce
[Core] Convert Dynamic Macro to a Core Feature (#5948)
|
5 ani în urmă |
encoder.c
|
a0fed0ea17
Convert Encoder callbacks to be boolean functions (#12805)
|
4 ani în urmă |
encoder.h
|
a0fed0ea17
Convert Encoder callbacks to be boolean functions (#12805)
|
4 ani în urmă |
haptic.c
|
f945c352e7
Haptic: driver-> feature (#13713)
|
3 ani în urmă |
haptic.h
|
f945c352e7
Haptic: driver-> feature (#13713)
|
3 ani în urmă |
joystick.c
|
d4be07dad3
Hid joystick interface (#4226)
|
4 ani în urmă |
joystick.h
|
c66df16644
2020 November 28 Breaking Changes Update (#11053)
|
4 ani în urmă |
keycode_config.c
|
b624f32f94
clang-format changes
|
5 ani în urmă |
keycode_config.h
|
0e984b6e7e
Add ability to toggle One Shot functionality (#4198)
|
4 ani în urmă |
keymap.h
|
48f4768d33
Change include guards in quantum/ to pragma once (#11239)
|
4 ani în urmă |
keymap_common.c
|
7e983796e1
Process combos earlier & overlapping combos (#8591)
|
3 ani în urmă |
led.c
|
1b7b72c0e9
Ensure single newline at EOF for core files (#11310)
|
4 ani în urmă |
led.h
|
99bffc2a21
Migrate some tmk_core files to quantum (#11791)
|
4 ani în urmă |
led_tables.c
|
5e1ce3988d
Remove unused LED_BREATHING_TABLE
|
5 ani în urmă |
led_tables.h
|
48f4768d33
Change include guards in quantum/ to pragma once (#11239)
|
4 ani în urmă |
matrix.c
|
ac2e6e01f1
Change the prototype of matrix_output_unselect_delay() (#13045)
|
4 ani în urmă |
matrix.h
|
ac2e6e01f1
Change the prototype of matrix_output_unselect_delay() (#13045)
|
4 ani în urmă |
matrix_common.c
|
ac2e6e01f1
Change the prototype of matrix_output_unselect_delay() (#13045)
|
4 ani în urmă |
mcu_selection.mk
|
b43c6bc176
Add support for STM32F407x MCUs. (#13718)
|
3 ani în urmă |
mousekey.c
|
b5c361542e
mousekey: expose current report to users (#13069)
|
4 ani în urmă |
mousekey.h
|
b5c361542e
mousekey: expose current report to users (#13069)
|
4 ani în urmă |
pointing_device.c
|
b2d0e8a491
Manually run formatting job (#11797)
|
4 ani în urmă |
pointing_device.h
|
780ca5565d
Improve Pointing Device report sending (#11064)
|
4 ani în urmă |
quantum.c
|
7e983796e1
Process combos earlier & overlapping combos (#8591)
|
3 ani în urmă |
quantum.h
|
538d9d7890
Merge remote-tracking branch 'origin/master' into develop
|
3 ani în urmă |
quantum_keycodes.h
|
52cfc9259b
[Feature] Key Overrides (#11422)
|
4 ani în urmă |
ring_buffer.h
|
99bffc2a21
Migrate some tmk_core files to quantum (#11791)
|
4 ani în urmă |
send_string.c
|
332a5aa7cb
Move `SENDSTRING_BELL` code to `send_string.h` (#13566)
|
4 ani în urmă |
send_string.h
|
88dce24375
Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)
|
4 ani în urmă |
send_string_keycodes.h
|
b7870ae78c
Workaround for recent changes to mouse keycodes (#12367)
|
4 ani în urmă |
util.h
|
99bffc2a21
Migrate some tmk_core files to quantum (#11791)
|
4 ani în urmă |
variable_trace.c
|
b624f32f94
clang-format changes
|
5 ani în urmă |
variable_trace.h
|
48f4768d33
Change include guards in quantum/ to pragma once (#11239)
|
4 ani în urmă |
velocikey.c
|
b624f32f94
clang-format changes
|
5 ani în urmă |
velocikey.h
|
48f4768d33
Change include guards in quantum/ to pragma once (#11239)
|
4 ani în urmă |
via.c
|
0779c34db8
Fix keycode mappings for via and ensure they don't change within protocol (#12130)
|
4 ani în urmă |
via.h
|
501f2fdef1
Normalise include statements in core code (#11153)
|
4 ani în urmă |
via_ensure_keycode.h
|
0779c34db8
Fix keycode mappings for via and ensure they don't change within protocol (#12130)
|
4 ani în urmă |
wpm.c
|
2b097d670a
Fix overflows in WPM calculations (#13128)
|
3 ani în urmă |
wpm.h
|
230f09ca17
[CI] Format code according to conventions (#12623)
|
4 ani în urmă |