aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/command.h
diff options
context:
space:
mode:
authorGravatar Christopher Browne <cbbrowne@ca.afilias.info>2016-06-21 17:54:12 -0400
committerGravatar Christopher Browne <cbbrowne@ca.afilias.info>2016-06-21 17:54:12 -0400
commitee3c7892ad585e2e702d8975420d25ae052d97bb (patch)
tree71c23600099fe5670482f8900d787dbc7c9551b2 /tmk_core/common/command.h
parent2d314810086684883329af730d8f5e8ecd0506b0 (diff)
parent1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (diff)
downloadqmk_firmware-ee3c7892ad585e2e702d8975420d25ae052d97bb.tar.gz
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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