diff options
Diffstat (limited to 'keyboard/phantom')
| -rw-r--r-- | keyboard/phantom/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/phantom/keymap.c b/keyboard/phantom/keymap.c index 1899874dd..a040434f2 100644 --- a/keyboard/phantom/keymap.c +++ b/keyboard/phantom/keymap.c | |||
| @@ -128,7 +128,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 128 | #define FN_ACTIONS_SIZE (sizeof(fn_actions) / sizeof(fn_actions[0])) | 128 | #define FN_ACTIONS_SIZE (sizeof(fn_actions) / sizeof(fn_actions[0])) |
| 129 | 129 | ||
| 130 | /* translates key to keycode */ | 130 | /* translates key to keycode */ |
| 131 | uint8_t keymap_key_to_keycode(uint8_t layer, key_t key) | 131 | uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key) |
| 132 | { | 132 | { |
| 133 | if (layer < KEYMAPS_SIZE) { | 133 | if (layer < KEYMAPS_SIZE) { |
| 134 | return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); | 134 | return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); |
