Use physical position of keys for config reset

This commit is contained in:
Tim Crawford
2020-10-01 12:16:14 -06:00
committed by Jeremy Soller
parent 9afec7af27
commit 39e2586c50
9 changed files with 78 additions and 4 deletions

View File

@@ -45,4 +45,12 @@
// Keymap
extern uint16_t __xdata KEYMAP[KM_LAY][KM_OUT][KM_IN];
// Position of physical Esc key in the matrix
#define MATRIX_ESC_INPUT 7
#define MATRIX_ESC_OUTPUT 7
// Position of physical Fn key in the matrix
#define MATRIX_FN_INPUT 0
#define MATRIX_FN_OUTPUT 6
#endif // _BOARD_KEYMAP_H