aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/idobo/config.h
diff options
context:
space:
mode:
authorIFo Hancroft <contact@ifohancroft.com>2020-02-11 22:44:09 +0200
committerGitHub <noreply@github.com>2020-02-11 12:44:09 -0800
commit78e060f55adef8de358ba4bf7f5d5854a70dd421 (patch)
treecb8248a7acaa1d0ea87756b05d0bd6893393f807 /keyboards/idobo/config.h
parentc53d4ecf3250aacdd226e8cd7d45f7af9788873a (diff)
downloadfirmware-78e060f55adef8de358ba4bf7f5d5854a70dd421.tar.gz
firmware-78e060f55adef8de358ba4bf7f5d5854a70dd421.tar.bz2
firmware-78e060f55adef8de358ba4bf7f5d5854a70dd421.zip
VIA Support for the Idobo (ID75) (#8146)
* VIA Support for the Idobo (ID75) * Implemented the requested PR changes * Readme was pointing to the wrong board * Fixed Product ID * Fixed Manufacturer name * Better Vendor ID Using the two 8-bit ASCII values from the keyboard name. * Removed Bootmagic Lite as enabled anyway by VIA
Diffstat (limited to 'keyboards/idobo/config.h')
-rw-r--r--keyboards/idobo/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/idobo/config.h b/keyboards/idobo/config.h
index e1c08afae..d764512dc 100644
--- a/keyboards/idobo/config.h
+++ b/keyboards/idobo/config.h
@@ -20,11 +20,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x0000
+#define VENDOR_ID 0x6964 // ID
+#define PRODUCT_ID 0x0075
#define DEVICE_VER 0x0001
-#define MANUFACTURER You
-#define PRODUCT idobo
+#define MANUFACTURER Generic
+#define PRODUCT Idobo
#define DESCRIPTION A custom keyboard
/* key matrix size */