added improved idle detection to ps/2 mouse too

This commit is contained in:
dekunukem
2022-05-13 10:36:34 +01:00
parent 32ecf689ff
commit eedfba9a6b
15 changed files with 2573 additions and 1411 deletions

View File

@@ -69,7 +69,7 @@ UART_HandleTypeDef huart3;
const uint8_t board_id = 1;
const uint8_t version_major = 0;
const uint8_t version_minor = 5;
const uint8_t version_patch = 1;
const uint8_t version_patch = 2;
uint8_t hw_revision;
uint8_t spi_transmit_buf[SPI_BUF_SIZE];