diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-12-10 03:20:02 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2016-12-14 06:03:27 +0700 |
commit | 9838ddcead713f5a61486bd2c3f230f29991cb79 (patch) | |
tree | e7a91f061afeba8908237ed4eab94f24a499a36f /keyboards | |
parent | a747343b6172459a8b003907327a7d785ae2b43d (diff) |
Pretend to be Thinkpad USB Keyboard
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/handwired/promethium/config.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/config.h b/keyboards/handwired/promethium/config.h index 473af67d34..097920a548 100644 --- a/keyboards/handwired/promethium/config.h +++ b/keyboards/handwired/promethium/config.h @@ -20,9 +20,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" +#define USB_VENDOR_ID_LENOVO 0x17ef +#define USB_DEVICE_ID_LENOVO_TPKBD 0x6009 +#define USB_DEVICE_ID_LENOVO_CUSBKBD 0x6047 +#define USB_DEVICE_ID_LENOVO_CBTKBD 0x6048 +#define USB_DEVICE_ID_LENOVO_TPPRODOCK 0x6067 + /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6660 +#define VENDOR_ID USB_VENDOR_ID_LENOVO +#define PRODUCT_ID USB_DEVICE_ID_LENOVO_CBTKBD #define DEVICE_VER 0x0001 #define MANUFACTURER Priyadi #define PRODUCT Promethium Keyboard |