aboutsummaryrefslogtreecommitdiff
path: root/keyboards/viterbi/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/viterbi/rev1/config.h')
-rw-r--r--keyboards/viterbi/rev1/config.h30
1 files changed, 3 insertions, 27 deletions
diff --git a/keyboards/viterbi/rev1/config.h b/keyboards/viterbi/rev1/config.h
index c7707fa0f..3b5e8fe66 100644
--- a/keyboards/viterbi/rev1/config.h
+++ b/keyboards/viterbi/rev1/config.h
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
21#include "config_common.h" 21#include "config_common.h"
22 22
23/* USB Device descriptor parameter */ 23/* USB Device descriptor parameter */
24#define VENDOR_ID 0xCEEB 24#define VENDOR_ID 0xCB10
25#define PRODUCT_ID 0x1157 25#define PRODUCT_ID 0x1157
26#define DEVICE_VER 0x0100 26#define DEVICE_VER 0x0100
27#define MANUFACTURER Keebio 27#define MANUFACTURER Keebio
@@ -36,16 +36,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36// wiring of each half 36// wiring of each half
37#define MATRIX_ROW_PINS { D4, D7, E6, B4, B5 } 37#define MATRIX_ROW_PINS { D4, D7, E6, B4, B5 }
38#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 } 38#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 }
39#define SOFT_SERIAL_PIN D0
39 40
40/* COL2ROW or ROW2COL */ 41/* COL2ROW or ROW2COL */
41#define DIODE_DIRECTION COL2ROW 42#define DIODE_DIRECTION COL2ROW
42 43
43/* define if matrix has ghost */
44//#define MATRIX_HAS_GHOST
45
46/* number of backlight levels */
47// #define BACKLIGHT_LEVELS 3
48
49/* Set 0 if debouncing isn't needed */ 44/* Set 0 if debouncing isn't needed */
50#define DEBOUNCING_DELAY 5 45#define DEBOUNCING_DELAY 5
51 46
@@ -56,25 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
56 51
57/* ws2812 RGB LED */ 52/* ws2812 RGB LED */
58#define RGB_DI_PIN D3 53#define RGB_DI_PIN D3
59 54#define RGBLED_NUM 14
60#define RGBLED_NUM 16 // Number of LEDs
61
62/*
63 * Feature disable options
64 * These options are also useful to firmware size reduction.
65 */
66
67/* disable debug print */
68// #define NO_DEBUG
69
70/* disable print */
71// #define NO_PRINT
72
73/* disable action features */
74//#define NO_ACTION_LAYER
75//#define NO_ACTION_TAPPING
76//#define NO_ACTION_ONESHOT
77//#define NO_ACTION_MACRO
78//#define NO_ACTION_FUNCTION
79 55
80#endif 56#endif