diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 5920e4b13..0faf1af29 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -243,7 +243,7 @@ void shutdown_user(void); | |||
| 243 | 243 | ||
| 244 | void register_code16(uint16_t code); | 244 | void register_code16(uint16_t code); |
| 245 | void unregister_code16(uint16_t code); | 245 | void unregister_code16(uint16_t code); |
| 246 | inline void tap_code16(uint16_t code) { register_code16(code); unregister_code16(code); } | 246 | void tap_code16(uint16_t code); |
| 247 | 247 | ||
| 248 | #ifdef BACKLIGHT_ENABLE | 248 | #ifdef BACKLIGHT_ENABLE |
| 249 | void backlight_init_ports(void); | 249 | void backlight_init_ports(void); |
