diff options
author | Nick Choi <nikchi@users.noreply.github.com> | 2017-05-23 13:08:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 13:08:44 -0400 |
commit | ec86fac6eee6e5148bc491497aadf2abed09a8ea (patch) | |
tree | 11da5a0a76838c5517ef7ecf50340432d7b7c8ef /tmk_core/common/keyboard.h | |
parent | eb660ef2184565c6bb69f1f67f7af8918d15688f (diff) | |
parent | c7e9e643fa411266dfb9b08831967d29426b29bc (diff) |
Merge pull request #1 from qmk/master
pull new to mine
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. */ |