diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-01-28 13:04:50 -0800 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-28 13:04:50 -0800 |
commit | 4a208b89516f02f4ff7e17861aabbe1b5af13f81 (patch) | |
tree | 80f045b6eb1d85a684487a360f0de53f820ab040 /keyboards/1upkeyboards/1up60hse/config.h | |
parent | 1e90f5c71cbc0f97cdd01089e394ec0ddc8980c8 (diff) |
[Keyboard] 1up60hse VIA Support (#7992)
* add VIA support for 1up60hse
* choose a vendor and product id that is not taken
* add mousekey_enable set to no as per Wilba's recommendation
* Update keyboards/1upkeyboards/1up60hse/keymaps/via/readme.md
* Update keyboards/1upkeyboards/1up60hse/keymaps/via/readme.md
* add a fourth layer
* might as well remove the config file as we are not including the one thing that was in it
Diffstat (limited to 'keyboards/1upkeyboards/1up60hse/config.h')
-rw-r--r-- | keyboards/1upkeyboards/1up60hse/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/1upkeyboards/1up60hse/config.h b/keyboards/1upkeyboards/1up60hse/config.h index 9ab969797e..e2de955c45 100644 --- a/keyboards/1upkeyboards/1up60hse/config.h +++ b/keyboards/1upkeyboards/1up60hse/config.h @@ -20,8 +20,8 @@ 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 0x6F75 // OU +#define PRODUCT_ID 0x6873 #define DEVICE_VER 0x0001 #define MANUFACTURER 1upkeyboards #define PRODUCT 1up60hse |