aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/teensy_lc
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/teensy_lc')
-rw-r--r--keyboards/handwired/onekey/teensy_lc/chconf.h1
-rw-r--r--keyboards/handwired/onekey/teensy_lc/config.h2
-rw-r--r--keyboards/handwired/onekey/teensy_lc/halconf.h1
3 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/onekey/teensy_lc/chconf.h b/keyboards/handwired/onekey/teensy_lc/chconf.h
index cfcced3cf..03dc5f0c9 100644
--- a/keyboards/handwired/onekey/teensy_lc/chconf.h
+++ b/keyboards/handwired/onekey/teensy_lc/chconf.h
@@ -50,4 +50,3 @@
50#define CH_DBG_FILL_THREADS TRUE 50#define CH_DBG_FILL_THREADS TRUE
51 51
52#include_next <chconf.h> 52#include_next <chconf.h>
53
diff --git a/keyboards/handwired/onekey/teensy_lc/config.h b/keyboards/handwired/onekey/teensy_lc/config.h
index a4839135a..ad30f969f 100644
--- a/keyboards/handwired/onekey/teensy_lc/config.h
+++ b/keyboards/handwired/onekey/teensy_lc/config.h
@@ -19,6 +19,8 @@
19// TODO: including this causes "error: expected identifier before '(' token" errors 19// TODO: including this causes "error: expected identifier before '(' token" errors
20//#include "config_common.h" 20//#include "config_common.h"
21 21
22#define PRODUCT Onekey Teensy LC
23
22#define MATRIX_COL_PINS { D5 } 24#define MATRIX_COL_PINS { D5 }
23#define MATRIX_ROW_PINS { B2 } 25#define MATRIX_ROW_PINS { B2 }
24#define UNUSED_PINS 26#define UNUSED_PINS
diff --git a/keyboards/handwired/onekey/teensy_lc/halconf.h b/keyboards/handwired/onekey/teensy_lc/halconf.h
index bdf1ba431..89e2bcbbe 100644
--- a/keyboards/handwired/onekey/teensy_lc/halconf.h
+++ b/keyboards/handwired/onekey/teensy_lc/halconf.h
@@ -24,4 +24,3 @@
24#define HAL_USE_I2C TRUE 24#define HAL_USE_I2C TRUE
25 25
26#include_next <halconf.h> 26#include_next <halconf.h>
27