summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/keyboard.h
diff options
context:
space:
mode:
authorNick Choi <iinikchi@gmail.com>2017-05-23 13:13:23 -0400
committerNick Choi <iinikchi@gmail.com>2017-05-23 13:13:23 -0400
commit0e174fcb48471b6af79f1456d65edf7c22d8b903 (patch)
tree0aee5e6db3c2c54acdfaac6ea0feeed3520d43d6 /tmk_core/common/keyboard.h
parent3ed2147a888401ef31a008db02a4ef8bd25d4380 (diff)
parentec86fac6eee6e5148bc491497aadf2abed09a8ea (diff)
Merge branch 'master' of https://github.com/nikchi/qmk_firmware
Diffstat (limited to 'tmk_core/common/keyboard.h')
-rw-r--r--tmk_core/common/keyboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/keyboard.h b/tmk_core/common/keyboard.h
index 7738251b64..f17003c2ff 100644
--- a/tmk_core/common/keyboard.h
+++ b/tmk_core/common/keyboard.h
@@ -57,7 +57,6 @@ static inline bool IS_RELEASED(keyevent_t event) { return (!IS_NOEVENT(event) &&
.time = (timer_read() | 1) \
}
-
/* it runs once at early stage of startup before keyboard_init. */
void keyboard_setup(void);
/* it runs once after initializing host side protocol, debug and MCU peripherals. */