aboutsummaryrefslogtreecommitdiffstats
path: root/src/board.h
diff options
context:
space:
mode:
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;