Change key_t to keypos_t
This commit is contained in:
@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
// Keymap is not used. See matrix.c.
|
||||
|
||||
/* 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 KC_NO;
|
||||
}
|
||||
|
Reference in New Issue
Block a user