aboutsummaryrefslogtreecommitdiffstats
path: root/src/board.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-12-02 16:06:32 +0100
committerLouis Burda <quent.burda@gmail.com>2022-12-02 17:18:16 +0100
commit0392766bc379448c907de2bce45d6b57621d95b5 (patch)
treeb87705bfb60a6569769b3c0125a910144c784436 /src/board.h
parent6defee37f9939991bbf3152e2cd4e18593baa541 (diff)
downloadsxkbd-0392766bc379448c907de2bce45d6b57621d95b5.tar.gz
sxkbd-0392766bc379448c907de2bce45d6b57621d95b5.zip
Added split uart support based on chibios impl
Diffstat (limited to 'src/board.h')
-rw-r--r--src/board.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/board.h b/src/board.h
index 8e78a7c..f54cbe4 100644
--- a/src/board.h
+++ b/src/board.h
@@ -1,8 +1,6 @@
#pragma once
-#include "neopix.h"
-
-#define ONBOARD_LED_PIN 25
+#include <stdint.h>
#define REPORT_ID_MIN REPORT_ID_KEYBOARD
enum {
@@ -12,7 +10,5 @@ enum {
REPORT_ID_MAX
};
-extern struct neopix onboard_led;
-
extern const uint32_t **keymap_layers;