Use physical position of keys for config reset
This commit is contained in:
committed by
Jeremy Soller
parent
9afec7af27
commit
39e2586c50
@@ -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
|
||||
|
Reference in New Issue
Block a user