summaryrefslogtreecommitdiff
path: root/keyboards/handwired/concertina/64key/config.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-02-27 22:10:26 -0800
committerGitHub <noreply@github.com>2021-02-28 17:10:26 +1100
commitf41e5ec928880bbc42e03b84af39eacaf3acac8d (patch)
tree993e29f42140124a3701aff9f3cc9da215a4f533 /keyboards/handwired/concertina/64key/config.h
parentcd12fe86d3bce4221498848e9fced62fd708bdd8 (diff)
downloadqmk_firmware-f41e5ec928880bbc42e03b84af39eacaf3acac8d.tar.gz
qmk_firmware-f41e5ec928880bbc42e03b84af39eacaf3acac8d.zip
Compilation fixes for handwired/concertina/64key (#11987)
* concatenate config.h to 64key directory * move rules.mk to 64key directory This commit makes the firmware actually compile. * insert complete rules.mk contents Conforms the file to QMK's template. * move info.json to 64key directory * remove concertina.h This file no longer serves a purpose now that everything is in the 64key directory. * complete 64key readme.md Conforms the file more to QMK's template.
Diffstat (limited to 'keyboards/handwired/concertina/64key/config.h')
-rw-r--r--keyboards/handwired/concertina/64key/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/handwired/concertina/64key/config.h b/keyboards/handwired/concertina/64key/config.h
index 1b09c403f6..45b5a05ca4 100644
--- a/keyboards/handwired/concertina/64key/config.h
+++ b/keyboards/handwired/concertina/64key/config.h
@@ -18,6 +18,13 @@
#include "config_common.h"
+/* USB device descriptors */
+#define VENDOR_ID 0x444D
+#define PRODUCT_ID 0x3632
+#define DEVICE_VER 0x0001
+#define PRODUCT Concertina
+#define MANUFACTURER Viktor Eikman
+
#define MATRIX_ROWS 8
#define MATRIX_COLS 8