aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/config_common.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-08-25 11:40:51 -0400
committerGitHub <noreply@github.com>2016-08-25 11:40:51 -0400
commit8ebe9c446c6ba9f159a8d478a7e03f035812a363 (patch)
tree94d8efb61bddabbd6fabf683960dca8c671f49a6 /quantum/config_common.h
parent6f6f745385ee350d3f0ee5a43c1b7deead84672f (diff)
parent34eeea787c8a1c45d5d35221e164e347b7ed65ee (diff)
downloadfirmware-8ebe9c446c6ba9f159a8d478a7e03f035812a363.tar.gz
firmware-8ebe9c446c6ba9f159a8d478a7e03f035812a363.tar.bz2
firmware-8ebe9c446c6ba9f159a8d478a7e03f035812a363.zip
Merge pull request #681 from IBNobody/vision_division_dev
Added Port A Pin Mapping / Added Vision Division (WIP)
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r--quantum/config_common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h
index 09a4fe701..8ed5f4a10 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