aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/config.h
diff options
context:
space:
mode:
authorGravatar Damien <Dbroqua@users.noreply.github.com>2016-12-17 22:28:45 +0100
committerGravatar GitHub <noreply@github.com>2016-12-17 22:28:45 +0100
commitc9803f78b2409cfaf6a1be0a4b6c1a37778a3f37 (patch)
tree5d48ab69b311a5ae4eb25cc84ab9c47e98655fb4 /keyboards/handwired/promethium/config.h
parent13c4080a1d77cb1dfdf48df8a42e78b9dc483912 (diff)
parent8a65c640ecdaacfd57b86b684ec80b481f5d4b3b (diff)
downloadqmk_firmware-c9803f78b2409cfaf6a1be0a4b6c1a37778a3f37.tar.gz
Merge pull request #14 from jackhumbert/master
Merged from jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/handwired/promethium/config.h')
-rw-r--r--keyboards/handwired/promethium/config.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/keyboards/handwired/promethium/config.h b/keyboards/handwired/promethium/config.h
index 473af67d3..23fbfd0b9 100644
--- a/keyboards/handwired/promethium/config.h
+++ b/keyboards/handwired/promethium/config.h
@@ -20,13 +20,19 @@ 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
-#define DESCRIPTION Promethium Keyboard
+#define DESCRIPTION
/* key matrix size */
#define MATRIX_ROWS 8