diff options
Diffstat (limited to 'keyboard/kmac/keymap.c')
| -rw-r--r-- | keyboard/kmac/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/kmac/keymap.c b/keyboard/kmac/keymap.c index 5474b1b65..1ffa60387 100644 --- a/keyboard/kmac/keymap.c +++ b/keyboard/kmac/keymap.c | |||
| @@ -74,7 +74,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | #define FN_ACTIONS_SIZE (sizeof(fn_actions) / sizeof(fn_actions[0])) | 74 | #define FN_ACTIONS_SIZE (sizeof(fn_actions) / sizeof(fn_actions[0])) |
| 75 | 75 | ||
| 76 | /* translates key to keycode */ | 76 | /* translates key to keycode */ |
| 77 | uint8_t keymap_key_to_keycode(uint8_t layer, key_t key) | 77 | uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key) |
| 78 | { | 78 | { |
| 79 | if (layer < KEYMAPS_SIZE) { | 79 | if (layer < KEYMAPS_SIZE) { |
| 80 | return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); | 80 | return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); |
