diff options
author | Jordi Pakey-Rodriguez <jordi@0xdec.im> | 2018-12-15 21:15:56 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-17 18:16:33 -0800 |
commit | db8d68acdcdb009fc2a9d773a7d2c07992a46933 (patch) | |
tree | 0e76af54e16184241924c79c6b07bc62e264858d | |
parent | cd819a7f7eb74e81780c19a656d0c3a6dc0f3b73 (diff) | |
download | qmk_firmware-db8d68acdcdb009fc2a9d773a7d2c07992a46933.tar.gz qmk_firmware-db8d68acdcdb009fc2a9d773a7d2c07992a46933.zip |
Add Planck rev1 and rev2, clean up rev3-5 config.h
-rw-r--r-- | keyboards/planck/rev1/config.h | 3 | ||||
-rw-r--r-- | keyboards/planck/rev1/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev2/config.h | 3 | ||||
-rw-r--r-- | keyboards/planck/rev2/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev3/config.h | 7 | ||||
-rw-r--r-- | keyboards/planck/rev4/config.h | 7 | ||||
-rw-r--r-- | keyboards/planck/rev5/config.h | 7 |
7 files changed, 11 insertions, 18 deletions
diff --git a/keyboards/planck/rev1/config.h b/keyboards/planck/rev1/config.h new file mode 100644 index 000000000..397887a73 --- /dev/null +++ b/keyboards/planck/rev1/config.h | |||
@@ -0,0 +1,3 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #define DEVICE_VER 0x0001 | ||
diff --git a/keyboards/planck/rev1/rules.mk b/keyboards/planck/rev1/rules.mk new file mode 100644 index 000000000..e51af55c6 --- /dev/null +++ b/keyboards/planck/rev1/rules.mk | |||
@@ -0,0 +1 @@ | |||
AUDIO_ENABLE = no # Audio output on port C6 | |||
diff --git a/keyboards/planck/rev2/config.h b/keyboards/planck/rev2/config.h new file mode 100644 index 000000000..bed78bca3 --- /dev/null +++ b/keyboards/planck/rev2/config.h | |||
@@ -0,0 +1,3 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #define DEVICE_VER 0x0002 | ||
diff --git a/keyboards/planck/rev2/rules.mk b/keyboards/planck/rev2/rules.mk new file mode 100644 index 000000000..e51af55c6 --- /dev/null +++ b/keyboards/planck/rev2/rules.mk | |||
@@ -0,0 +1 @@ | |||
AUDIO_ENABLE = no # Audio output on port C6 | |||
diff --git a/keyboards/planck/rev3/config.h b/keyboards/planck/rev3/config.h index 45e60962b..fd6f0460e 100644 --- a/keyboards/planck/rev3/config.h +++ b/keyboards/planck/rev3/config.h | |||
@@ -1,8 +1,3 @@ | |||
1 | #ifndef REV3_CONFIG_H | 1 | #pragma once |
2 | #define REV3_CONFIG_H | ||
3 | |||
4 | #include "config_common.h" | ||
5 | 2 | ||
6 | #define DEVICE_VER 0x0003 | 3 | #define DEVICE_VER 0x0003 |
7 | |||
8 | #endif | ||
diff --git a/keyboards/planck/rev4/config.h b/keyboards/planck/rev4/config.h index 4ff7649fb..572852bbf 100644 --- a/keyboards/planck/rev4/config.h +++ b/keyboards/planck/rev4/config.h | |||
@@ -1,8 +1,3 @@ | |||
1 | #ifndef REV4_CONFIG_H | 1 | #pragma once |
2 | #define REV4_CONFIG_H | ||
3 | |||
4 | #include "config_common.h" | ||
5 | 2 | ||
6 | #define DEVICE_VER 0x0004 | 3 | #define DEVICE_VER 0x0004 |
7 | |||
8 | #endif \ No newline at end of file | ||
diff --git a/keyboards/planck/rev5/config.h b/keyboards/planck/rev5/config.h index 696eda73b..936922078 100644 --- a/keyboards/planck/rev5/config.h +++ b/keyboards/planck/rev5/config.h | |||
@@ -1,8 +1,3 @@ | |||
1 | #ifndef REV5_CONFIG_H | 1 | #pragma once |
2 | #define REV5_CONFIG_H | ||
3 | |||
4 | #include "config_common.h" | ||
5 | 2 | ||
6 | #define DEVICE_VER 0x0005 | 3 | #define DEVICE_VER 0x0005 |
7 | |||
8 | #endif \ No newline at end of file | ||