aboutsummaryrefslogtreecommitdiff
path: root/quantum/config_common.h
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-08-21 22:05:55 -0500
committerIBNobody <ibnobody@gmail.com>2016-08-21 22:05:55 -0500
commit705c775a4a433249081321cea0c2def2627817dc (patch)
tree016fc41f59baeae31768ed30b4c66130f31c9490 /quantum/config_common.h
parent4807feec8a8ea51db40b881b5057784b2b00310b (diff)
downloadqmk_firmware-705c775a4a433249081321cea0c2def2627817dc.tar.gz
qmk_firmware-705c775a4a433249081321cea0c2def2627817dc.zip
Nightly
Only major change to qmk was the addition of A0-A7 pins for the AT90USB
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..7ef4b23d4 100644
--- a/quantum/config_common.h
+++ b/quantum/config_common.h
@@ -45,6 +45,15 @@
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
49#define A1 0xA1
50#define A2 0xA2
51#define A3 0xA3
52#define A4 0xA4
53#define A5 0xA5
54#define A6 0xA6
55#define A7 0xA7
56
48 57
49/* USART configuration */ 58/* USART configuration */
50#ifdef BLUETOOTH_ENABLE 59#ifdef BLUETOOTH_ENABLE