1
0
Fork 0

[Keyboard] Misc tidyups for Chidori (#8091)

This commit is contained in:
fauxpark 2020-02-08 13:50:42 +11:00 committed by GitHub
parent 707c04b4ab
commit 3b1f29a5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 59 additions and 169 deletions

View file

@ -141,8 +141,6 @@ inline bool board_is_master(board_info_t* board) {
return false;
}
inline uint8_t matrix_rows(void) { return MATRIX_ROWS; }
inline uint8_t matrix2board(uint8_t row) { return row % NUM_ROWS; }
inline uint8_t board_index(uint8_t row) { return row / NUM_ROWS; }