Skip to content

Commit

Permalink
Add Planck rev1 and rev2, clean up rev3-5 config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiorlando authored and dlafrance committed May 24, 2019
1 parent 1acc89b commit c78ffe5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 18 deletions.
3 changes: 3 additions & 0 deletions keyboards/planck/rev1/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#pragma once

#define DEVICE_VER 0x0001
1 change: 1 addition & 0 deletions keyboards/planck/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AUDIO_ENABLE = no # Audio output on port C6
3 changes: 3 additions & 0 deletions keyboards/planck/rev2/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#pragma once

#define DEVICE_VER 0x0002
1 change: 1 addition & 0 deletions keyboards/planck/rev2/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AUDIO_ENABLE = no # Audio output on port C6
7 changes: 1 addition & 6 deletions keyboards/planck/rev3/config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#ifndef REV3_CONFIG_H
#define REV3_CONFIG_H

#include "config_common.h"
#pragma once

#define DEVICE_VER 0x0003

#endif
7 changes: 1 addition & 6 deletions keyboards/planck/rev4/config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#ifndef REV4_CONFIG_H
#define REV4_CONFIG_H

#include "config_common.h"
#pragma once

#define DEVICE_VER 0x0004

#endif
7 changes: 1 addition & 6 deletions keyboards/planck/rev5/config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#ifndef REV5_CONFIG_H
#define REV5_CONFIG_H

#include "config_common.h"
#pragma once

#define DEVICE_VER 0x0005

#endif

0 comments on commit c78ffe5

Please sign in to comment.