diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 6e3fbcc79..0c6046649 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -83,6 +83,9 @@ void reset_keyboard(void); | |||
| 83 | void startup_user(void); | 83 | void startup_user(void); |
| 84 | void shutdown_user(void); | 84 | void shutdown_user(void); |
| 85 | 85 | ||
| 86 | void register_code16 (uint16_t code); | ||
| 87 | void unregister_code16 (uint16_t code); | ||
| 88 | |||
| 86 | #ifdef BACKLIGHT_ENABLE | 89 | #ifdef BACKLIGHT_ENABLE |
| 87 | void backlight_init_ports(void); | 90 | void backlight_init_ports(void); |
| 88 | 91 | ||
