diff options
author | Nathan Sharfi <me@ngalt.com> | 2016-07-31 14:02:25 -0700 |
---|---|---|
committer | Nathan Sharfi <me@ngalt.com> | 2016-07-31 14:02:25 -0700 |
commit | d889648d5373b7ff77dc7bc4b369c628e8336b45 (patch) | |
tree | 35c6eb194417242958baf54b36f0ff3a56e378f1 /keyboards/preonic/preonic.c | |
parent | 6428069eb70f5cc47ac1f3f9acf3daea14fb9097 (diff) | |
parent | b25dbc484d639210c53d8e13f79cf5a77f2faaaa (diff) | |
download | firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.tar.gz firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.tar.bz2 firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.zip |
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/preonic/preonic.c')
-rw-r--r-- | keyboards/preonic/preonic.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/preonic/preonic.c b/keyboards/preonic/preonic.c new file mode 100644 index 000000000..889c3fc8f --- /dev/null +++ b/keyboards/preonic/preonic.c @@ -0,0 +1,10 @@ +#include "preonic.h" + +void matrix_init_kb(void) { + + // Turn status LED on + DDRE |= (1<<6); + PORTE |= (1<<6); + + matrix_init_user(); +};
\ No newline at end of file |