]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add Planck rev1 and rev2, clean up rev3-5 config.h
authorJordi Pakey-Rodriguez <jordi@0xdec.im>
Sun, 16 Dec 2018 03:15:56 +0000 (21:15 -0600)
committerDrashna Jaelre <drashna@live.com>
Fri, 18 Jan 2019 02:16:33 +0000 (18:16 -0800)
keyboards/planck/rev1/config.h [new file with mode: 0644]
keyboards/planck/rev1/rules.mk [new file with mode: 0644]
keyboards/planck/rev2/config.h [new file with mode: 0644]
keyboards/planck/rev2/rules.mk [new file with mode: 0644]
keyboards/planck/rev3/config.h
keyboards/planck/rev4/config.h
keyboards/planck/rev5/config.h

diff --git a/keyboards/planck/rev1/config.h b/keyboards/planck/rev1/config.h
new file mode 100644 (file)
index 0000000..397887a
--- /dev/null
@@ -0,0 +1,3 @@
+#pragma once
+
+#define DEVICE_VER 0x0001
diff --git a/keyboards/planck/rev1/rules.mk b/keyboards/planck/rev1/rules.mk
new file mode 100644 (file)
index 0000000..e51af55
--- /dev/null
@@ -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 (file)
index 0000000..bed78bc
--- /dev/null
@@ -0,0 +1,3 @@
+#pragma once
+
+#define DEVICE_VER 0x0002
diff --git a/keyboards/planck/rev2/rules.mk b/keyboards/planck/rev2/rules.mk
new file mode 100644 (file)
index 0000000..e51af55
--- /dev/null
@@ -0,0 +1 @@
+AUDIO_ENABLE = no           # Audio output on port C6
index 45e60962ba5eef56db838dd2131baf2d1ecaf0a5..fd6f0460e56d30dd9200fc7fcca247ac90a6cec0 100644 (file)
@@ -1,8 +1,3 @@
-#ifndef REV3_CONFIG_H
-#define REV3_CONFIG_H
-
-#include "config_common.h"
+#pragma once
 
 #define DEVICE_VER 0x0003
-
-#endif
index 4ff7649fb585d8df904493115f7c0e9ffd691866..572852bbf0cfb9ef6a32a7523ad8e442747084d6 100644 (file)
@@ -1,8 +1,3 @@
-#ifndef REV4_CONFIG_H
-#define REV4_CONFIG_H
-
-#include "config_common.h"
+#pragma once
 
 #define DEVICE_VER 0x0004
-
-#endif
\ No newline at end of file
index 696eda73bce6bf59d8894a978215e2163e0d08ed..93692207805ac72a6148a567a3ee600f99be3151 100644 (file)
@@ -1,8 +1,3 @@
-#ifndef REV5_CONFIG_H
-#define REV5_CONFIG_H
-
-#include "config_common.h"
+#pragma once
 
 #define DEVICE_VER 0x0005
-
-#endif
\ No newline at end of file