You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nick Brassel 172e6a7030
Extensible split data sync (#11930)
* Extensible split data sync capability through transactions.

- Split common transport has been split up between the transport layer
  and data layer.
- Split "transactions" model used, with convergence between I2C and
  serial data definitions.
- Slave matrix "generation count" is used to determine if the full slave
  matrix needs to be retrieved.
- Encoders get the same "generation count" treatment.
- All other blocks of data are synchronised when a change is detected.
- All transmissions have a globally-configurable deadline before a
  transmission is forced (`FORCED_SYNC_THROTTLE_MS`, default 100ms).
- Added atomicity for all core-synced data, preventing partial updates
- Added retries to AVR i2c_master's i2c_start, to minimise the number of
  failed transactions when interrupts are disabled on the slave due to
  atomicity checks.
- Some keyboards have had slight modifications made in order to ensure
  that they still build due to firmware size restrictions.

* Fixup LED_MATRIX compile.

* Parameterise ERROR_DISCONNECT_COUNT.
5 years ago
..
api Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) 5 years ago
audio Keyboard: Planck THK (#12597) 5 years ago
backlight 2021 May 29 Breaking Changes Update (#13034) 5 years ago
bootmagic 2021 May 29 Breaking Changes Update (#13034) 5 years ago
debounce Add asym_eager_defer_pk debounce type (#12689) 5 years ago
keymap_extras
led_matrix_animations 2021 May 29 Breaking Changes Update (#13034) 5 years ago
led_matrix_runners 2021 May 29 Breaking Changes Update (#13034) 5 years ago
process_keycode 2021 May 29 Breaking Changes Update (#13034) 5 years ago
rgb_matrix_animations Limit saturation for RGB_MATRIX_JELLYBEAN_RAINDROPS (#12669) 5 years ago
rgb_matrix_runners
sequencer
serial_link
split_common Extensible split data sync (#11930) 5 years ago
template
tools
visualizer
api.c
api.h
bitwise.c
bitwise.h
color.c
color.h
command.c
command.h
config_common.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
crc.c Add CRC8 calculation subsystem to quantum (#12641) 5 years ago
crc.h Add CRC8 calculation subsystem to quantum (#12641) 5 years ago
debounce.h Avoid 8-bit timer overflows in debounce algorithms (#12240) 5 years ago
dip_switch.c
dip_switch.h
dynamic_keymap.c Improve EEPROM defaults for Dynamic Keymaps (#12853) 5 years ago
dynamic_keymap.h
dynamic_macro.h
encoder.c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
encoder.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
joystick.c
joystick.h
keycode_config.c
keycode_config.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
keymap.h
keymap_common.c
led.c
led.h
led_matrix.c Fix RGB/LED Suspend defines (#13146) 5 years ago
led_matrix.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
led_matrix_drivers.c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
led_matrix_types.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
led_tables.c
led_tables.h
matrix.c Use single memcmp to determine if matrix changed. (#13064) 5 years ago
matrix.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
matrix_common.c
mcu_selection.mk 2021 May 29 Breaking Changes Update (#13034) 5 years ago
mousekey.c Fix Kinetic speed condition (#12139) 5 years ago
mousekey.h
pointing_device.c
pointing_device.h
quantum.c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
quantum.h Add ST7565 LCD driver (#13089) 5 years ago
quantum_keycodes.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
rgb.h
rgb_matrix.c Fix RGB/LED Suspend defines (#13146) 5 years ago
rgb_matrix.h GMMK Pro RGB Support (#13147) 5 years ago
rgb_matrix_drivers.c GMMK Pro RGB Support (#13147) 5 years ago
rgb_matrix_types.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
rgblight.c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
rgblight.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago
rgblight_breathe_table.h
rgblight_list.h
rgblight_modes.h
rgblight_post_config.h
ring_buffer.h
send_string.c
send_string.h
send_string_keycodes.h
util.h
variable_trace.c
variable_trace.h
velocikey.c
velocikey.h
via.c
via.h
via_ensure_keycode.h
wpm.c 2021 May 29 Breaking Changes Update (#13034) 5 years ago
wpm.h 2021 May 29 Breaking Changes Update (#13034) 5 years ago