diff options
author | DonutCables <contact@donutcables.com> | 2020-09-22 02:44:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 23:44:23 -0700 |
commit | 4a37af79e90dbbc7df65d0c8011311c5e54d4d4f (patch) | |
tree | d3f9131b049623ee4bf3237958fcff27c1eae77e /keyboards/donutcables/budget96/config.h | |
parent | e4a4ed3b0c053ebed902a28b2a8f68cdf78597f5 (diff) | |
download | qmk_firmware-4a37af79e90dbbc7df65d0c8011311c5e54d4d4f.tar.gz qmk_firmware-4a37af79e90dbbc7df65d0c8011311c5e54d4d4f.zip |
[Keyboard] Budget96 info cleanup and updates (#10268)
* Cleanup/updates to Budget96 info
* Add personal keymap
* Requested config.h update
Co-authored-by: Ryan <fauxpark@gmail.com>
* Requested rules.mk update
Co-authored-by: Ryan <fauxpark@gmail.com>
* Requested keymap.c update
* Requested config.h update
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/donutcables/budget96/config.h')
-rw-r--r-- | keyboards/donutcables/budget96/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/donutcables/budget96/config.h b/keyboards/donutcables/budget96/config.h index 9482867fa7..7154a67a8c 100644 --- a/keyboards/donutcables/budget96/config.h +++ b/keyboards/donutcables/budget96/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com> +Copyright 2020 DonutCables <contact@donutcables.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0x20A0 -#define PRODUCT_ID 0x422D -#define DEVICE_VER 0x0200 +#define VENDOR_ID 0xDCDC +#define PRODUCT_ID 0x0002 +#define DEVICE_VER 0x0001 #define MANUFACTURER DonutCables -#define PRODUCT budget96 +#define PRODUCT Budget96 #define RGBLED_NUM 18 |