diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index fe670c8eb..41c7d8351 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -240,8 +240,9 @@ void reset_keyboard(void); | |||
| 240 | void startup_user(void); | 240 | void startup_user(void); |
| 241 | void shutdown_user(void); | 241 | void shutdown_user(void); |
| 242 | 242 | ||
| 243 | void register_code16 (uint16_t code); | 243 | void register_code16(uint16_t code); |
| 244 | void unregister_code16 (uint16_t code); | 244 | void unregister_code16(uint16_t code); |
| 245 | inline void tap_code16(uint16_t code) { register_code16(code); unregister_code16(code); } | ||
| 245 | 246 | ||
| 246 | #ifdef BACKLIGHT_ENABLE | 247 | #ifdef BACKLIGHT_ENABLE |
| 247 | void backlight_init_ports(void); | 248 | void backlight_init_ports(void); |
