kimera: Move keymap address definition to config.h
This commit is contained in:
parent
1f93c27553
commit
c2a8695909
@ -34,7 +34,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* keymap in eeprom */
|
||||
#define MATRIX_SIZE 16 * 16
|
||||
#define FN_ACTIONS_COUNT 32
|
||||
#define KEYMAPS_COUNT 8
|
||||
#define KEYMAPS_COUNT 3
|
||||
#define EECONFIG_KEYMAP_IN_EEPROM 38
|
||||
|
||||
/* define if matrix has ghost */
|
||||
//#define MATRIX_HAS_GHOST
|
||||
|
@ -159,7 +159,6 @@ const uint16_t PROGMEM mux_inh_to_shift_out[] = {
|
||||
#define EECONFIG_MUX_MAPPING (uint8_t *)7
|
||||
#define EECONFIG_ROW_COL_MAPPING (uint8_t *)8
|
||||
#define MATRIX_MAPPING_SIZE MUX_COUNT * MUX_PORTS
|
||||
#define EECONFIG_KEYMAP_IN_EEPROM 40
|
||||
|
||||
typedef struct {
|
||||
uint8_t mux_mapping;
|
||||
|
Reference in New Issue
Block a user