~ruther/qmk_firmware

db8d68acdcdb009fc2a9d773a7d2c07992a46933 — Jordi Pakey-Rodriguez 6 years ago cd819a7
Add Planck rev1 and rev2, clean up rev3-5 config.h
A keyboards/planck/rev1/config.h => keyboards/planck/rev1/config.h +3 -0
@@ 0,0 1,3 @@
#pragma once

#define DEVICE_VER 0x0001

A keyboards/planck/rev1/rules.mk => keyboards/planck/rev1/rules.mk +1 -0
@@ 0,0 1,1 @@
AUDIO_ENABLE = no           # Audio output on port C6

A keyboards/planck/rev2/config.h => keyboards/planck/rev2/config.h +3 -0
@@ 0,0 1,3 @@
#pragma once

#define DEVICE_VER 0x0002

A keyboards/planck/rev2/rules.mk => keyboards/planck/rev2/rules.mk +1 -0
@@ 0,0 1,1 @@
AUDIO_ENABLE = no           # Audio output on port C6

M keyboards/planck/rev3/config.h => keyboards/planck/rev3/config.h +1 -6
@@ 1,8 1,3 @@
#ifndef REV3_CONFIG_H
#define REV3_CONFIG_H

#include "config_common.h"
#pragma once

#define DEVICE_VER 0x0003

#endif

M keyboards/planck/rev4/config.h => keyboards/planck/rev4/config.h +1 -6
@@ 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

M keyboards/planck/rev5/config.h => keyboards/planck/rev5/config.h +1 -6
@@ 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