Remove use of keymap.h (#20004)
This commit is contained in:
parent
79b0f9168e
commit
c485d1cf26
8 changed files with 14 additions and 26 deletions
|
@ -4,6 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "keyboard.h"
|
||||
|
||||
// translates key to keycode
|
||||
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue