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 /keyboards/kprepublic | |
| 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
Diffstat (limited to 'keyboards/kprepublic')
| -rw-r--r-- | keyboards/kprepublic/bm60rgb/bm60rgb.h | 4 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60rgb/config.h | 3 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60rgb/info.json | 1 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60rgb/rules.mk | 3 |
4 files changed, 0 insertions, 11 deletions
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/ | ||
