diff --git a/src/board/system76/galp3-c/keymap.c b/src/board/system76/galp3-c/keymap.c index 2355601..80aa883 100644 --- a/src/board/system76/galp3-c/keymap.c +++ b/src/board/system76/galp3-c/keymap.c @@ -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 },