aboutsummaryrefslogtreecommitdiff
path: root/keyboards/primekb/prime_l/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/primekb/prime_l/config.h')
-rw-r--r--keyboards/primekb/prime_l/config.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/keyboards/primekb/prime_l/config.h b/keyboards/primekb/prime_l/config.h
index 786ceb59c..33048ef50 100644
--- a/keyboards/primekb/prime_l/config.h
+++ b/keyboards/primekb/prime_l/config.h
@@ -1,5 +1,6 @@
1/* 1/*
2Copyright 2018 Jumail Mundekkat 2Copyright 2018 Jumail Mundekkat
3Copyright 2020 Holten Campbell
3 4
4This program is free software: you can redistribute it and/or modify 5This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 6it under the terms of the GNU General Public License as published by
@@ -22,27 +23,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22/* USB Device descriptor parameter */ 23/* USB Device descriptor parameter */
23#define VENDOR_ID 0xFEED 24#define VENDOR_ID 0xFEED
24#define PRODUCT_ID 0x4024 25#define PRODUCT_ID 0x4024
25#define DEVICE_VER 0x0001
26#define MANUFACTURER PrimeKB 26#define MANUFACTURER PrimeKB
27#define PRODUCT Prime_L
28#define DESCRIPTION Custom layout keyboard 27#define DESCRIPTION Custom layout keyboard
29 28
30/* key matrix size */ 29/* key matrix size */
31#define MATRIX_ROWS 5 30#define MATRIX_ROWS 5
32#define MATRIX_COLS 16 31#define MATRIX_COLS 16
33 32
34/* Keyboard Matrix Assignments */
35#define MATRIX_ROW_PINS { D1, D0, B7, B3, B2 }
36#define MATRIX_COL_PINS { D2, D3, D5, D4, D6, D7, B4, B5, C7, C6, F7, F6, F5, F4, F1, F0 }
37#define UNUSED_PINS
38
39/* COL2ROW, ROW2COL*/ 33/* COL2ROW, ROW2COL*/
40#define DIODE_DIRECTION COL2ROW 34#define DIODE_DIRECTION COL2ROW
41 35
42#define BACKLIGHT_PIN B6
43/*#define BACKLIGHT_BREATHING*/
44#define BACKLIGHT_LEVELS 4
45
46/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 36/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
47#define DEBOUNCE 5 37#define DEBOUNCE 5
48 38