summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/teensy_32
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/teensy_32')
-rw-r--r--keyboards/handwired/onekey/teensy_32/chconf.h1
-rw-r--r--keyboards/handwired/onekey/teensy_32/config.h2
-rw-r--r--keyboards/handwired/onekey/teensy_32/halconf.h1
3 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/onekey/teensy_32/chconf.h b/keyboards/handwired/onekey/teensy_32/chconf.h
index 199e8d05bd..b7b23f268c 100644
--- a/keyboards/handwired/onekey/teensy_32/chconf.h
+++ b/keyboards/handwired/onekey/teensy_32/chconf.h
@@ -50,4 +50,3 @@
#define CH_DBG_FILL_THREADS TRUE
#include_next <chconf.h>
-
diff --git a/keyboards/handwired/onekey/teensy_32/config.h b/keyboards/handwired/onekey/teensy_32/config.h
index a4839135a0..180f324875 100644
--- a/keyboards/handwired/onekey/teensy_32/config.h
+++ b/keyboards/handwired/onekey/teensy_32/config.h
@@ -19,6 +19,8 @@
// TODO: including this causes "error: expected identifier before '(' token" errors
//#include "config_common.h"
+#define PRODUCT Onekey Teensy 3.2
+
#define MATRIX_COL_PINS { D5 }
#define MATRIX_ROW_PINS { B2 }
#define UNUSED_PINS
diff --git a/keyboards/handwired/onekey/teensy_32/halconf.h b/keyboards/handwired/onekey/teensy_32/halconf.h
index e5019779c7..5c99dcbd9d 100644
--- a/keyboards/handwired/onekey/teensy_32/halconf.h
+++ b/keyboards/handwired/onekey/teensy_32/halconf.h
@@ -24,4 +24,3 @@
#define HAL_USE_I2C TRUE
#include_next <halconf.h>
-