aboutsummaryrefslogtreecommitdiff
path: root/keyboards/melgeek/mj61/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/melgeek/mj61/rev1/config.h')
-rw-r--r--keyboards/melgeek/mj61/rev1/config.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/melgeek/mj61/rev1/config.h b/keyboards/melgeek/mj61/rev1/config.h
index a0ba953b0..9586a6930 100644
--- a/keyboards/melgeek/mj61/rev1/config.h
+++ b/keyboards/melgeek/mj61/rev1/config.h
@@ -16,17 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19/* USB Device descriptor parameter */
20#define VENDOR_ID 0xFEED
21#define PRODUCT_ID 0xED61
22#define DEVICE_VER 0x0001
23#define MANUFACTURER MelGeek
24#define PRODUCT MJ61
25
26/* key matrix size */
27#define MATRIX_ROWS 5
28#define MATRIX_COLS 14
29
30/* 19/*
31 * Keyboard Matrix Assignments 20 * Keyboard Matrix Assignments
32 * 21 *
@@ -45,26 +34,6 @@
45/* COL2ROW, ROW2COL*/ 34/* COL2ROW, ROW2COL*/
46#define DIODE_DIRECTION COL2ROW 35#define DIODE_DIRECTION COL2ROW
47 36
48/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
49#define DEBOUNCE 3
50
51/* disable these deprecated features by default */
52#define NO_ACTION_MACRO
53#define NO_ACTION_FUNCTION
54
55#define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
56#define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended
57#define RGB_MATRIX_KEYPRESSES
58#define RGB_MATRIX_LED_PROCESS_LIMIT 4
59#define RGB_MATRIX_LED_FLUSH_LIMIT 26
60#define DISABLE_RGB_MATRIX_SPLASH
61#define DISABLE_RGB_MATRIX_MULTISPLASH
62#define DISABLE_RGB_MATRIX_SOLID_MULTISPLASH
63//#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_COLOR
64#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CYCLE_ALL
65#define DRIVER_ADDR_1 0b0110000
66#define DRIVER_ADDR_2 0b0110000 // this is here for compliancy reasons.
67#define DRIVER_COUNT 1
68#define DRIVER_1_LED_TOTAL 63 37#define DRIVER_1_LED_TOTAL 63
69#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL 38#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL
70#define DRIVER_INDICATOR_LED_TOTAL 0 39#define DRIVER_INDICATOR_LED_TOTAL 0