diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-26 07:01:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-26 00:01:11 -0700 |
commit | 95733d1c165e0f8af031cd79e58e9a49539647bb (patch) | |
tree | 8f06feebe98cd79682a16b551dfc972e8f179ee7 | |
parent | 14f0a417c7de9f71cf83723f4bb5852cdac03ab7 (diff) | |
download | qmk_firmware-95733d1c165e0f8af031cd79e58e9a49539647bb.tar.gz qmk_firmware-95733d1c165e0f8af031cd79e58e9a49539647bb.zip |
Remove references to KBFirmware JSON Parser (#14608)
* remove refs: exclusive/e85/soldered
* remove refs: handwired/bigmac
* remove refs: handwired/boss566y/redragon_vara
* remove refs: handwired/marauder
* remove refs: id67
* remove refs: kprepublic/bm60rgb
* remove refs: playkbtw/helen80
* remove refs: sam/sg81m
* remove refs: sawnsprojects/satxri6key
* remove refs: yncognito/batpad
32 files changed, 7 insertions, 90 deletions
diff --git a/keyboards/exclusive/e85/soldered/info.json b/keyboards/exclusive/e85/soldered/info.json index 3d3bba200..fa4be1564 100644 --- a/keyboards/exclusive/e85/soldered/info.json +++ b/keyboards/exclusive/e85/soldered/info.json | |||
@@ -284,5 +284,4 @@ | |||
284 | ] | 284 | ] |
285 | } | 285 | } |
286 | } | 286 | } |
287 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
288 | } | 287 | } |
diff --git a/keyboards/handwired/bigmac/bigmac.c b/keyboards/handwired/bigmac/bigmac.c index b8815a1c4..ef2867377 100644 --- a/keyboards/handwired/bigmac/bigmac.c +++ b/keyboards/handwired/bigmac/bigmac.c | |||
@@ -15,6 +15,3 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "bigmac.h" | 17 | #include "bigmac.h" |
18 | |||
19 | // generated by KBFirmware JSON to QMK Parser | ||
20 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/handwired/bigmac/bigmac.h b/keyboards/handwired/bigmac/bigmac.h index 7e782e433..43ba78d31 100644 --- a/keyboards/handwired/bigmac/bigmac.h +++ b/keyboards/handwired/bigmac/bigmac.h | |||
@@ -31,6 +31,3 @@ | |||
31 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K3G }, \ | 31 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K3G }, \ |
32 | { K40, K41, KC_NO, K43, KC_NO, K45, K46, K47, K48, K49, KC_NO, K4B, KC_NO, K4D, K4E, K4F, K4G }, \ | 32 | { K40, K41, KC_NO, K43, KC_NO, K45, K46, K47, K48, K49, KC_NO, K4B, KC_NO, K4D, K4E, K4F, K4G }, \ |
33 | } | 33 | } |
34 | |||
35 | // generated by KBFirmware JSON to QMK Parser | ||
36 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/handwired/bigmac/config.h b/keyboards/handwired/bigmac/config.h index db2ec2a5b..b036accaa 100644 --- a/keyboards/handwired/bigmac/config.h +++ b/keyboards/handwired/bigmac/config.h | |||
@@ -43,7 +43,3 @@ | |||
43 | #define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5, F4, D3, D2, D1, D0, D4, C6, D7, E6, B4 } | 43 | #define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5, F4, D3, D2, D1, D0, D4, C6, D7, E6, B4 } |
44 | 44 | ||
45 | #define DIODE_DIRECTION COL2ROW | 45 | #define DIODE_DIRECTION COL2ROW |
46 | |||
47 | |||
48 | // generated by KBFirmware JSON to QMK Parser | ||
49 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/handwired/bigmac/info.json b/keyboards/handwired/bigmac/info.json index 3be075fdd..377453091 100644 --- a/keyboards/handwired/bigmac/info.json +++ b/keyboards/handwired/bigmac/info.json | |||
@@ -89,5 +89,4 @@ | |||
89 | ] | 89 | ] |
90 | } | 90 | } |
91 | } | 91 | } |
92 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
93 | } | 92 | } |
diff --git a/keyboards/handwired/bigmac/rules.mk b/keyboards/handwired/bigmac/rules.mk index 70867503b..077733ea8 100644 --- a/keyboards/handwired/bigmac/rules.mk +++ b/keyboards/handwired/bigmac/rules.mk | |||
@@ -19,6 +19,3 @@ NKRO_ENABLE = no # USB Nkey Rollover | |||
19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
21 | AUDIO_ENABLE = no # Audio output | 21 | AUDIO_ENABLE = no # Audio output |
22 | |||
23 | # generated by KBFirmware JSON to QMK Parser | ||
24 | # https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/handwired/boss566y/redragon_vara/config.h b/keyboards/handwired/boss566y/redragon_vara/config.h index 150832154..8d731763b 100644 --- a/keyboards/handwired/boss566y/redragon_vara/config.h +++ b/keyboards/handwired/boss566y/redragon_vara/config.h | |||
@@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
24 | #define PRODUCT_ID 0x0001 | 24 | #define PRODUCT_ID 0x0001 |
25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
26 | #define MANUFACTURER PH | 26 | #define MANUFACTURER PH |
27 | #define PRODUCT Redragon Vara | 27 | #define PRODUCT Redragon Vara |
28 | 28 | ||
29 | /* key matrix size */ | 29 | /* key matrix size */ |
30 | #define MATRIX_ROWS 12 | 30 | #define MATRIX_ROWS 12 |
@@ -44,7 +44,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
44 | #define MATRIX_COL_PINS { D1, D2, D3, C6, D5, C7, D4, D7, B4, B5, B6 } | 44 | #define MATRIX_COL_PINS { D1, D2, D3, C6, D5, C7, D4, D7, B4, B5, B6 } |
45 | 45 | ||
46 | #define DIODE_DIRECTION COL2ROW | 46 | #define DIODE_DIRECTION COL2ROW |
47 | |||
48 | |||
49 | // generated by KBFirmware JSON to QMK Parser | ||
50 | // https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file | ||
diff --git a/keyboards/handwired/boss566y/redragon_vara/info.json b/keyboards/handwired/boss566y/redragon_vara/info.json index 0948e6c9c..235999bc3 100644 --- a/keyboards/handwired/boss566y/redragon_vara/info.json +++ b/keyboards/handwired/boss566y/redragon_vara/info.json | |||
@@ -112,5 +112,4 @@ | |||
112 | ] | 112 | ] |
113 | } | 113 | } |
114 | } | 114 | } |
115 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
116 | } | 115 | } |
diff --git a/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h b/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h index d24231114..3809fa8ce 100644 --- a/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h +++ b/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h | |||
@@ -38,6 +38,3 @@ | |||
38 | { KC_NO, KA1, KA2, KA3, KC_NO, KA5, KC_NO, KC_NO, KA8, KC_NO, KAA }, \ | 38 | { KC_NO, KA1, KA2, KA3, KC_NO, KA5, KC_NO, KC_NO, KA8, KC_NO, KAA }, \ |
39 | { KB0, KB1, KC_NO, KB3, KB4, KB5, KB6, KB7, KC_NO, KB9, KBA }, \ | 39 | { KB0, KB1, KC_NO, KB3, KB4, KB5, KB6, KB7, KC_NO, KB9, KBA }, \ |
40 | } | 40 | } |
41 | |||
42 | // generated by KBFirmware JSON to QMK Parser | ||
43 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/handwired/marauder/config.h b/keyboards/handwired/marauder/config.h index 450302d4d..df30a6c22 100644 --- a/keyboards/handwired/marauder/config.h +++ b/keyboards/handwired/marauder/config.h | |||
@@ -66,6 +66,3 @@ | |||
66 | // #define RGBLIGHT_EFFECT_RGB_TEST | 66 | // #define RGBLIGHT_EFFECT_RGB_TEST |
67 | // #define RGBLIGHT_EFFECT_ALTERNATING | 67 | // #define RGBLIGHT_EFFECT_ALTERNATING |
68 | #endif | 68 | #endif |
69 | |||
70 | // generated by KBFirmware JSON to QMK Parser | ||
71 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/handwired/marauder/info.json b/keyboards/handwired/marauder/info.json index 1cea06674..d2e1be4ff 100644 --- a/keyboards/handwired/marauder/info.json +++ b/keyboards/handwired/marauder/info.json | |||
@@ -102,5 +102,4 @@ | |||
102 | ] | 102 | ] |
103 | } | 103 | } |
104 | } | 104 | } |
105 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
106 | } | 105 | } |
diff --git a/keyboards/handwired/marauder/marauder.c b/keyboards/handwired/marauder/marauder.c index 2b2039f10..c8f878121 100644 --- a/keyboards/handwired/marauder/marauder.c +++ b/keyboards/handwired/marauder/marauder.c | |||
@@ -15,6 +15,3 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "marauder.h" | 17 | #include "marauder.h" |
18 | |||
19 | // generated by KBFirmware JSON to QMK Parser | ||
20 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/handwired/marauder/marauder.h b/keyboards/handwired/marauder/marauder.h index fc97b1d64..a8201a8db 100644 --- a/keyboards/handwired/marauder/marauder.h +++ b/keyboards/handwired/marauder/marauder.h | |||
@@ -39,6 +39,3 @@ | |||
39 | { KA0, KA1, KA2, KA3, KC_NO, KC_NO, KA6, KA7, KA8 }, \ | 39 | { KA0, KA1, KA2, KA3, KC_NO, KC_NO, KA6, KA7, KA8 }, \ |
40 | { KC_NO, KB1, KC_NO, KB3, KB4, KC_NO, KB6, KB7, KC_NO }, \ | 40 | { KC_NO, KB1, KC_NO, KB3, KB4, KC_NO, KB6, KB7, KC_NO }, \ |
41 | } | 41 | } |
42 | |||
43 | // generated by KBFirmware JSON to QMK Parser | ||
44 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/handwired/marauder/rules.mk b/keyboards/handwired/marauder/rules.mk index 9fa4053db..8ddccad3b 100644 --- a/keyboards/handwired/marauder/rules.mk +++ b/keyboards/handwired/marauder/rules.mk | |||
@@ -20,6 +20,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
21 | AUDIO_ENABLE = no # Audio output | 21 | AUDIO_ENABLE = no # Audio output |
22 | LTO_ENABLE = yes # Link Time Optimization, shrinks the output slightly | 22 | LTO_ENABLE = yes # Link Time Optimization, shrinks the output slightly |
23 | |||
24 | # generated by KBFirmware JSON to QMK Parser | ||
25 | # https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/id67/config.h b/keyboards/id67/config.h index c48e2b6a9..fbf99cf67 100644 --- a/keyboards/id67/config.h +++ b/keyboards/id67/config.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #pragma once | 17 | #pragma once |
18 | 18 | ||
19 | #include "config_common.h" | 19 | #include "config_common.h" |
@@ -65,6 +65,3 @@ | |||
65 | // #define RGBLIGHT_EFFECT_RGB_TEST | 65 | // #define RGBLIGHT_EFFECT_RGB_TEST |
66 | // #define RGBLIGHT_EFFECT_ALTERNATING | 66 | // #define RGBLIGHT_EFFECT_ALTERNATING |
67 | #endif | 67 | #endif |
68 | |||
69 | // partially generated by KBFirmware JSON to QMK Parser | ||
70 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/id67/id67.h b/keyboards/id67/id67.h index c9e6fb5d9..7c0a6d5aa 100644 --- a/keyboards/id67/id67.h +++ b/keyboards/id67/id67.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #pragma once | 17 | #pragma once |
18 | 18 | ||
19 | #include "quantum.h" | 19 | #include "quantum.h" |
@@ -31,6 +31,3 @@ | |||
31 | { K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E }, \ | 31 | { K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E }, \ |
32 | { K40, K41, KC_NO, K43, KC_NO, KC_NO, K46, KC_NO, KC_NO, KC_NO, K4A, K4B, K4C, K4D, K4E }, \ | 32 | { K40, K41, KC_NO, K43, KC_NO, KC_NO, K46, KC_NO, KC_NO, KC_NO, K4A, K4B, K4C, K4D, K4E }, \ |
33 | } | 33 | } |
34 | |||
35 | // partially generated by KBFirmware JSON to QMK Parser | ||
36 | // https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file | ||
diff --git a/keyboards/id67/keymaps/default/keymap.c b/keyboards/id67/keymaps/default/keymap.c index d3fead64f..3bb880891 100644 --- a/keyboards/id67/keymaps/default/keymap.c +++ b/keyboards/id67/keymaps/default/keymap.c | |||
@@ -33,6 +33,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
33 | ), | 33 | ), |
34 | 34 | ||
35 | }; | 35 | }; |
36 | |||
37 | // partially generated by KBFirmware JSON to QMK Parser | ||
38 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/id67/keymaps/via/keymap.c b/keyboards/id67/keymaps/via/keymap.c index 0651d8aae..8155067b9 100644 --- a/keyboards/id67/keymaps/via/keymap.c +++ b/keyboards/id67/keymaps/via/keymap.c | |||
@@ -46,6 +46,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
46 | _______, _______, _______, _______, _______, _______, _______, _______, _______ | 46 | _______, _______, _______, _______, _______, _______, _______, _______, _______ |
47 | ), | 47 | ), |
48 | }; | 48 | }; |
49 | |||
50 | // partially generated by KBFirmware JSON to QMK Parser | ||
51 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/id67/rules.mk b/keyboards/id67/rules.mk index 9580acdfc..d58ff8f06 100644 --- a/keyboards/id67/rules.mk +++ b/keyboards/id67/rules.mk | |||
@@ -23,6 +23,3 @@ AUDIO_ENABLE = no # Audio output | |||
23 | KEY_LOCK_ENABLE = yes # Enable KC_LOCK support | 23 | KEY_LOCK_ENABLE = yes # Enable KC_LOCK support |
24 | 24 | ||
25 | LAYOUTS = 65_ansi_blocker | 25 | LAYOUTS = 65_ansi_blocker |
26 | |||
27 | # generated by KBFirmware JSON to QMK Parser | ||
28 | # https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/kprepublic/bm60rgb/bm60rgb.h b/keyboards/kprepublic/bm60rgb/bm60rgb.h index 4a3dc2e83..b648660d2 100644 --- a/keyboards/kprepublic/bm60rgb/bm60rgb.h +++ b/keyboards/kprepublic/bm60rgb/bm60rgb.h | |||
@@ -30,7 +30,3 @@ | |||
30 | { KC_NO, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ | 30 | { KC_NO, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ |
31 | { K40, K41, K42, KC_NO, KC_NO, KC_NO, K46, KC_NO, KC_NO, K49, K4A, K4B, K4C, K4D }, \ | 31 | { K40, K41, K42, KC_NO, KC_NO, KC_NO, K46, KC_NO, KC_NO, K49, K4A, K4B, K4C, K4D }, \ |
32 | } | 32 | } |
33 | |||
34 | // generated by KBFirmware JSON to QMK Parser | ||
35 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
36 | |||
diff --git a/keyboards/kprepublic/bm60rgb/config.h b/keyboards/kprepublic/bm60rgb/config.h index bbb38e24f..e445efd00 100644 --- a/keyboards/kprepublic/bm60rgb/config.h +++ b/keyboards/kprepublic/bm60rgb/config.h | |||
@@ -57,6 +57,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
57 | #ifdef RGB_MATRIX_ENABLE | 57 | #ifdef RGB_MATRIX_ENABLE |
58 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // Limit to vendor-recommended value | 58 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // Limit to vendor-recommended value |
59 | #endif | 59 | #endif |
60 | |||
61 | // generated by KBFirmware JSON to QMK Parser | ||
62 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/kprepublic/bm60rgb/info.json b/keyboards/kprepublic/bm60rgb/info.json index de6ed90a5..264286334 100644 --- a/keyboards/kprepublic/bm60rgb/info.json +++ b/keyboards/kprepublic/bm60rgb/info.json | |||
@@ -74,5 +74,4 @@ | |||
74 | ] | 74 | ] |
75 | } | 75 | } |
76 | } | 76 | } |
77 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
78 | } | 77 | } |
diff --git a/keyboards/kprepublic/bm60rgb/rules.mk b/keyboards/kprepublic/bm60rgb/rules.mk index ca52d16a4..e147a36b8 100644 --- a/keyboards/kprepublic/bm60rgb/rules.mk +++ b/keyboards/kprepublic/bm60rgb/rules.mk | |||
@@ -25,6 +25,3 @@ RGB_MATRIX_DRIVER = WS2812 | |||
25 | LTO_ENABLE = yes | 25 | LTO_ENABLE = yes |
26 | 26 | ||
27 | LAYOUTS = 60_ansi_arrow | 27 | LAYOUTS = 60_ansi_arrow |
28 | |||
29 | # partially generated by KBFirmware JSON to QMK Parser | ||
30 | # https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/playkbtw/helen80/helen80.h b/keyboards/playkbtw/helen80/helen80.h index e1a25ea84..ffb6275a6 100644 --- a/keyboards/playkbtw/helen80/helen80.h +++ b/keyboards/playkbtw/helen80/helen80.h | |||
@@ -33,6 +33,3 @@ | |||
33 | { K40, KC_NO, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, KC_NO, K4C }, \ | 33 | { K40, KC_NO, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, KC_NO, K4C }, \ |
34 | { K50, K51, K52, K53, K54, K55, K56, K57, K58, K59, K5A, K5B, K5C, K5D, K5E }, \ | 34 | { K50, K51, K52, K53, K54, K55, K56, K57, K58, K59, K5A, K5B, K5C, K5D, K5E }, \ |
35 | } | 35 | } |
36 | |||
37 | // generated by KBFirmware JSON to QMK Parser | ||
38 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/playkbtw/helen80/info.json b/keyboards/playkbtw/helen80/info.json index 34e3384b3..1112fafd2 100644 --- a/keyboards/playkbtw/helen80/info.json +++ b/keyboards/playkbtw/helen80/info.json | |||
@@ -33,7 +33,7 @@ | |||
33 | {"label":"K19 (B7,C6)", "x":9, "y":1.5}, | 33 | {"label":"K19 (B7,C6)", "x":9, "y":1.5}, |
34 | {"label":"K1A (B7,B5)", "x":10, "y":1.5}, | 34 | {"label":"K1A (B7,B5)", "x":10, "y":1.5}, |
35 | {"label":"K1B (B7,F4)", "x":11, "y":1.5}, | 35 | {"label":"K1B (B7,F4)", "x":11, "y":1.5}, |
36 | {"label":"K1C (B7,F1)", "x":12, "y":1.5}, | 36 | {"label":"K1C (B7,F1)", "x":12, "y":1.5}, |
37 | {"label":"K1E (B7,B0)", "x":13, "y":1.5, "w":2}, | 37 | {"label":"K1E (B7,B0)", "x":13, "y":1.5, "w":2}, |
38 | {"label":"K5B (D7,F4)", "x":15.25, "y":1.5}, | 38 | {"label":"K5B (D7,F4)", "x":15.25, "y":1.5}, |
39 | {"label":"K5C (D7,F1)", "x":16.25, "y":1.5}, | 39 | {"label":"K5C (D7,F1)", "x":16.25, "y":1.5}, |
@@ -68,7 +68,7 @@ | |||
68 | {"label":"K3A (F0,B5)", "x":10.75, "y":3.5}, | 68 | {"label":"K3A (F0,B5)", "x":10.75, "y":3.5}, |
69 | {"label":"K3B (F0,F4)", "x":11.75, "y":3.5}, | 69 | {"label":"K3B (F0,F4)", "x":11.75, "y":3.5}, |
70 | {"label":"K3C (F0,F1)", "x":12.75, "y":3.5, "w":2.25}, | 70 | {"label":"K3C (F0,F1)", "x":12.75, "y":3.5, "w":2.25}, |
71 | {"label":"K40 (D6,D1)", "x":0, "y":4.5, "w":2.25}, | 71 | {"label":"K40 (D6,D1)", "x":0, "y":4.5, "w":2.25}, |
72 | {"label":"K42 (D6,F7)", "x":2.25, "y":4.5}, | 72 | {"label":"K42 (D6,F7)", "x":2.25, "y":4.5}, |
73 | {"label":"K43 (D6,F6)", "x":3.25, "y":4.5}, | 73 | {"label":"K43 (D6,F6)", "x":3.25, "y":4.5}, |
74 | {"label":"K44 (D6,F5)", "x":4.25, "y":4.5}, | 74 | {"label":"K44 (D6,F5)", "x":4.25, "y":4.5}, |
@@ -79,7 +79,7 @@ | |||
79 | {"label":"K49 (D6,C6)", "x":9.25, "y":4.5}, | 79 | {"label":"K49 (D6,C6)", "x":9.25, "y":4.5}, |
80 | {"label":"K4A (D6,B5)", "x":10.25, "y":4.5}, | 80 | {"label":"K4A (D6,B5)", "x":10.25, "y":4.5}, |
81 | {"label":"K4B (D6,F4)", "x":11.25, "y":4.5}, | 81 | {"label":"K4B (D6,F4)", "x":11.25, "y":4.5}, |
82 | {"label":"K4C (D6,F1)", "x":12.25, "y":4.5, "w":2.75}, | 82 | {"label":"K4C (D6,F1)", "x":12.25, "y":4.5, "w":2.75}, |
83 | {"label":"K4E (D6,B0)", "x":16.25, "y":4.5}, | 83 | {"label":"K4E (D6,B0)", "x":16.25, "y":4.5}, |
84 | {"label":"K50 (D7,D1)", "x":0, "y":5.5, "w":1.25}, | 84 | {"label":"K50 (D7,D1)", "x":0, "y":5.5, "w":1.25}, |
85 | {"label":"K51 (D7,D0)", "x":1.25, "y":5.5, "w":1.25}, | 85 | {"label":"K51 (D7,D0)", "x":1.25, "y":5.5, "w":1.25}, |
@@ -95,5 +95,4 @@ | |||
95 | ] | 95 | ] |
96 | } | 96 | } |
97 | } | 97 | } |
98 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
99 | } | 98 | } |
diff --git a/keyboards/playkbtw/helen80/rules.mk b/keyboards/playkbtw/helen80/rules.mk index 149e878d6..0163d38c5 100644 --- a/keyboards/playkbtw/helen80/rules.mk +++ b/keyboards/playkbtw/helen80/rules.mk | |||
@@ -24,6 +24,3 @@ LTO_ENABLE = yes | |||
24 | KEY_LOCK_ENABLE = no # Enable KC_LOCK support | 24 | KEY_LOCK_ENABLE = no # Enable KC_LOCK support |
25 | 25 | ||
26 | LAYOUTS = tkl_ansi | 26 | LAYOUTS = tkl_ansi |
27 | |||
28 | # generated by KBFirmware JSON to QMK Parser | ||
29 | # https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/sam/sg81m/config.h b/keyboards/sam/sg81m/config.h index 5e1d042b6..a0dca8921 100644 --- a/keyboards/sam/sg81m/config.h +++ b/keyboards/sam/sg81m/config.h | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | #define DIODE_DIRECTION COL2ROW | 45 | #define DIODE_DIRECTION COL2ROW |
46 | 46 | ||
47 | #define RGB_DI_PIN E6 //reserved pin for potential underglow rgb | 47 | #define RGB_DI_PIN E6 //reserved pin for potential underglow rgb |
48 | #ifdef RGB_DI_PIN | 48 | #ifdef RGB_DI_PIN |
49 | #define RGBLED_NUM 10 | 49 | #define RGBLED_NUM 10 |
50 | #define RGBLIGHT_HUE_STEP 8 | 50 | #define RGBLIGHT_HUE_STEP 8 |
@@ -65,6 +65,3 @@ | |||
65 | // #define RGBLIGHT_EFFECT_RGB_TEST | 65 | // #define RGBLIGHT_EFFECT_RGB_TEST |
66 | // #define RGBLIGHT_EFFECT_ALTERNATING | 66 | // #define RGBLIGHT_EFFECT_ALTERNATING |
67 | #endif | 67 | #endif |
68 | |||
69 | // generated by KBFirmware JSON to QMK Parser | ||
70 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/sam/sg81m/sg81m.h b/keyboards/sam/sg81m/sg81m.h index 13a5d760e..d128adf74 100644 --- a/keyboards/sam/sg81m/sg81m.h +++ b/keyboards/sam/sg81m/sg81m.h | |||
@@ -49,6 +49,3 @@ | |||
49 | } | 49 | } |
50 | 50 | ||
51 | #define LAYOUT LAYOUT_7u_space | 51 | #define LAYOUT LAYOUT_7u_space |
52 | |||
53 | // generated by KBFirmware JSON to QMK Parser | ||
54 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/sawnsprojects/satxri6key/info.json b/keyboards/sawnsprojects/satxri6key/info.json index 1931e1a21..77897e179 100644 --- a/keyboards/sawnsprojects/satxri6key/info.json +++ b/keyboards/sawnsprojects/satxri6key/info.json | |||
@@ -14,5 +14,4 @@ | |||
14 | ] | 14 | ] |
15 | } | 15 | } |
16 | } | 16 | } |
17 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
18 | } | 17 | } |
diff --git a/keyboards/yncognito/batpad/batpad.h b/keyboards/yncognito/batpad/batpad.h index 1cc79edf8..e3391881b 100644 --- a/keyboards/yncognito/batpad/batpad.h +++ b/keyboards/yncognito/batpad/batpad.h | |||
@@ -24,6 +24,3 @@ | |||
24 | { K00, K01, K02, K03 }, \ | 24 | { K00, K01, K02, K03 }, \ |
25 | { K10, K11, K12, K13 }, \ | 25 | { K10, K11, K12, K13 }, \ |
26 | } | 26 | } |
27 | |||
28 | // generated by KBFirmware JSON to QMK Parser | ||
29 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/yncognito/batpad/info.json b/keyboards/yncognito/batpad/info.json index 75848d140..393fff594 100644 --- a/keyboards/yncognito/batpad/info.json +++ b/keyboards/yncognito/batpad/info.json | |||
@@ -16,5 +16,4 @@ | |||
16 | ] | 16 | ] |
17 | } | 17 | } |
18 | } | 18 | } |
19 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
20 | } | 19 | } |
diff --git a/keyboards/yncognito/batpad/rules.mk b/keyboards/yncognito/batpad/rules.mk index 0863a93c5..58fa541ec 100644 --- a/keyboards/yncognito/batpad/rules.mk +++ b/keyboards/yncognito/batpad/rules.mk | |||
@@ -21,6 +21,3 @@ RGB_MATRIX_ENABLE = yes | |||
21 | RGB_MATRIX_DRIVER = WS2812 | 21 | RGB_MATRIX_DRIVER = WS2812 |
22 | UNICODE_ENABLE = no # Unicode | 22 | UNICODE_ENABLE = no # Unicode |
23 | AUDIO_ENABLE = no # Audio output | 23 | AUDIO_ENABLE = no # Audio output |
24 | |||
25 | # generated by KBFirmware JSON to QMK Parser | ||
26 | # https://noroadsleft.github.io/kbf_qmk_converter/ | ||