IBMPC 0.1.3 added XT key translation

This commit is contained in:
dekunukem
2022-01-30 15:21:11 +00:00
parent 4ae55a072c
commit 3d6de0839b
19 changed files with 200 additions and 176 deletions

View File

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