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/yncognito/batpad | |
| 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/yncognito/batpad')
| -rw-r--r-- | keyboards/yncognito/batpad/batpad.h | 3 | ||||
| -rw-r--r-- | keyboards/yncognito/batpad/info.json | 1 | ||||
| -rw-r--r-- | keyboards/yncognito/batpad/rules.mk | 3 |
3 files changed, 0 insertions, 7 deletions
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/ | ||
