forked from forks/qmk_firmware
* Add provisional Helix implementation to test the quantum/split_common.
* copy keyboards/helix/serial.[ch] to quantum/split_common/
* Make serial.c a pure driver.
Remove buffer name and buffer size from serial.c. They should be placed in the caller(matrix.c, split_utils.c).
* remove quantum/split_common/serial_backward_compatibility.h
* Changed array serial_master_buffer to structure serial_m2s_buffer.
* Changed array serial_slave_buffer to structure serial_s2m_buffer.
* Change keyboards/miniaxe/matrix.c
I also made changes to quantum/split_comon/matrix.c to keyboards/miniaxe/matrix.c.
Note: I contacted @ka2hiro, creator of miniaxe, and I got permission to change keyboards/miniaxe/matrix.c.
* update history comment in quantum/split_common/serial.c
* Revert "Add provisional Helix implementation to test the quantum/split_common."
This reverts commit
|
||
|---|---|---|
| .. | ||
| eeprom-lefthand.eep | ||
| eeprom-righthand.eep | ||
| i2c.c | ||
| i2c.h | ||
| matrix.c | ||
| matrix.h | ||
| serial.c | ||
| serial.h | ||
| split_flags.c | ||
| split_flags.h | ||
| split_util.c | ||
| split_util.h | ||