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/id67/config.h | |
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/id67/config.h')
-rw-r--r-- | keyboards/id67/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/id67/config.h b/keyboards/id67/config.h index c48e2b6a97..fbf99cf673 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 <http://www.gnu.org/licenses/>. */ - + #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/ |