diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-07-23 20:17:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 20:17:38 -0700 |
commit | 2cebac6f2f7f5a49adf7f2ce8a94c8ba1dbef707 (patch) | |
tree | 7e68356fadbb097569db90a1859c04f0294b3836 /keyboards/do60/config.h | |
parent | a50c0049f68f666d1fe49d895743b27d1036ccb3 (diff) |
[Keyboard] VIA Support: DO60 (#9622)
* fix up that vendor ID
* add a VIA enabled keymap
* use pragma once
* clean up indicator leds code
* remove unused header
Diffstat (limited to 'keyboards/do60/config.h')
-rw-r--r-- | keyboards/do60/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/do60/config.h b/keyboards/do60/config.h index 82e818328c..acaa64646f 100644 --- a/keyboards/do60/config.h +++ b/keyboards/do60/config.h @@ -21,7 +21,7 @@ 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 VENDOR_ID 0x4453 // DS for Doyu Studios #define PRODUCT_ID 0x6060 #define DEVICE_VER 0x0001 #define MANUFACTURER Shopkey by Doyu Studio |