diff options
Diffstat (limited to 'keyboards/keebio/bigswitchseat')
| -rw-r--r-- | keyboards/keebio/bigswitchseat/bigswitchseat.c | 4 | ||||
| -rw-r--r-- | keyboards/keebio/bigswitchseat/bigswitchseat.h | 12 | ||||
| -rw-r--r-- | keyboards/keebio/bigswitchseat/config.h | 9 | ||||
| -rw-r--r-- | keyboards/keebio/bigswitchseat/info.json | 9 | 
4 files changed, 8 insertions, 26 deletions
diff --git a/keyboards/keebio/bigswitchseat/bigswitchseat.c b/keyboards/keebio/bigswitchseat/bigswitchseat.c deleted file mode 100644 index a322fdad62..0000000000 --- a/keyboards/keebio/bigswitchseat/bigswitchseat.c +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2021 Danny Nguyen (@nooges) -// SPDX-License-Identifier: GPL-2.0-or-later - -#include "bigswitchseat.h" diff --git a/keyboards/keebio/bigswitchseat/bigswitchseat.h b/keyboards/keebio/bigswitchseat/bigswitchseat.h deleted file mode 100644 index 3f66c6bc3b..0000000000 --- a/keyboards/keebio/bigswitchseat/bigswitchseat.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2021 Danny Nguyen (@nooges) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#include "quantum.h" - -#define LAYOUT( \ -    k00 \ -) { \ -    { k00 }  \ -} diff --git a/keyboards/keebio/bigswitchseat/config.h b/keyboards/keebio/bigswitchseat/config.h index c14aa4bd8d..6d03529f68 100644 --- a/keyboards/keebio/bigswitchseat/config.h +++ b/keyboards/keebio/bigswitchseat/config.h @@ -3,15 +3,6 @@  #pragma once - -/* - * Keyboard Matrix Assignments - */ - -#define MATRIX_ROW_PINS { E6 } -#define MATRIX_COL_PINS { F0 } -#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 */ diff --git a/keyboards/keebio/bigswitchseat/info.json b/keyboards/keebio/bigswitchseat/info.json index df0cb6d9e8..f2fe9771ed 100644 --- a/keyboards/keebio/bigswitchseat/info.json +++ b/keyboards/keebio/bigswitchseat/info.json @@ -8,11 +8,18 @@          "pid": "0x1011",          "device_version": "0.0.1"      }, +    "matrix_pins": { +        "cols": ["F0"], +        "rows": ["E6"] +    }, +    "diode_direction": "COL2ROW",      "processor": "atmega32u4",      "bootloader": "atmel-dfu",      "layouts": {          "LAYOUT": { -            "layout": [{"x": 0, "y": 0, "w": 4, "h": 4}] +            "layout": [ +                {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4} +            ]          }      }  }  | 
