1
0

kimera: Correct the address of keymap in eeprom

This commit is contained in:
Kai Ryu 2014-05-30 19:51:37 +09:00
parent 1b76a97ff0
commit e939c9d7a6

View File

@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_SIZE 16 * 16 #define MATRIX_SIZE 16 * 16
#define FN_ACTIONS_COUNT 32 #define FN_ACTIONS_COUNT 32
#define KEYMAPS_COUNT 3 #define KEYMAPS_COUNT 3
#define EECONFIG_KEYMAP_IN_EEPROM 38 #define EECONFIG_KEYMAP_IN_EEPROM 40
/* define if matrix has ghost */ /* define if matrix has ghost */
//#define MATRIX_HAS_GHOST //#define MATRIX_HAS_GHOST