Skip to content

Commit 0d3aca0

Browse files
committed
cleanup clueboard based on latest validation work
1 parent ededff8 commit 0d3aca0

File tree

24 files changed

+88
-177
lines changed

24 files changed

+88
-177
lines changed

keyboards/clueboard/17/info.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"height": 5,
66
"width": 4,
77
"diode_direction": "COL2ROW",
8+
"processor": "atmega32u4",
89
"features": {
910
"backlight": true,
1011
"bootmagic": false,
@@ -25,11 +26,11 @@
2526
"animations": {
2627
"all": true
2728
},
28-
"brightness_steps": "17",
29-
"hue_steps": "10",
30-
"led_count": "4",
29+
"brightness_steps": 17,
30+
"hue_steps": 10,
31+
"led_count": 4,
3132
"pin": "F6",
32-
"saturation_steps": "17"
33+
"saturation_steps": 17
3334
},
3435
"url": "",
3536
"usb": {

keyboards/clueboard/17/rules.mk

-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,2 @@
1-
# MCU name
2-
MCU = atmega32u4
3-
4-
# Bootloader selection
5-
# Teensy halfkay
6-
# Pro Micro caterina
7-
# Atmel DFU atmel-dfu
8-
# LUFA DFU lufa-dfu
9-
# QMK DFU qmk-dfu
10-
# ATmega32A bootloadHID
11-
# ATmega328P USBasp
12-
BOOTLOADER = atmel-dfu
13-
141
# Build Options
152
BACKLIGHT_DRIVER = custom

keyboards/clueboard/2x1800/2018/info.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"maintainer": "skullydazed",
55
"height": 6.5,
66
"width": 24,
7-
"debounce": "5",
7+
"processor": "at90usb1286",
8+
"bootloader": "halfkay",
9+
"debounce": 5,
810
"diode_direction": "ROW2COL",
911
"features": {
1012
"audio": true,
@@ -24,18 +26,18 @@
2426
"scroll_lock": "B6"
2527
},
2628
"matrix_pins": {
27-
"cols": ["D2", " D3", " D4", " D5", " D7", " E0", " E1", " B0", " E6", " B3", " B2"],
28-
"rows": ["C0", " C1", " C2", " C3", " C7", " F7", " B1", " F2", " F3", " F4", " F5", " F6"]
29+
"cols": ["D2", "D3", "D4", "D5", "D7", "E0", "E1", "B0", "E6", "B3", "B2"],
30+
"rows": ["C0", "C1", "C2", "C3", "C7", "F7", "B1", "F2", "F3", "F4", "F5", "F6"]
2931
},
3032
"rgblight": {
3133
"animations": {
3234
"all": true
3335
},
34-
"brightness_steps": "8",
35-
"hue_steps": "8",
36-
"led_count": "16",
36+
"brightness_steps": 8,
37+
"hue_steps": 8,
38+
"led_count": 16,
3739
"pin": "C6",
38-
"saturation_steps": "8"
40+
"saturation_steps": 8
3941
},
4042
"usb": {
4143
"pid": "0x23A0"
+1-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
# MCU name
2-
MCU = at90usb1286
3-
4-
# Bootloader selection
5-
# Teensy halfkay
6-
# Pro Micro caterina
7-
# Atmel DFU atmel-dfu
8-
# LUFA DFU lufa-dfu
9-
# QMK DFU qmk-dfu
10-
# ATmega32A bootloadHID
11-
# ATmega328P USBasp
12-
BOOTLOADER = halfkay
1+
# This file intentionally left blank

keyboards/clueboard/2x1800/2019/info.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"maintainer": "skullydazed",
55
"height": 8,
66
"width": 24,
7-
"debounce": "5",
7+
"debounce": 5,
8+
"processor": "at90usb1286",
9+
"bootloader": "halfkay",
810
"diode_direction": "ROW2COL",
911
"features": {
1012
"audio": true,
+1-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
# MCU name
2-
MCU = at90usb1286
3-
4-
# Bootloader selection
5-
# Teensy halfkay
6-
# Pro Micro caterina
7-
# Atmel DFU atmel-dfu
8-
# LUFA DFU lufa-dfu
9-
# QMK DFU qmk-dfu
10-
# ATmega32A bootloadHID
11-
# ATmega328P USBasp
12-
BOOTLOADER = halfkay
1+
# This file intentionally left blank

keyboards/clueboard/60/info.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"maintainer": "skullydazed",
55
"height": 5,
66
"width": 15,
7-
"debounce": "6",
7+
"debounce": 6,
8+
"processor": "STM32F303",
89
"diode_direction": "COL2ROW",
910
"features": {
1011
"audio": true,

keyboards/clueboard/60/rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# MCU name
2-
MCU = STM32F303
31
BOARD = QMK_PROTON_C
42

53
# project specific files

keyboards/clueboard/66/rev1/info.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"maintainer": "skullydazed",
55
"height": 5,
66
"width": 16.5,
7-
"debounce": "5",
7+
"processor": "atmega32u4",
8+
"debounce": 5,
89
"diode_direction": "COL2ROW",
910
"features": {
1011
"audio": false,
@@ -24,18 +25,18 @@
2425
"caps_lock": "F0"
2526
},
2627
"matrix_pins": {
27-
"cols": ["B3", " F1", " F4", " F5", " F6", " C7", " C6", " B6", " B5", " B4", " D7", " D6", " D4", " F7", " B0", " B1"],
28-
"rows": ["D1", " D0", " D2", " D5", " D3"]
28+
"cols": ["B3", "F1", "F4", "F5", "F6", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "F7", "B0", "B1"],
29+
"rows": ["D1", "D0", "D2", "D5", "D3"]
2930
},
3031
"rgblight": {
3132
"animations": {
3233
"all": true
3334
},
34-
"brightness_steps": "17",
35-
"hue_steps": "10",
36-
"led_count": "14",
35+
"brightness_steps": 17,
36+
"hue_steps": 10,
37+
"led_count": 14,
3738
"pin": "B2",
38-
"saturation_steps": "17"
39+
"saturation_steps": 17
3940
},
4041
"usb": {
4142
"device_ver": "0x0001",

keyboards/clueboard/66/rev1/rules.mk

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
# MCU name
2-
MCU = atmega32u4
3-
4-
# Bootloader selection
5-
# Teensy halfkay
6-
# Pro Micro caterina
7-
# Atmel DFU atmel-dfu
8-
# LUFA DFU lufa-dfu
9-
# QMK DFU qmk-dfu
10-
# ATmega32A bootloadHID
11-
# ATmega328P USBasp
12-
BOOTLOADER = atmel-dfu
1+
# This file intentionally left blank

keyboards/clueboard/66/rev2/info.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"maintainer": "skullydazed",
55
"height": 5,
66
"width": 16.5,
7-
"debounce": "5",
7+
"processor": "atmega32u4",
8+
"debounce": 5,
89
"diode_direction": "COL2ROW",
910
"features": {
1011
"audio": false,
@@ -24,18 +25,18 @@
2425
"caps_lock": "B4"
2526
},
2627
"matrix_pins": {
27-
"cols": ["F0", " F1", " F4", " F5", " F6", " F7", " E6", " B1"],
28-
"rows": ["B2", " C7", " C6", " B6", " B5", " B0", " B3", " D5", " D3", " D2"]
28+
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "E6", "B1"],
29+
"rows": ["B2", "C7", "C6", "B6", "B5", "B0", "B3", "D5", "D3", "D2"]
2930
},
3031
"rgblight": {
3132
"animations": {
3233
"all": true
3334
},
34-
"brightness_steps": "17",
35-
"hue_steps": "32",
36-
"led_count": "14",
35+
"brightness_steps": 17,
36+
"hue_steps": 32,
37+
"led_count": 14,
3738
"pin": "D7",
38-
"saturation_steps": "17"
39+
"saturation_steps": 17
3940
},
4041
"usb": {
4142
"device_ver": "0x0001",

keyboards/clueboard/66/rev2/rules.mk

-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,2 @@
1-
# MCU name
2-
MCU = atmega32u4
3-
4-
# Bootloader selection
5-
# Teensy halfkay
6-
# Pro Micro caterina
7-
# Atmel DFU atmel-dfu
8-
# LUFA DFU lufa-dfu
9-
# QMK DFU qmk-dfu
10-
# ATmega32A bootloadHID
11-
# ATmega328P USBasp
12-
BOOTLOADER = atmel-dfu
13-
141
# Build Options
152
BACKLIGHT_DRIVER = custom

keyboards/clueboard/66/rev3/info.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"maintainer": "skullydazed",
55
"height": 5,
66
"width": 16.5,
7-
"debounce": "5",
7+
"processor": "atmega32u4",
8+
"debounce": 5,
89
"diode_direction": "COL2ROW",
910
"features": {
1011
"audio": false,
@@ -24,18 +25,18 @@
2425
"caps_lock": "B4"
2526
},
2627
"matrix_pins": {
27-
"cols": ["F0", " F1", " F4", " F5", " F6", " F7", " E6", " B1"],
28-
"rows": ["B2", " C7", " C6", " B6", " B5", " B0", " B3", " D5", " D3", " D2"]
28+
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "E6", "B1"],
29+
"rows": ["B2", "C7", "C6", "B6", "B5", "B0", "B3", "D5", "D3", "D2"]
2930
},
3031
"rgblight": {
3132
"animations": {
3233
"all": true
3334
},
34-
"brightness_steps": "17",
35-
"hue_steps": "32",
36-
"led_count": "18",
35+
"brightness_steps": 17,
36+
"hue_steps": 32,
37+
"led_count": 18,
3738
"pin": "D7",
38-
"saturation_steps": "17"
39+
"saturation_steps": 17
3940
},
4041
"usb": {
4142
"device_ver": "0x0001",

keyboards/clueboard/66/rev3/rules.mk

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
# MCU name
2-
MCU = atmega32u4
3-
4-
# Bootloader selection
5-
# Teensy halfkay
6-
# Pro Micro caterina
7-
# Atmel DFU atmel-dfu
8-
# LUFA DFU lufa-dfu
9-
# QMK DFU qmk-dfu
10-
# ATmega32A bootloadHID
11-
# ATmega328P USBasp
12-
BOOTLOADER = atmel-dfu
13-
141
# Build Options
152
# comment out to disable the options.
163
#

keyboards/clueboard/66/rev4/info.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"maintainer": "skullydazed",
55
"height": 5,
66
"width": 16.5,
7-
"debounce": "5",
7+
"debounce": 5,
8+
"processor": "STM32F303",
89
"diode_direction": "COL2ROW",
910
"features": {
1011
"audio": true,
@@ -21,18 +22,18 @@
2122
"unicode": false
2223
},
2324
"matrix_pins": {
24-
"cols": ["B10", " B2", " B1", " B0", " A7", " B4", " B3", " B5"],
25-
"rows": ["B11", " A6", " A3", " A2", " A1", " B7", " B6", " C15", " C14", " C13"]
25+
"cols": ["B10", "B2", "B1", "B0", "A7", "B4", "B3", "B5"],
26+
"rows": ["B11", "A6", "A3", "A2", "A1", "B7", "B6", "C15", "C14", "C13"]
2627
},
2728
"rgblight": {
2829
"animations": {
2930
"all": true
3031
},
31-
"brightness_steps": "17",
32-
"hue_steps": "32",
33-
"led_count": "18",
32+
"brightness_steps": 17,
33+
"hue_steps": 32,
34+
"led_count": 18,
3435
"pin": "D7",
35-
"saturation_steps": "17"
36+
"saturation_steps": 17
3637
},
3738
"usb": {
3839
"device_ver": "0x0001",

keyboards/clueboard/66/rev4/rules.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# MCU name
2-
MCU = STM32F303
31
BOARD = QMK_PROTON_C
2+
# This file intentionally left blank

keyboards/clueboard/66_hotswap/gen1/info.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,25 @@
44
"maintainer": "skullydazed",
55
"height": 5,
66
"width": 16.5,
7-
"debounce": "5",
7+
"debounce": 5,
8+
"processor": "STM32F303",
89
"diode_direction": "COL2ROW",
910
"features": {
1011
"audio": true,
1112
"bootmagic": true,
1213
"command": true,
1314
"console": true,
1415
"extrakey": true,
15-
"led_matrix": "IS31FL3731",
16+
"led_matrix": true,
1617
"mousekey": true,
1718
"nkro": true
1819
},
20+
"led_matrix": {
21+
"driver": "IS31FL3731"
22+
},
1923
"matrix_pins": {
20-
"cols": ["B10", " B2", " B1", " B0", " A7", " B4", " B3", " B7"],
21-
"rows": ["B11", " A6", " A3", " A2", " A1", " B5", " B6", " C15", " C14", " C13"]
24+
"cols": ["B10", "B2", "B1", "B0", "A7", "B4", "B3", "B7"],
25+
"rows": ["B11", "A6", "A3", "A2", "A1", "B5", "B6", "C15", "C14", "C13"]
2226
},
2327
"usb": {
2428
"device_ver": "0x0001",

keyboards/clueboard/66_hotswap/gen1/rules.mk

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# MCU name
2-
MCU = STM32F303
31
BOARD = QMK_PROTON_C
42
LED_MATRIX_DRIVER = IS31FL3731
53

keyboards/clueboard/66_hotswap/prototype/info.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"maintainer": "skullydazed",
55
"height": 5,
66
"width": 16.5,
7-
"debounce": "5",
7+
"debounce": 5,
88
"diode_direction": "COL2ROW",
9+
"processor": "atmega32u4",
910
"features": {
1011
"audio": true,
1112
"backlight": true,
@@ -24,18 +25,18 @@
2425
"caps_lock": "B4"
2526
},
2627
"matrix_pins": {
27-
"cols": ["F0", " F1", " F4", " F5", " F6", " F7", " E6", " B1"],
28-
"rows": ["B2", " C7", " C6", " B6", " B5", " B0", " B3", " D5", " D3", " D2"]
28+
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "E6", "B1"],
29+
"rows": ["B2", "C7", "C6", "B6", "B5", "B0", "B3", "D5", "D3", "D2"]
2930
},
3031
"rgblight": {
3132
"animations": {
3233
"all": true
3334
},
34-
"brightness_steps": "17",
35-
"hue_steps": "32",
36-
"led_count": "26",
35+
"brightness_steps": 17,
36+
"hue_steps": 32,
37+
"led_count": 26,
3738
"pin": "D7",
38-
"saturation_steps": "17"
39+
"saturation_steps": 17
3940
},
4041
"usb": {
4142
"device_ver": "0x0001",

0 commit comments

Comments
 (0)