diff options
Diffstat (limited to 'keyboard/gh60/keymap_common.c')
| -rw-r--r-- | keyboard/gh60/keymap_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/gh60/keymap_common.c b/keyboard/gh60/keymap_common.c index 7b6379f6b..fdb1769e1 100644 --- a/keyboard/gh60/keymap_common.c +++ b/keyboard/gh60/keymap_common.c | |||
| @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | /* translates key to keycode */ | 20 | /* translates key to keycode */ |
| 21 | uint8_t keymap_key_to_keycode(uint8_t layer, key_t key) | 21 | uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key) |
| 22 | { | 22 | { |
| 23 | return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); | 23 | return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); |
| 24 | } | 24 | } |
