summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing/6ball
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-03-11 00:39:56 +1100
committerGitHub <noreply@github.com>2023-03-11 00:39:56 +1100
commitcaa8c81086a806ea048c91ba142d424dc6a49f50 (patch)
tree824de64449d9cfaeba176288d379a282c733ae1a /keyboards/maple_computing/6ball
parentace372d90de13dafc815df5d8049497cb351b69b (diff)
Move matrix config to info.json, part 7 (#20020)
Diffstat (limited to 'keyboards/maple_computing/6ball')
-rw-r--r--keyboards/maple_computing/6ball/config.h8
-rw-r--r--keyboards/maple_computing/6ball/info.json5
2 files changed, 5 insertions, 8 deletions
diff --git a/keyboards/maple_computing/6ball/config.h b/keyboards/maple_computing/6ball/config.h
index 4eaec15ad2..6f4decad61 100644
--- a/keyboards/maple_computing/6ball/config.h
+++ b/keyboards/maple_computing/6ball/config.h
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18#pragma once 18#pragma once
19 19
20
21/* pin-out */
22#define MATRIX_ROW_PINS { F5 }
23#define MATRIX_COL_PINS { F4, D4, B5, B6, B2, F6 }
24
25/* ws2812 RGB LED */ 20/* ws2812 RGB LED */
26#define RGB_DI_PIN F7 21#define RGB_DI_PIN F7
27 22
@@ -37,7 +32,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
37#define RGBLIGHT_EFFECT_TWINKLE 32#define RGBLIGHT_EFFECT_TWINKLE
38#define RGBLED_NUM 6 // Number of LEDs 33#define RGBLED_NUM 6 // Number of LEDs
39 34
40/* COL2ROW or ROW2COL */
41#define DIODE_DIRECTION COL2ROW
42
43#define TAPPING_TERM 200 35#define TAPPING_TERM 200
diff --git a/keyboards/maple_computing/6ball/info.json b/keyboards/maple_computing/6ball/info.json
index 21df7d9dda..38f127cffc 100644
--- a/keyboards/maple_computing/6ball/info.json
+++ b/keyboards/maple_computing/6ball/info.json
@@ -8,6 +8,11 @@
8 "pid": "0x0007", 8 "pid": "0x0007",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "matrix_pins": {
12 "cols": ["F4", "D4", "B5", "B6", "B2", "F6"],
13 "rows": ["F5"]
14 },
15 "diode_direction": "COL2ROW",
11 "processor": "atmega32u4", 16 "processor": "atmega32u4",
12 "bootloader": "caterina", 17 "bootloader": "caterina",
13 "layouts": { 18 "layouts": {