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 | |
parent | c0baf2a964b10d708281c704c0b049a1cf0f4914 (diff) |
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')
-rw-r--r-- | keyboards/planck/info.json | 5 | ||||
-rw-r--r-- | keyboards/planck/light/info.json | 4 | ||||
-rw-r--r-- | keyboards/planck/rev3/info.json | 3 | ||||
-rw-r--r-- | keyboards/planck/rev4/info.json | 3 | ||||
-rw-r--r-- | keyboards/planck/rev5/info.json | 3 |
5 files changed, 2 insertions, 16 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 +} diff --git a/keyboards/planck/light/info.json b/keyboards/planck/light/info.json index f620bc4138..ecc40b8185 100644 --- a/keyboards/planck/light/info.json +++ b/keyboards/planck/light/info.json @@ -1,7 +1,5 @@ { "keyboard_name": "Planck Light", "keyboard_folder": "planck/light", - "identifier": "FEED:6065:0001", - "processor": "at90usb1286", "bootloader": "qmk-dfu", -}
\ No newline at end of file +} diff --git a/keyboards/planck/rev3/info.json b/keyboards/planck/rev3/info.json deleted file mode 100644 index 89a1647d9c..0000000000 --- a/keyboards/planck/rev3/info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "identifier": "FEED:6060:0003" -}
\ No newline at end of file diff --git a/keyboards/planck/rev4/info.json b/keyboards/planck/rev4/info.json deleted file mode 100644 index 634ad99b8a..0000000000 --- a/keyboards/planck/rev4/info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "identifier": "FEED:6060:0004" -}
\ No newline at end of file diff --git a/keyboards/planck/rev5/info.json b/keyboards/planck/rev5/info.json deleted file mode 100644 index 3d984961ae..0000000000 --- a/keyboards/planck/rev5/info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "identifier": "FEED:6060:0005" -}
\ No newline at end of file |