diff options
author | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-17 23:06:57 -0400 |
---|---|---|
committer | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-17 23:06:57 -0400 |
commit | c686793b596cd3e2977a4c76b976df31e18bdb5b (patch) | |
tree | d315194101743aab166e49dbc19e77522a6828c1 /tmk_core/common/keyboard.h | |
parent | 26c6f6a85c9c16a3be27e6c61609b3da99ec3f73 (diff) | |
parent | aaa01d0a4e633e26c58e5bc9c0bc557604088140 (diff) |
Merge https://github.com/qmk/qmk_firmware
Update from QMK main
Diffstat (limited to 'tmk_core/common/keyboard.h')
-rw-r--r-- | tmk_core/common/keyboard.h | 1 |
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. */ |