diff options
author | IBNobody <ibnobody@gmail.com> | 2016-08-25 00:15:41 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-08-25 00:15:41 -0500 |
commit | 936a26d04ffa12801031c058f27e221174e3fabd (patch) | |
tree | 1a8390f8b239ef2adf5b21b5c98b57545660765e /quantum/config_common.h | |
parent | a902206735972a15063d8d9852a87041d82d6e7b (diff) | |
download | qmk_firmware-936a26d04ffa12801031c058f27e221174e3fabd.tar.gz qmk_firmware-936a26d04ffa12801031c058f27e221174e3fabd.zip |
Added pin support for A0-A7
Vision Division - It works!
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 7ef4b23d4..8ed5f4a10 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h | |||
@@ -45,14 +45,14 @@ | |||
45 | #define F5 0xF5 | 45 | #define F5 0xF5 |
46 | #define F6 0xF6 | 46 | #define F6 0xF6 |
47 | #define F7 0xF7 | 47 | #define F7 0xF7 |
48 | #define A0 0xA0 | 48 | #define A0 0x00 |
49 | #define A1 0xA1 | 49 | #define A1 0x01 |
50 | #define A2 0xA2 | 50 | #define A2 0x02 |
51 | #define A3 0xA3 | 51 | #define A3 0x03 |
52 | #define A4 0xA4 | 52 | #define A4 0x04 |
53 | #define A5 0xA5 | 53 | #define A5 0x05 |
54 | #define A6 0xA6 | 54 | #define A6 0x06 |
55 | #define A7 0xA7 | 55 | #define A7 0x07 |
56 | 56 | ||
57 | 57 | ||
58 | /* USART configuration */ | 58 | /* USART configuration */ |