1
0

Fix bug for GH60 RevB that ledmap is overlapped with keymap in eeprom

This commit is contained in:
Kai Ryu 2014-11-28 11:27:43 +09:00
parent ba26bdd937
commit f73fd6ee59

View File

@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* keymap in eeprom */ /* keymap in eeprom */
#define FN_ACTIONS_COUNT 32 #define FN_ACTIONS_COUNT 32
#define KEYMAPS_COUNT 8 #define KEYMAPS_COUNT 8
#define EECONFIG_KEYMAP_IN_EEPROM 0x11
/* define if matrix has ghost */ /* define if matrix has ghost */
//#define MATRIX_HAS_GHOST //#define MATRIX_HAS_GHOST