summary refs log tree commit diff
path: root/tmk_core/protocol
diff options
context:
space:
mode:
authorTakuya Urakawa <urkwtky@gmail.com>2019-03-13 03:48:17 +0900
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-12 11:48:17 -0700
commit2f3dbb1253839fad1bb2e20db8ef7b88c5fd331a (patch)
tree8c59947425e86f8432479d18de9cefe1768088d4 /tmk_core/protocol
parent37932c293c15011f883a91e91ee02631ead44a2e (diff)
Add new keyboard Plaid and ATMEGA328p support (#5379)
* add plaid

* Change usb vid/pid to free id from vusb
Trivial fix for vusb core

* update readme

* update info.json default keymap

* fix typo

* Replace copyright
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r--tmk_core/protocol/vusb/usbdrv/usbdrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/vusb/usbdrv/usbdrv.c b/tmk_core/protocol/vusb/usbdrv/usbdrv.c
index 2e8dd8756b..30cdc9dcfc 100644
--- a/tmk_core/protocol/vusb/usbdrv/usbdrv.c
+++ b/tmk_core/protocol/vusb/usbdrv/usbdrv.c
@@ -95,7 +95,7 @@ const PROGMEM int  usbDescriptorStringDevice[] = {
 #if USB_CFG_DESCR_PROPS_STRING_SERIAL_NUMBER == 0 && USB_CFG_SERIAL_NUMBER_LEN
 #undef USB_CFG_DESCR_PROPS_STRING_SERIAL_NUMBER
 #define USB_CFG_DESCR_PROPS_STRING_SERIAL_NUMBER    sizeof(usbDescriptorStringSerialNumber)
-PROGMEM int usbDescriptorStringSerialNumber[] = {
+const PROGMEM int usbDescriptorStringSerialNumber[] = {
     USB_STRING_DESCRIPTOR_HEADER(USB_CFG_SERIAL_NUMBER_LEN),
     USB_CFG_SERIAL_NUMBER
 };