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/preonic | |
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/preonic')
-rw-r--r-- | keyboards/preonic/info.json | 3 | ||||
-rw-r--r-- | keyboards/preonic/rev1/info.json | 3 | ||||
-rw-r--r-- | keyboards/preonic/rev2/info.json | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/preonic/info.json b/keyboards/preonic/info.json index 67cc086326..ac91c8ee6d 100644 --- a/keyboards/preonic/info.json +++ b/keyboards/preonic/info.json @@ -1,11 +1,8 @@ { "keyboard_name": "Preonic", "keyboard_folder": "preonic", - "manufacturer": "OLKB", - "identifier": "FEED:6061:0001", "url": "https://olkb.com/preonic", "maintainer": "jackhumbert", - "processor": "atmega32u4", "bootloader": "atmel-dfu", "width": 12, "height": 5, diff --git a/keyboards/preonic/rev1/info.json b/keyboards/preonic/rev1/info.json deleted file mode 100644 index 43a7b495ce..0000000000 --- a/keyboards/preonic/rev1/info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "identifier": "FEED:6061:0001" -}
\ No newline at end of file diff --git a/keyboards/preonic/rev2/info.json b/keyboards/preonic/rev2/info.json deleted file mode 100644 index 406f80ef1c..0000000000 --- a/keyboards/preonic/rev2/info.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "identifier": "FEED:6061:0002", - "bootloader": "qmk-dfu" -} |