Browse Source

kimera: Move keymap address definition to config.h

kimera
Kai Ryu 10 years ago
parent
commit
c2a8695909
2 changed files with 2 additions and 2 deletions
  1. 2
    1
      keyboard/kimera/config.h
  2. 0
    1
      keyboard/kimera/kimera.h

+ 2
- 1
keyboard/kimera/config.h 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

+ 0
- 1
keyboard/kimera/kimera.h 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;