summaryrefslogtreecommitdiffstats
path: root/keyboards/treadstone48/rev1/rev1.c
diff options
context:
space:
mode:
authormarksard <38324387+marksard@users.noreply.github.com>2019-04-04 07:56:22 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-04 07:56:22 +0200
commitdebd902a3d5788beab8580a26c84d7db2365a638 (patch)
tree5d45358a2655fbbd2d5ecd5941a5fad61de5fd51 /keyboards/treadstone48/rev1/rev1.c
parent4f4fad83737546db6dd04af9e26320ef7d0610dd (diff)
downloadqmk_firmware-debd902a3d5788beab8580a26c84d7db2365a638.tar.gz
qmk_firmware-debd902a3d5788beab8580a26c84d7db2365a638.tar.xz
[Keyboard] add treeadstone48 (#5405)
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization
Diffstat (limited to 'keyboards/treadstone48/rev1/rev1.c')
-rw-r--r--keyboards/treadstone48/rev1/rev1.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/treadstone48/rev1/rev1.c b/keyboards/treadstone48/rev1/rev1.c
new file mode 100644
index 000000000..263786427
--- /dev/null
+++ b/keyboards/treadstone48/rev1/rev1.c
@@ -0,0 +1,15 @@
+#include "treadstone48.h"
+
+
+#ifdef SSD1306OLED
+void led_set_kb(uint8_t usb_led) {
+ // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
+ //led_set_user(usb_led);
+}
+#endif
+
+void matrix_init_kb(void) {
+
+ matrix_init_user();
+};
+