1
0

Fix bug for GHPad that ledmap is overlapped with keymap in eeprom

This commit is contained in:
Kai Ryu 2014-11-27 15:19:20 +09:00
parent 7b5e614b0b
commit 4d72c33e6d

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 32 #define KEYMAPS_COUNT 32
#define EECONFIG_KEYMAP_IN_EEPROM 0x11
/* define if matrix has ghost */ /* define if matrix has ghost */
//#define MATRIX_HAS_GHOST //#define MATRIX_HAS_GHOST