diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2016-08-26 07:55:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-26 07:55:30 +0200 |
commit | 8e058135e2905d6a2ec281d29e5a93cb808bd8a5 (patch) | |
tree | 67d4a3cec8e5ff18dbfefee9e9b783eeef2830ff /quantum/config_common.h | |
parent | 8d0aed39d11efaf51a0831e78b5641b4b5686197 (diff) | |
parent | 4321f0af7d34f794a372964be49d225442671c45 (diff) |
Merge pull request #2 from jackhumbert/master
Merge from jackhumbert
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 09a4fe7010..8ed5f4a106 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -45,6 +45,15 @@ #define F5 0xF5 #define F6 0xF6 #define F7 0xF7 +#define A0 0x00 +#define A1 0x01 +#define A2 0x02 +#define A3 0x03 +#define A4 0x04 +#define A5 0x05 +#define A6 0x06 +#define A7 0x07 + /* USART configuration */ #ifdef BLUETOOTH_ENABLE |