diff options
author | Nick Brassel <nick@tzarc.org> | 2022-06-05 10:26:02 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 10:26:02 +1000 |
commit | 08c556b78b9dc672a2aa2388bbd3fdf408e3ce98 (patch) | |
tree | d469e5c5a8368a7132ad85ef0c594cd73eabc55c /quantum/keymap.h | |
parent | af84772a5f350c404bfad8f5b138f990828eac45 (diff) |
Add keymap wrappers for introspection into the keymap. (#17229)
* Introspection handlers for keymaps.
* Renaming.
Diffstat (limited to 'quantum/keymap.h')
-rw-r--r-- | quantum/keymap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/keymap.h b/quantum/keymap.h index d64b271efb..081bc54ebe 100644 --- a/quantum/keymap.h +++ b/quantum/keymap.h @@ -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" |