Add keymap wrappers for introspection into the keymap. (#17229)
* Introspection handlers for keymaps. * Renaming.
This commit is contained in:
parent
af84772a5f
commit
08c556b78b
4 changed files with 45 additions and 1 deletions
|
@ -55,3 +55,5 @@ extern const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS];
|
|||
// Ensure we have a forward declaration for the encoder map
|
||||
# include "encoder.h"
|
||||
#endif
|
||||
|
||||
#include "keymap_introspection.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue