summaryrefslogtreecommitdiff
path: root/quantum/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/command.h')
-rw-r--r--quantum/command.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/command.h b/quantum/command.h
index 4f77be085c..676507d3bd 100644
--- a/quantum/command.h
+++ b/quantum/command.h
@@ -28,8 +28,7 @@ bool command_extra(uint8_t code);
bool command_console_extra(uint8_t code);
#ifdef COMMAND_ENABLE
-uint8_t numkey2num(uint8_t code);
-bool command_proc(uint8_t code);
+bool command_proc(uint8_t code);
#else
# define command_proc(code) false
#endif