diff options
Diffstat (limited to 'keyboard/lightpad/keymap.c')
| -rw-r--r-- | keyboard/lightpad/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/lightpad/keymap.c b/keyboard/lightpad/keymap.c index 6d078230b..2ca79a81b 100644 --- a/keyboard/lightpad/keymap.c +++ b/keyboard/lightpad/keymap.c | |||
| @@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 50 | #define FN_ACTIONS_SIZE (sizeof(fn_actions) / sizeof(fn_actions[0])) | 50 | #define FN_ACTIONS_SIZE (sizeof(fn_actions) / sizeof(fn_actions[0])) |
| 51 | 51 | ||
| 52 | /* translates key to keycode */ | 52 | /* translates key to keycode */ |
| 53 | uint8_t keymap_key_to_keycode(uint8_t layer, key_t key) | 53 | uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key) |
| 54 | { | 54 | { |
| 55 | if (layer < KEYMAPS_SIZE) { | 55 | if (layer < KEYMAPS_SIZE) { |
| 56 | return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); | 56 | return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); |
