diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-15 10:21:53 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 10:21:53 +1100 |
commit | 519df78cdbf7211b9e1ac6b961b0e10bb5164914 (patch) | |
tree | 767881cdf729173faaa29537d16dd6bdc1f65b55 /keyboards/ymd75/config.h | |
parent | 30473357290747be06e9200a7d9c751738a3b0a1 (diff) | |
download | qmk_firmware-519df78cdbf7211b9e1ac6b961b0e10bb5164914.tar.gz qmk_firmware-519df78cdbf7211b9e1ac6b961b0e10bb5164914.zip |
Set device version from config.h for V-USB boards (#7316)
Diffstat (limited to 'keyboards/ymd75/config.h')
-rw-r--r-- | keyboards/ymd75/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ymd75/config.h b/keyboards/ymd75/config.h index 6afd077b0a..a56a1b54b8 100644 --- a/keyboards/ymd75/config.h +++ b/keyboards/ymd75/config.h @@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0x20A0 #define PRODUCT_ID 0x422D +#define DEVICE_VER 0x0200 // TODO: share these strings with usbconfig.h // Edit usbconfig.h to change these. |