diff options
Diffstat (limited to 'quantum/command.h')
-rw-r--r-- | quantum/command.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/command.h b/quantum/command.h index 4f77be085..676507d3b 100644 --- a/quantum/command.h +++ b/quantum/command.h | |||
@@ -28,8 +28,7 @@ bool command_extra(uint8_t code); | |||
28 | bool command_console_extra(uint8_t code); | 28 | bool command_console_extra(uint8_t code); |
29 | 29 | ||
30 | #ifdef COMMAND_ENABLE | 30 | #ifdef COMMAND_ENABLE |
31 | uint8_t numkey2num(uint8_t code); | 31 | bool command_proc(uint8_t code); |
32 | bool command_proc(uint8_t code); | ||
33 | #else | 32 | #else |
34 | # define command_proc(code) false | 33 | # define command_proc(code) false |
35 | #endif | 34 | #endif |