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.
* 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 | 5 years ago | |
| audio | 5 years ago | |
| backlight | 5 years ago | |
| bootmagic | 5 years ago | |
| debounce | 5 years ago | |
| keymap_extras | ||
| led_matrix_animations | 5 years ago | |
| led_matrix_runners | 5 years ago | |
| process_keycode | 5 years ago | |
| rgb_matrix_animations | 5 years ago | |
| rgb_matrix_runners | ||
| sequencer | ||
| serial_link | ||
| split_common | 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 | 5 years ago | |
| crc.c | 5 years ago | |
| crc.h | 5 years ago | |
| debounce.h | 5 years ago | |
| dip_switch.c | ||
| dip_switch.h | ||
| dynamic_keymap.c | 5 years ago | |
| dynamic_keymap.h | ||
| dynamic_macro.h | ||
| encoder.c | 5 years ago | |
| encoder.h | 5 years ago | |
| joystick.c | ||
| joystick.h | ||
| keycode_config.c | ||
| keycode_config.h | 5 years ago | |
| keymap.h | ||
| keymap_common.c | ||
| led.c | ||
| led.h | ||
| led_matrix.c | 5 years ago | |
| led_matrix.h | 5 years ago | |
| led_matrix_drivers.c | 5 years ago | |
| led_matrix_types.h | 5 years ago | |
| led_tables.c | ||
| led_tables.h | ||
| matrix.c | 5 years ago | |
| matrix.h | 5 years ago | |
| matrix_common.c | ||
| mcu_selection.mk | 5 years ago | |
| mousekey.c | 5 years ago | |
| mousekey.h | ||
| pointing_device.c | ||
| pointing_device.h | ||
| quantum.c | 5 years ago | |
| quantum.h | 5 years ago | |
| quantum_keycodes.h | 5 years ago | |
| rgb.h | ||
| rgb_matrix.c | 5 years ago | |
| rgb_matrix.h | 5 years ago | |
| rgb_matrix_drivers.c | 5 years ago | |
| rgb_matrix_types.h | 5 years ago | |
| rgblight.c | 5 years ago | |
| rgblight.h | 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 | 5 years ago | |
| wpm.h | 5 years ago | |