diff options
Diffstat (limited to 'keyboards/lazydesigners/dimpleplus')
-rw-r--r-- | keyboards/lazydesigners/dimpleplus/config.h | 9 | ||||
-rw-r--r-- | keyboards/lazydesigners/dimpleplus/dimpleplus.c | 1 | ||||
-rw-r--r-- | keyboards/lazydesigners/dimpleplus/info.json | 12 |
3 files changed, 10 insertions, 12 deletions
diff --git a/keyboards/lazydesigners/dimpleplus/config.h b/keyboards/lazydesigners/dimpleplus/config.h index 9d8dca9693..828667122d 100644 --- a/keyboards/lazydesigners/dimpleplus/config.h +++ b/keyboards/lazydesigners/dimpleplus/config.h @@ -17,15 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once - -#define MATRIX_ROW_PINS { B3, F0, E6, F4, F5 } -#define MATRIX_COL_PINS { F1, D5, F6, F7, C7, C6, B6, B5, B4, D7, D6, D4 } - -#define DIODE_DIRECTION COL2ROW - /* RBG underglow */ -#define RGB_DI_PIN D2 -#ifdef RGB_DI_PIN #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD #define RGBLIGHT_EFFECT_RAINBOW_SWIRL @@ -41,4 +33,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* #define RGBLIGHT_HUE_STEP 8 */ /* #define RGBLIGHT_SAT_STEP 8 */ /* #define RGBLIGHT_VAL_STEP 8 */ -#endif diff --git a/keyboards/lazydesigners/dimpleplus/dimpleplus.c b/keyboards/lazydesigners/dimpleplus/dimpleplus.c deleted file mode 100644 index 36eed8cc13..0000000000 --- a/keyboards/lazydesigners/dimpleplus/dimpleplus.c +++ /dev/null @@ -1 +0,0 @@ -#include "dimpleplus.h" diff --git a/keyboards/lazydesigners/dimpleplus/info.json b/keyboards/lazydesigners/dimpleplus/info.json index fd9b7bc44c..cf05ed2c9b 100644 --- a/keyboards/lazydesigners/dimpleplus/info.json +++ b/keyboards/lazydesigners/dimpleplus/info.json @@ -8,9 +8,17 @@ "pid": "0x0061", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["F1", "D5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"], + "rows": ["B3", "F0", "E6", "F4", "F5"] + }, + "diode_direction": "COL2ROW", "backlight": { "pin": "B7" }, + "ws2812": { + "pin": "D2" + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layouts": { @@ -85,7 +93,7 @@ {"label":"K007 (B3,B5)", "x":7.5, "y":0}, {"label":"K008 (B3,B4)", "x":8.5, "y":0}, {"label":"K009 (B3,D7)", "x":9.5, "y":0}, - {"label":"K010 (B3,D6)", "x":10.5, "y":0, "w":2.0}, + {"label":"K010 (B3,D6)", "x":10.5, "y":0, "w":2}, {"label":"K100 (F0,F1)", "x":0, "y":1.25}, {"label":"K101 (F0,D5)", "x":1, "y":1.25}, {"label":"K102 (F0,F6)", "x":2, "y":1.25}, @@ -122,7 +130,7 @@ {"label":"K310 (F4,D6)", "x":10.75, "y":3.25, "w":1.75}, {"label":"K400 (F5,F1)", "x":0.75, "y":4.25}, {"label":"K402 (F5,F6)", "x":1.75, "y":4.25}, - {"label":"K404 (F5,C7)", "x":2.75, "y":4.25, "w":7.00}, + {"label":"K404 (F5,C7)", "x":2.75, "y":4.25, "w":7}, {"label":"K408 (F5,B4)", "x":9.75, "y":4.25}, {"label":"K409 (F5,D7)", "x":10.75, "y":4.25} ] |