diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2018-04-07 16:13:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 16:13:48 -0700 |
commit | f4a9e983839c2f19b91da109f21fe6cabde8f2ea (patch) | |
tree | ce9a4d4c0652a39fd49761ad815cd58d18139571 /keyboards/planck/info.json | |
parent | c0baf2a964b10d708281c704c0b049a1cf0f4914 (diff) | |
download | qmk_firmware-f4a9e983839c2f19b91da109f21fe6cabde8f2ea.tar.gz qmk_firmware-f4a9e983839c2f19b91da109f21fe6cabde8f2ea.zip |
Pull information from config.h and rules.mk (#2711)
* Pull information from config.h and rules.mk
* Readd the kbd75 maintainer
Diffstat (limited to 'keyboards/planck/info.json')
-rw-r--r-- | keyboards/planck/info.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/planck/info.json b/keyboards/planck/info.json index fd897c2167..751a56ef88 100644 --- a/keyboards/planck/info.json +++ b/keyboards/planck/info.json @@ -1,11 +1,8 @@ { "keyboard_name": "Planck", "keyboard_folder": "planck", - "manufacturer": "OLKB", - "identifier": "FEED:6060:0001", "url": "https://olkb.com/planck", "maintainer": "jackhumbert", - "processor": "atmega32u4", "bootloader": "atmel-dfu", "width": 12, "height": 4, @@ -114,4 +111,4 @@ { "w": 1, "x": 11, "y": 3 } ] } } -}
\ No newline at end of file +} |