summaryrefslogtreecommitdiff
path: root/tmk_core/common/keyboard.h
diff options
context:
space:
mode:
authorJack Humbert2017-05-15 12:20:17 -0400
committerGitHub2017-05-15 12:20:17 -0400
commit7cbbf62f5fd35c9dd38b1fbe7a2f4e074d4e05d6 (patch)
treedcc01ed7674c7b894819e7189c0f9607a8cce1b5 /tmk_core/common/keyboard.h
parent05a6449d2dad0cac1b12671181bb70880384f31b (diff)
parent25c6ca750fc74376a2bea7612c0e05401d3ecf5e (diff)
Merge pull request #1298 from barrar/master
Anti-ghost improvement for older keyboards with empty spots in matrix
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 7738251b6..f17003c2f 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. */