diff options
author | lucwastiaux <luc.wastiaux@airpost.net> | 2016-12-10 05:49:47 +0100 |
---|---|---|
committer | lucwastiaux <luc.wastiaux@airpost.net> | 2016-12-10 05:49:47 +0100 |
commit | 9240f27ba909aece233bda59e4ec15f7666fdece (patch) | |
tree | 7b6e2b05a0722734e4739dd7b52817d82fae51c6 /keyboards/planck/planck.c | |
parent | dc4c8875ba2b961deb5d9712f422b00ce7c90979 (diff) | |
parent | 985a091a739c99736d5b17de5161831488dbc219 (diff) | |
download | qmk_firmware-9240f27ba909aece233bda59e4ec15f7666fdece.tar.gz qmk_firmware-9240f27ba909aece233bda59e4ec15f7666fdece.tar.xz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/planck/planck.c')
-rw-r--r-- | keyboards/planck/planck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/planck.c b/keyboards/planck/planck.c index 645b450d1..3980b02f5 100644 --- a/keyboards/planck/planck.c +++ b/keyboards/planck/planck.c @@ -16,4 +16,4 @@ void matrix_init_kb(void) { PORTE |= (1<<6); matrix_init_user(); -}
\ No newline at end of file +} |