Przeglądaj źródła

Fix for new API(key_t to keypos_t)

tags/v1.9
tmk 10 lat temu
rodzic
commit
ea60dae6e6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      keyboard/hhkb/keymap_common.c

+ 1
- 1
keyboard/hhkb/keymap_common.c Wyświetl plik





/* translates key to keycode */ /* translates key to keycode */
uint8_t keymap_key_to_keycode(uint8_t layer, key_t key)
uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key)
{ {
return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]); return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]);
} }

Ładowanie…
Anuluj
Zapisz