diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2018-04-08 07:49:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 07:49:16 +0200 |
commit | 958521c3596452eef77e9ad69734ad955120b2b5 (patch) | |
tree | 2993d1f21d83914e879a631b9c3ea380f6bd0f02 /keyboards/planck | |
parent | 3b525dcf9c4a4dba34ee3596c90de60691b67b27 (diff) | |
download | qmk_firmware-958521c3596452eef77e9ad69734ad955120b2b5.tar.gz qmk_firmware-958521c3596452eef77e9ad69734ad955120b2b5.tar.xz |
Clean up some long-standing errors when populating the API (#2715)
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/light/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/light/info.json b/keyboards/planck/light/info.json index ecc40b818..cf55cfbc9 100644 --- a/keyboards/planck/light/info.json +++ b/keyboards/planck/light/info.json @@ -1,5 +1,5 @@ { "keyboard_name": "Planck Light", "keyboard_folder": "planck/light", - "bootloader": "qmk-dfu", + "bootloader": "qmk-dfu" } |