diff options
| author | fauxpark <fauxpark@gmail.com> | 2020-01-10 18:50:56 +1100 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-09 23:50:55 -0800 |
| commit | 9397bffd014c1b7f8db28675c840499f9003098b (patch) | |
| tree | 453f8f316b5c78330556224e7ed1623610e9947e /keyboards/uk78 | |
| parent | 7f388b65530b06779089be6cb4ddc56b2ecb36ff (diff) | |
| download | qmk_firmware-9397bffd014c1b7f8db28675c840499f9003098b.tar.gz qmk_firmware-9397bffd014c1b7f8db28675c840499f9003098b.zip | |
Fix a couple of USB VIDs for the API (#7848)
Diffstat (limited to 'keyboards/uk78')
| -rw-r--r-- | keyboards/uk78/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/uk78/config.h b/keyboards/uk78/config.h index 879360773..5459e687b 100644 --- a/keyboards/uk78/config.h +++ b/keyboards/uk78/config.h | |||
| @@ -21,8 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 21 | #include "config_common.h" | 21 | #include "config_common.h" |
| 22 | 22 | ||
| 23 | /* USB Device descriptor parameter */ | 23 | /* USB Device descriptor parameter */ |
| 24 | #define VENDOR_ID 0x554B /* Ascii */ | 24 | #define VENDOR_ID 0x554B // "UK" |
| 25 | #define PRODUCT_ID 0x004E | 25 | #define PRODUCT_ID 0x004E // 78 |
| 26 | #define DEVICE_VER 0x0002 | 26 | #define DEVICE_VER 0x0002 |
| 27 | #define MANUFACTURER UK Keyboards | 27 | #define MANUFACTURER UK Keyboards |
| 28 | #define PRODUCT UK78 | 28 | #define PRODUCT UK78 |
