From 95733d1c165e0f8af031cd79e58e9a49539647bb Mon Sep 17 00:00:00 2001
From: James Young <18669334+noroadsleft@users.noreply.github.com>
Date: Sun, 26 Sep 2021 07:01:11 +0000
Subject: [PATCH] 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
---
keyboards/exclusive/e85/soldered/info.json | 1 -
keyboards/handwired/bigmac/bigmac.c | 3 ---
keyboards/handwired/bigmac/bigmac.h | 3 ---
keyboards/handwired/bigmac/config.h | 4 ----
keyboards/handwired/bigmac/info.json | 1 -
keyboards/handwired/bigmac/rules.mk | 3 ---
keyboards/handwired/boss566y/redragon_vara/config.h | 6 +-----
keyboards/handwired/boss566y/redragon_vara/info.json | 1 -
keyboards/handwired/boss566y/redragon_vara/redragon_vara.h | 3 ---
keyboards/handwired/marauder/config.h | 3 ---
keyboards/handwired/marauder/info.json | 1 -
keyboards/handwired/marauder/marauder.c | 3 ---
keyboards/handwired/marauder/marauder.h | 3 ---
keyboards/handwired/marauder/rules.mk | 3 ---
keyboards/id67/config.h | 5 +----
keyboards/id67/id67.h | 5 +----
keyboards/id67/keymaps/default/keymap.c | 3 ---
keyboards/id67/keymaps/via/keymap.c | 3 ---
keyboards/id67/rules.mk | 3 ---
keyboards/kprepublic/bm60rgb/bm60rgb.h | 4 ----
keyboards/kprepublic/bm60rgb/config.h | 3 ---
keyboards/kprepublic/bm60rgb/info.json | 1 -
keyboards/kprepublic/bm60rgb/rules.mk | 3 ---
keyboards/playkbtw/helen80/helen80.h | 3 ---
keyboards/playkbtw/helen80/info.json | 7 +++----
keyboards/playkbtw/helen80/rules.mk | 3 ---
keyboards/sam/sg81m/config.h | 5 +----
keyboards/sam/sg81m/sg81m.h | 3 ---
keyboards/sawnsprojects/satxri6key/info.json | 1 -
keyboards/yncognito/batpad/batpad.h | 3 ---
keyboards/yncognito/batpad/info.json | 1 -
keyboards/yncognito/batpad/rules.mk | 3 ---
32 files changed, 7 insertions(+), 90 deletions(-)
diff --git a/keyboards/exclusive/e85/soldered/info.json b/keyboards/exclusive/e85/soldered/info.json
index 3d3bba20019cb1579427d032c294673235658cf7..fa4be1564714b36dff1042473d5daa003fef826b 100644
--- a/keyboards/exclusive/e85/soldered/info.json
+++ b/keyboards/exclusive/e85/soldered/info.json
@@ -284,5 +284,4 @@
]
}
}
- ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}
diff --git a/keyboards/handwired/bigmac/bigmac.c b/keyboards/handwired/bigmac/bigmac.c
index b8815a1c4e9b76a0919c7eff5721269b905a1df5..ef2867377d7fb49183074184e5d91dcf10a39c12 100644
--- a/keyboards/handwired/bigmac/bigmac.c
+++ b/keyboards/handwired/bigmac/bigmac.c
@@ -15,6 +15,3 @@
*/
#include "bigmac.h"
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/bigmac/bigmac.h b/keyboards/handwired/bigmac/bigmac.h
index 7e782e433de293878780f2b990f1977dd123697c..43ba78d311fc590d139279a16dbefdb3c80a2740 100644
--- a/keyboards/handwired/bigmac/bigmac.h
+++ b/keyboards/handwired/bigmac/bigmac.h
@@ -31,6 +31,3 @@
{ K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K3G }, \
{ K40, K41, KC_NO, K43, KC_NO, K45, K46, K47, K48, K49, KC_NO, K4B, KC_NO, K4D, K4E, K4F, K4G }, \
}
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/bigmac/config.h b/keyboards/handwired/bigmac/config.h
index db2ec2a5b7297c2c1191a58c6322ec30736752ab..b036accaa2a6d4c5b0cf3576d8a1dfc6e3b00811 100644
--- a/keyboards/handwired/bigmac/config.h
+++ b/keyboards/handwired/bigmac/config.h
@@ -43,7 +43,3 @@
#define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5, F4, D3, D2, D1, D0, D4, C6, D7, E6, B4 }
#define DIODE_DIRECTION COL2ROW
-
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/bigmac/info.json b/keyboards/handwired/bigmac/info.json
index 3be075fdd4e95c0ef45a454ffab8ddfeda61e660..377453091260f3c06dede497612c5f9695e7a0e8 100644
--- a/keyboards/handwired/bigmac/info.json
+++ b/keyboards/handwired/bigmac/info.json
@@ -89,5 +89,4 @@
]
}
}
- ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}
diff --git a/keyboards/handwired/bigmac/rules.mk b/keyboards/handwired/bigmac/rules.mk
index 70867503b8a384d216e4c5e21b7bdeb0541ea277..077733ea8769f98f7ca43517366653b69748ecc2 100644
--- a/keyboards/handwired/bigmac/rules.mk
+++ b/keyboards/handwired/bigmac/rules.mk
@@ -19,6 +19,3 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
-
-# generated by KBFirmware JSON to QMK Parser
-# 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 15083215451dc43e9c7f55f64d9981221fd6a8c9..8d731763b98a8c46cb9dd0190875ca0246c4e23b 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 .
#define PRODUCT_ID 0x0001
#define DEVICE_VER 0x0001
#define MANUFACTURER PH
-#define PRODUCT Redragon Vara
+#define PRODUCT Redragon Vara
/* key matrix size */
#define MATRIX_ROWS 12
@@ -44,7 +44,3 @@ along with this program. If not, see .
#define MATRIX_COL_PINS { D1, D2, D3, C6, D5, C7, D4, D7, B4, B5, B6 }
#define DIODE_DIRECTION COL2ROW
-
-
-// generated by KBFirmware JSON to QMK Parser
-// 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 0948e6c9c8382af4c0462eaf6c8c442bf2b6647a..235999bc32e99efa42a73daea88a496d3ab3aa03 100644
--- a/keyboards/handwired/boss566y/redragon_vara/info.json
+++ b/keyboards/handwired/boss566y/redragon_vara/info.json
@@ -112,5 +112,4 @@
]
}
}
- ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}
diff --git a/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h b/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h
index d24231114654d5fa6ea100b80219b66c6f548a0e..3809fa8ce4291c9b4c57095124b11365333a50d8 100644
--- a/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h
+++ b/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h
@@ -38,6 +38,3 @@
{ KC_NO, KA1, KA2, KA3, KC_NO, KA5, KC_NO, KC_NO, KA8, KC_NO, KAA }, \
{ KB0, KB1, KC_NO, KB3, KB4, KB5, KB6, KB7, KC_NO, KB9, KBA }, \
}
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/marauder/config.h b/keyboards/handwired/marauder/config.h
index 450302d4d626e436c5a3fa0cec6e4aca1528203e..df30a6c226bbe64f508f4b45191be6223ad88540 100644
--- a/keyboards/handwired/marauder/config.h
+++ b/keyboards/handwired/marauder/config.h
@@ -66,6 +66,3 @@
// #define RGBLIGHT_EFFECT_RGB_TEST
// #define RGBLIGHT_EFFECT_ALTERNATING
#endif
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/marauder/info.json b/keyboards/handwired/marauder/info.json
index 1cea06674913cf5951789e8c3be62ba7df67f617..d2e1be4ff87ab354d4e489beb97ca345c5711cdf 100644
--- a/keyboards/handwired/marauder/info.json
+++ b/keyboards/handwired/marauder/info.json
@@ -102,5 +102,4 @@
]
}
}
- ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}
diff --git a/keyboards/handwired/marauder/marauder.c b/keyboards/handwired/marauder/marauder.c
index 2b2039f1055f5da1f0ed68463006f2924eb5ff85..c8f8781211776635b1eac0b2e3fc8d5809f8a5ea 100644
--- a/keyboards/handwired/marauder/marauder.c
+++ b/keyboards/handwired/marauder/marauder.c
@@ -15,6 +15,3 @@
*/
#include "marauder.h"
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/marauder/marauder.h b/keyboards/handwired/marauder/marauder.h
index fc97b1d642135017d8b42163555e8e51832d98d4..a8201a8db8f25f5e8f78bc257e57dfbdff6cfa7a 100644
--- a/keyboards/handwired/marauder/marauder.h
+++ b/keyboards/handwired/marauder/marauder.h
@@ -39,6 +39,3 @@
{ KA0, KA1, KA2, KA3, KC_NO, KC_NO, KA6, KA7, KA8 }, \
{ KC_NO, KB1, KC_NO, KB3, KB4, KC_NO, KB6, KB7, KC_NO }, \
}
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/marauder/rules.mk b/keyboards/handwired/marauder/rules.mk
index 9fa4053dbc4b5f57b191aee88662a5d92f78348f..8ddccad3be1a065d7c1a49d2470a30b1bd3bc562 100644
--- a/keyboards/handwired/marauder/rules.mk
+++ b/keyboards/handwired/marauder/rules.mk
@@ -20,6 +20,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes # Link Time Optimization, shrinks the output slightly
-
-# generated by KBFirmware JSON to QMK Parser
-# https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/id67/config.h b/keyboards/id67/config.h
index c48e2b6a97dc3a17ae07fa9d424636a91c2b089d..fbf99cf673b4698b7d7307f54b7ba4576f1a06b4 100644
--- a/keyboards/id67/config.h
+++ b/keyboards/id67/config.h
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
+
#pragma once
#include "config_common.h"
@@ -65,6 +65,3 @@
// #define RGBLIGHT_EFFECT_RGB_TEST
// #define RGBLIGHT_EFFECT_ALTERNATING
#endif
-
-// partially generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/id67/id67.h b/keyboards/id67/id67.h
index c9e6fb5d9cced6b9a9dd77493baff6f1489b6dcb..7c0a6d5aa8df41678c0f9ddacae807fa75bbdd94 100644
--- a/keyboards/id67/id67.h
+++ b/keyboards/id67/id67.h
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
+
#pragma once
#include "quantum.h"
@@ -31,6 +31,3 @@
{ K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E }, \
{ K40, K41, KC_NO, K43, KC_NO, KC_NO, K46, KC_NO, KC_NO, KC_NO, K4A, K4B, K4C, K4D, K4E }, \
}
-
-// partially generated by KBFirmware JSON to QMK Parser
-// 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 d3fead64ff62ab943dfa1f02e07997ad8c335f86..3bb880891f5e0bf8d3dbc3269bad4a6555df1f1a 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] = {
),
};
-
-// partially generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/id67/keymaps/via/keymap.c b/keyboards/id67/keymaps/via/keymap.c
index 0651d8aae8af6094e88659788283f74ff9a65b81..8155067b9f7b4083db6ac228021f3194d41e20c4 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] = {
_______, _______, _______, _______, _______, _______, _______, _______, _______
),
};
-
-// partially generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/id67/rules.mk b/keyboards/id67/rules.mk
index 9580acdfc48744d8f0c55252c750a630ec0ac3f1..d58ff8f0637c6944beaecbf18453fdf70b244a2f 100644
--- a/keyboards/id67/rules.mk
+++ b/keyboards/id67/rules.mk
@@ -23,6 +23,3 @@ AUDIO_ENABLE = no # Audio output
KEY_LOCK_ENABLE = yes # Enable KC_LOCK support
LAYOUTS = 65_ansi_blocker
-
-# generated by KBFirmware JSON to QMK Parser
-# https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/kprepublic/bm60rgb/bm60rgb.h b/keyboards/kprepublic/bm60rgb/bm60rgb.h
index 4a3dc2e83d591b2ddaf40bdf1c9f93210ec2b275..b648660d2589e68a6b52fcb2e30c76ce4475b7d2 100644
--- a/keyboards/kprepublic/bm60rgb/bm60rgb.h
+++ b/keyboards/kprepublic/bm60rgb/bm60rgb.h
@@ -30,7 +30,3 @@
{ KC_NO, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \
{ K40, K41, K42, KC_NO, KC_NO, KC_NO, K46, KC_NO, KC_NO, K49, K4A, K4B, K4C, K4D }, \
}
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
-
diff --git a/keyboards/kprepublic/bm60rgb/config.h b/keyboards/kprepublic/bm60rgb/config.h
index bbb38e24fd79d8fe35849dfc4e3f4d1617863a08..e445efd00cae0e5abb2ab6c091fe666efd8c9e8a 100644
--- a/keyboards/kprepublic/bm60rgb/config.h
+++ b/keyboards/kprepublic/bm60rgb/config.h
@@ -57,6 +57,3 @@ along with this program. If not, see .
#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // Limit to vendor-recommended value
#endif
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/kprepublic/bm60rgb/info.json b/keyboards/kprepublic/bm60rgb/info.json
index de6ed90a5b098554cb8ae304c5ba20193a75d24a..264286334aa9381369aea5ea8e6ff73b0a4f9590 100644
--- a/keyboards/kprepublic/bm60rgb/info.json
+++ b/keyboards/kprepublic/bm60rgb/info.json
@@ -74,5 +74,4 @@
]
}
}
- ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}
diff --git a/keyboards/kprepublic/bm60rgb/rules.mk b/keyboards/kprepublic/bm60rgb/rules.mk
index ca52d16a44e26d5b3b37f26942227545e18a9812..e147a36b864652397206e77974a47dad5ed2b0ce 100644
--- a/keyboards/kprepublic/bm60rgb/rules.mk
+++ b/keyboards/kprepublic/bm60rgb/rules.mk
@@ -25,6 +25,3 @@ RGB_MATRIX_DRIVER = WS2812
LTO_ENABLE = yes
LAYOUTS = 60_ansi_arrow
-
-# partially generated by KBFirmware JSON to QMK Parser
-# https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/playkbtw/helen80/helen80.h b/keyboards/playkbtw/helen80/helen80.h
index e1a25ea84e68bba8318cc0760f4a67de42d77474..ffb6275a6110bedfe1aac0d21ebd965cd845e202 100644
--- a/keyboards/playkbtw/helen80/helen80.h
+++ b/keyboards/playkbtw/helen80/helen80.h
@@ -33,6 +33,3 @@
{ K40, KC_NO, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4B, KC_NO, K4C }, \
{ K50, K51, K52, K53, K54, K55, K56, K57, K58, K59, K5A, K5B, K5C, K5D, K5E }, \
}
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/playkbtw/helen80/info.json b/keyboards/playkbtw/helen80/info.json
index 34e3384b386f0fb267db441ce6a06959e5de4c6c..1112fafd218e465fe8139db7e7a039a4a540211c 100644
--- a/keyboards/playkbtw/helen80/info.json
+++ b/keyboards/playkbtw/helen80/info.json
@@ -33,7 +33,7 @@
{"label":"K19 (B7,C6)", "x":9, "y":1.5},
{"label":"K1A (B7,B5)", "x":10, "y":1.5},
{"label":"K1B (B7,F4)", "x":11, "y":1.5},
- {"label":"K1C (B7,F1)", "x":12, "y":1.5},
+ {"label":"K1C (B7,F1)", "x":12, "y":1.5},
{"label":"K1E (B7,B0)", "x":13, "y":1.5, "w":2},
{"label":"K5B (D7,F4)", "x":15.25, "y":1.5},
{"label":"K5C (D7,F1)", "x":16.25, "y":1.5},
@@ -68,7 +68,7 @@
{"label":"K3A (F0,B5)", "x":10.75, "y":3.5},
{"label":"K3B (F0,F4)", "x":11.75, "y":3.5},
{"label":"K3C (F0,F1)", "x":12.75, "y":3.5, "w":2.25},
- {"label":"K40 (D6,D1)", "x":0, "y":4.5, "w":2.25},
+ {"label":"K40 (D6,D1)", "x":0, "y":4.5, "w":2.25},
{"label":"K42 (D6,F7)", "x":2.25, "y":4.5},
{"label":"K43 (D6,F6)", "x":3.25, "y":4.5},
{"label":"K44 (D6,F5)", "x":4.25, "y":4.5},
@@ -79,7 +79,7 @@
{"label":"K49 (D6,C6)", "x":9.25, "y":4.5},
{"label":"K4A (D6,B5)", "x":10.25, "y":4.5},
{"label":"K4B (D6,F4)", "x":11.25, "y":4.5},
- {"label":"K4C (D6,F1)", "x":12.25, "y":4.5, "w":2.75},
+ {"label":"K4C (D6,F1)", "x":12.25, "y":4.5, "w":2.75},
{"label":"K4E (D6,B0)", "x":16.25, "y":4.5},
{"label":"K50 (D7,D1)", "x":0, "y":5.5, "w":1.25},
{"label":"K51 (D7,D0)", "x":1.25, "y":5.5, "w":1.25},
@@ -95,5 +95,4 @@
]
}
}
- ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}
diff --git a/keyboards/playkbtw/helen80/rules.mk b/keyboards/playkbtw/helen80/rules.mk
index 149e878d6ced8be05fd9efc95d905965a940be6e..0163d38c55ca1675825cba47806e61fbaf8ad803 100644
--- a/keyboards/playkbtw/helen80/rules.mk
+++ b/keyboards/playkbtw/helen80/rules.mk
@@ -24,6 +24,3 @@ LTO_ENABLE = yes
KEY_LOCK_ENABLE = no # Enable KC_LOCK support
LAYOUTS = tkl_ansi
-
-# generated by KBFirmware JSON to QMK Parser
-# https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/sam/sg81m/config.h b/keyboards/sam/sg81m/config.h
index 5e1d042b6c04d0b70c0e1151b313dc0c96c4fb67..a0dca8921121b3f8d607752c7d442c9a12cf04c2 100644
--- a/keyboards/sam/sg81m/config.h
+++ b/keyboards/sam/sg81m/config.h
@@ -44,7 +44,7 @@
#define DIODE_DIRECTION COL2ROW
-#define RGB_DI_PIN E6 //reserved pin for potential underglow rgb
+#define RGB_DI_PIN E6 //reserved pin for potential underglow rgb
#ifdef RGB_DI_PIN
#define RGBLED_NUM 10
#define RGBLIGHT_HUE_STEP 8
@@ -65,6 +65,3 @@
// #define RGBLIGHT_EFFECT_RGB_TEST
// #define RGBLIGHT_EFFECT_ALTERNATING
#endif
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/sam/sg81m/sg81m.h b/keyboards/sam/sg81m/sg81m.h
index 13a5d760e27b78e4a1046227d37364d446ef39a9..d128adf7464dc9973825b74116d259f988747302 100644
--- a/keyboards/sam/sg81m/sg81m.h
+++ b/keyboards/sam/sg81m/sg81m.h
@@ -49,6 +49,3 @@
}
#define LAYOUT LAYOUT_7u_space
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/sawnsprojects/satxri6key/info.json b/keyboards/sawnsprojects/satxri6key/info.json
index 1931e1a21fc76a88c31d97961e14cb08ae9bc8a1..77897e179c21ddd73d8e1f1c3217c6e31cff257e 100644
--- a/keyboards/sawnsprojects/satxri6key/info.json
+++ b/keyboards/sawnsprojects/satxri6key/info.json
@@ -14,5 +14,4 @@
]
}
}
- ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}
diff --git a/keyboards/yncognito/batpad/batpad.h b/keyboards/yncognito/batpad/batpad.h
index 1cc79edf814c8cd6f54f878238e073a5baf84c44..e3391881bc631bb72fbf532de826bf454905d8bb 100644
--- a/keyboards/yncognito/batpad/batpad.h
+++ b/keyboards/yncognito/batpad/batpad.h
@@ -24,6 +24,3 @@
{ K00, K01, K02, K03 }, \
{ K10, K11, K12, K13 }, \
}
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/yncognito/batpad/info.json b/keyboards/yncognito/batpad/info.json
index 75848d1408062b3cc076c8c073739632b73fa65c..393fff594758e73d7676f50539d4b4ccf393dbb5 100644
--- a/keyboards/yncognito/batpad/info.json
+++ b/keyboards/yncognito/batpad/info.json
@@ -16,5 +16,4 @@
]
}
}
- ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
}
diff --git a/keyboards/yncognito/batpad/rules.mk b/keyboards/yncognito/batpad/rules.mk
index 0863a93c52e68457a40649341c754639c07c1e53..58fa541ec6b57e068dd1cd39f627caac2688f510 100644
--- a/keyboards/yncognito/batpad/rules.mk
+++ b/keyboards/yncognito/batpad/rules.mk
@@ -21,6 +21,3 @@ RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output
-
-# generated by KBFirmware JSON to QMK Parser
-# https://noroadsleft.github.io/kbf_qmk_converter/