Remove some use of keymap.h (#20006)
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
// translates key to keycode
|
||||
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
|
||||
|
Reference in New Issue
Block a user