Fix 5 and 6 mapping

This commit is contained in:
Jeremy Soller
2019-11-08 15:19:06 -07:00
parent 1f87adb1fc
commit 60bcd23e27

View File

@ -85,7 +85,7 @@ uint16_t __code KEYMAP[KM_OUT][KM_IN][KM_LAY] = {
{K_I, 0}, // 0
{K_M, 0}, // 1
{K_U, 0}, // 2
{K_6, 0}, // 3
{K_5, 0}, // 3
{K_4, 0}, // 4
{K_3, 0}, // 5
{K_F2, 0}, // 6
@ -97,7 +97,7 @@ uint16_t __code KEYMAP[KM_OUT][KM_IN][KM_LAY] = {
{K_K, 0}, // 2
{0, 0}, // 3
{K_7, 0}, // 4
{0, 0}, // 5
{K_6, 0}, // 5
{K_F4, 0}, // 6
{K_F3, 0}, // 7
},