diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-11-28 19:58:09 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-11-28 19:58:09 +0100 |
| commit | a7bfb47f666c8fadffb80b1beeee1905ad3fe029 (patch) | |
| tree | 1b2f068f9492b011f6087b3b4938a80e5f0ab0c2 /src/board.h | |
| parent | 7f1cf3407ab3ba4827053133a7a47901ce763c61 (diff) | |
| download | sxkbd-a7bfb47f666c8fadffb80b1beeee1905ad3fe029.tar.gz sxkbd-a7bfb47f666c8fadffb80b1beeee1905ad3fe029.zip | |
Basic key matrix scan and keycode setup
Diffstat (limited to 'src/board.h')
| -rw-r--r-- | src/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/board.h b/src/board.h index 77d1840..8e78a7c 100644 --- a/src/board.h +++ b/src/board.h @@ -13,3 +13,6 @@ enum { }; extern struct neopix onboard_led; + +extern const uint32_t **keymap_layers; + |
