summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/promethium.c
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-11-26 07:11:40 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-11-26 17:48:11 +0100
commit8ee389c9b6e6757c228534b095e609d5a9501102 (patch)
treee3c1edca8e3d977b145321f4708d5acecfd2aff7 /keyboards/handwired/promethium/promethium.c
parent746fd15638e2a42ea7bd69e2d0bb6a1f8e465f4e (diff)
downloadqmk_firmware-8ee389c9b6e6757c228534b095e609d5a9501102.tar.gz
qmk_firmware-8ee389c9b6e6757c228534b095e609d5a9501102.tar.xz
My Promethium keyboard firmware
Diffstat (limited to 'keyboards/handwired/promethium/promethium.c')
-rw-r--r--keyboards/handwired/promethium/promethium.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/promethium.c b/keyboards/handwired/promethium/promethium.c
new file mode 100644
index 000000000..a0035cce1
--- /dev/null
+++ b/keyboards/handwired/promethium/promethium.c
@@ -0,0 +1,6 @@
+#include "promethium.h"
+
+void matrix_init_kb(void) {
+
+ matrix_init_user();
+} \ No newline at end of file