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