diff options
Diffstat (limited to 'keyboards/shambles')
-rw-r--r-- | keyboards/shambles/config.h | 28 | ||||
-rw-r--r-- | keyboards/shambles/info.json | 5 | ||||
-rw-r--r-- | keyboards/shambles/shambles.c | 1 |
3 files changed, 5 insertions, 29 deletions
diff --git a/keyboards/shambles/config.h b/keyboards/shambles/config.h index 95acbd4600..5f36081323 100644 --- a/keyboards/shambles/config.h +++ b/keyboards/shambles/config.h @@ -1,35 +1,7 @@ #pragma once - -/* key matrix pins */ -#define MATRIX_ROW_PINS { F5, B3, B1, F7 } -#define MATRIX_COL_PINS { D3, D1, D0, D4, C6, D7, E6, B4, B5, B6, B2, F4, F6 } - -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE - -/* key combination for command */ - - -#ifdef RGB_DI_PIN -# define RGBLIGHT_EFFECT_BREATHING -# define RGBLIGHT_EFFECT_RAINBOW_MOOD -# define RGBLIGHT_EFFECT_RAINBOW_SWIRL -# define RGBLIGHT_EFFECT_SNAKE -# define RGBLIGHT_EFFECT_KNIGHT -# define RGBLIGHT_EFFECT_CHRISTMAS -# define RGBLIGHT_EFFECT_STATIC_GRADIENT -# define RGBLIGHT_EFFECT_RGB_TEST -# define RGBLIGHT_EFFECT_ALTERNATING -# define RGBLIGHT_EFFECT_TWINKLE -# define RGBLED_NUM 0 -# define RGBLIGHT_HUE_STEP 8 -# define RGBLIGHT_SAT_STEP 8 -# define RGBLIGHT_VAL_STEP 8 -#endif diff --git a/keyboards/shambles/info.json b/keyboards/shambles/info.json index a82614f0ae..b57cdd3a00 100644 --- a/keyboards/shambles/info.json +++ b/keyboards/shambles/info.json @@ -8,6 +8,11 @@ "pid": "0x0F42", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["D3", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "B6", "B2", "F4", "F6"], + "rows": ["F5", "B3", "B1", "F7"] + }, + "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "atmel-dfu", "layouts": { diff --git a/keyboards/shambles/shambles.c b/keyboards/shambles/shambles.c deleted file mode 100644 index b0ef6b8f99..0000000000 --- a/keyboards/shambles/shambles.c +++ /dev/null @@ -1 +0,0 @@ -#include "shambles.h" |