summaryrefslogtreecommitdiff
path: root/keyboards/primekb/prime_e/config.h
diff options
context:
space:
mode:
authorholtenc <holtenc@gmail.com>2020-10-16 00:41:44 -0500
committerGitHub <noreply@github.com>2020-10-15 22:41:44 -0700
commit6529cbac0dabb0bb9005d18ee78fab63f370935a (patch)
tree813b8b5ade6422bb76c3b5439b50d4da59580ff4 /keyboards/primekb/prime_e/config.h
parent139d28eaae283455c135efe71a05a1823c12fc31 (diff)
[Keyboard] Add Prime_E RGB PCB (#10615)
* add Prime_E RGB PCB * Update keyboards/primekb/prime_e/config.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/primekb/prime_e/std/config.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/primekb/prime_e/config.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/primekb/prime_e/rgb/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/primekb/prime_e/rgb/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/primekb/prime_e/rgb/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/primekb/prime_e/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/primekb/prime_e/std/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/primekb/prime_e/std/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/primekb/prime_e/config.h')
-rw-r--r--keyboards/primekb/prime_e/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/primekb/prime_e/config.h b/keyboards/primekb/prime_e/config.h
index 4a355efd72..343a9dc0bf 100644
--- a/keyboards/primekb/prime_e/config.h
+++ b/keyboards/primekb/prime_e/config.h
@@ -21,11 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* USB Device descriptor parameter */
#define VENDOR_ID 0x5052
-#define PRODUCT_ID 0x0051
-#define DEVICE_VER 0x0001
#define MANUFACTURER PrimeKB
-#define PRODUCT Prime_E
-#define DESCRIPTION Ergo_45
/* key matrix size */
#define MATRIX_ROWS 4
@@ -34,15 +30,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Keyboard Matrix Assignments */
#define MATRIX_ROW_PINS { E6, C7, B5, B4 }
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, D6, D4, D5, D3, D2, D1, D0 }
-#define UNUSED_PINS
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
-#define BACKLIGHT_PIN B7
-#define BACKLIGHT_LEVELS 5
-
-
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5