summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/command.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-06-21 23:42:29 +0200
committerGitHub <noreply@github.com>2016-06-21 23:42:29 +0200
commit1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (patch)
treeca8a2a62e744a3448cfc247caab029152e2ebefb /tmk_core/common/command.h
parent758a8c64e9ffb12cda4c78d8d1ee6a3f448901fc (diff)
downloadqmk_firmware-1a0bac8bccf0e156d2f3c5f14a7214f9677b6370.tar.gz
qmk_firmware-1a0bac8bccf0e156d2f3c5f14a7214f9677b6370.tar.xz
Warning reductions (#430)
Warning reductions
Diffstat (limited to 'tmk_core/common/command.h')
-rw-r--r--tmk_core/common/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/command.h b/tmk_core/common/command.h
index 92b18849b..a729e4b1e 100644
--- a/tmk_core/common/command.h
+++ b/tmk_core/common/command.h
@@ -27,6 +27,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);
#else
#define command_proc(code) false