1
0

kimera: Move keymap address definition to config.h

This commit is contained in:
Kai Ryu 2014-05-30 10:54:16 +09:00
parent 1f93c27553
commit c2a8695909
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;