diff options
Diffstat (limited to 'keyboards/elephant42')
-rw-r--r-- | keyboards/elephant42/config.h | 22 | ||||
-rw-r--r-- | keyboards/elephant42/info.json | 27 | ||||
-rw-r--r-- | keyboards/elephant42/rules.mk | 1 |
3 files changed, 19 insertions, 31 deletions
diff --git a/keyboards/elephant42/config.h b/keyboards/elephant42/config.h index 49ff44755a..a4d471f2c5 100644 --- a/keyboards/elephant42/config.h +++ b/keyboards/elephant42/config.h @@ -17,27 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once - -/* - * Keyboard Matrix Assignments - * - * Change this to how you wired your keyboard - * COLS: AVR pins used for columns, left to right - * ROWS: AVR pins used for rows, top to bottom - * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) - * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) - * - */ -#define MATRIX_ROW_PINS \ - { D4, C6, D7, E6 } -#define MATRIX_COL_PINS \ - { F4, F5, F6, F7, B1, B3 } - -/* COL2ROW, ROW2COL */ -#define DIODE_DIRECTION COL2ROW - -#define RGB_DI_PIN D3 -#ifdef RGB_DI_PIN # define RGBLED_SPLIT { 27, 27 } # define RGBLED_NUM 54 // backlight x42 + underglow x12 # define RGBLIGHT_HUE_STEP 8 @@ -54,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. # define RGBLIGHT_EFFECT_RGB_TEST # define RGBLIGHT_EFFECT_ALTERNATING # define RGBLIGHT_EFFECT_TWINKLE -#endif #ifdef RGB_MATRIX_ENABLE # define SPLIT_TRANSPORT_MIRROR diff --git a/keyboards/elephant42/info.json b/keyboards/elephant42/info.json index 161ec776cd..d1218ddb4e 100644 --- a/keyboards/elephant42/info.json +++ b/keyboards/elephant42/info.json @@ -8,9 +8,20 @@ "pid": "0x0721", "device_version": "0.0.1" }, + "rgb_matrix": { + "driver": "WS2812" + }, + "matrix_pins": { + "cols": ["F4", "F5", "F6", "F7", "B1", "B3"], + "rows": ["D4", "C6", "D7", "E6"] + }, + "diode_direction": "COL2ROW", "split": { "soft_serial_pin": "D2" }, + "ws2812": { + "pin": "D3" + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { @@ -56,15 +67,15 @@ {"label":">", "x":13.5, "y":2.3}, {"label":"?", "x":14.5, "y":3.1}, - {"label":"Alt", "x":3.5, "y":4.0}, - {"label":"Cmd", "x":4.5, "y":4.0}, - {"label":"Lower", "x":5.5, "y":4.0}, - {"label":"Shift", "x":6.5, "y":4.0}, + {"label":"Alt", "x":3.5, "y":4}, + {"label":"Cmd", "x":4.5, "y":4}, + {"label":"Lower", "x":5.5, "y":4}, + {"label":"Shift", "x":6.5, "y":4}, - {"label":"Del", "x":9.25, "y":4.0}, - {"label":"Raise", "x":10.25, "y":4.0}, - {"label":"Enter", "x":11.25, "y":4.0}, - {"label":"Backspace", "x":12.25, "y":4.0} + {"label":"Del", "x":9.25, "y":4}, + {"label":"Raise", "x":10.25, "y":4}, + {"label":"Enter", "x":11.25, "y":4}, + {"label":"Backspace", "x":12.25, "y":4} ] } } diff --git a/keyboards/elephant42/rules.mk b/keyboards/elephant42/rules.mk index 66270aae47..db121c92e3 100644 --- a/keyboards/elephant42/rules.mk +++ b/keyboards/elephant42/rules.mk @@ -10,7 +10,6 @@ NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow RGB_MATRIX_ENABLE = yes -RGB_MATRIX_DRIVER = WS2812 AUDIO_ENABLE = no # Audio output SPLIT_KEYBOARD = yes OLED_ENABLE = yes |