summaryrefslogtreecommitdiffstats
path: root/keyboards/phantom/phantom.c
diff options
context:
space:
mode:
authorNathan Sharfi <me@ngalt.com>2016-07-31 23:02:25 +0200
committerNathan Sharfi <me@ngalt.com>2016-07-31 23:02:25 +0200
commitd889648d5373b7ff77dc7bc4b369c628e8336b45 (patch)
tree35c6eb194417242958baf54b36f0ff3a56e378f1 /keyboards/phantom/phantom.c
parent6428069eb70f5cc47ac1f3f9acf3daea14fb9097 (diff)
parentb25dbc484d639210c53d8e13f79cf5a77f2faaaa (diff)
downloadqmk_firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.tar.gz
qmk_firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.tar.xz
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
Diffstat (limited to 'keyboards/phantom/phantom.c')
-rw-r--r--keyboards/phantom/phantom.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/phantom/phantom.c b/keyboards/phantom/phantom.c
new file mode 100644
index 000000000..d53af491f
--- /dev/null
+++ b/keyboards/phantom/phantom.c
@@ -0,0 +1,9 @@
+#include "phantom.h"
+#include "led.h"
+
+void matrix_init_kb(void) {
+ // put your keyboard start-up code here
+ // runs once when the firmware starts up
+ matrix_init_user();
+ led_init_ports();
+};