diff options
author | Zach White <skullydazed@gmail.com> | 2021-05-08 12:44:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 12:44:05 -0700 |
commit | 767089384fa014cb0e4f98971eb2d82fe00946c4 (patch) | |
tree | 985abca19661585a2fd9a18304bb9b6313f91166 /keyboards/tkw/grandiceps | |
parent | 3e9f809988d03036e712bc73237590653868f8ba (diff) | |
download | qmk_firmware-767089384fa014cb0e4f98971eb2d82fe00946c4.tar.gz qmk_firmware-767089384fa014cb0e4f98971eb2d82fe00946c4.zip |
Resolve a number of warnings in `qmk generate-api` (#12833)
Diffstat (limited to 'keyboards/tkw/grandiceps')
-rw-r--r-- | keyboards/tkw/grandiceps/config.h | 1 | ||||
-rw-r--r-- | keyboards/tkw/grandiceps/info.json | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/tkw/grandiceps/config.h b/keyboards/tkw/grandiceps/config.h index 44ea8d6994..93b6fd02f1 100644 --- a/keyboards/tkw/grandiceps/config.h +++ b/keyboards/tkw/grandiceps/config.h @@ -22,7 +22,6 @@ #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x7812 #define DEVICE_VER 0x0001 -#define MANUFACTURER TKW #define PRODUCT Grandiceps Split /* key matrix size */ diff --git a/keyboards/tkw/grandiceps/info.json b/keyboards/tkw/grandiceps/info.json index 4f63ae1eb1..97fb2855db 100644 --- a/keyboards/tkw/grandiceps/info.json +++ b/keyboards/tkw/grandiceps/info.json @@ -2,7 +2,7 @@ "keyboard_name": "grandiceps", "url": "https://github.com/vattern/grandiceps", "maintainer": "vattern", - "manufacturer": "tkw", + "manufacturer": "TKW", "width": 16.5, "height": 5.25, "layouts": { |