diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-11-20 16:35:30 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-11-20 16:35:44 +0100 |
| commit | 570c88be0e06de5a36c8af0de7b112e9509325df (patch) | |
| tree | 4c5d4a9f36db5cf6e920d06104f4be66fa2a1766 /src/board.h | |
| parent | 5c2cb697aa8d03eed27b45f8dc67957c45a3d722 (diff) | |
| download | sxkbd-570c88be0e06de5a36c8af0de7b112e9509325df.tar.gz sxkbd-570c88be0e06de5a36c8af0de7b112e9509325df.zip | |
Add CDC stdio driver and logging + panic handlers
Diffstat (limited to 'src/board.h')
| -rw-r--r-- | src/board.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/board.h b/src/board.h new file mode 100644 index 0000000..38775b7 --- /dev/null +++ b/src/board.h @@ -0,0 +1,7 @@ +#pragma once + +#include "neopix.h" + +#define ONBOARD_LED_PIN 25 + +extern struct neopix onboard_led; |
