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) |
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 879360773f..5459e687b6 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/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0x554B /* Ascii */ -#define PRODUCT_ID 0x004E +#define VENDOR_ID 0x554B // "UK" +#define PRODUCT_ID 0x004E // 78 #define DEVICE_VER 0x0002 #define MANUFACTURER UK Keyboards #define PRODUCT UK78 |