diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-01-31 11:55:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 11:55:11 -0800 |
commit | 5c5a05212e5f050587b7ed7070d34a13dd9cc293 (patch) | |
tree | 8274737284da21f47c4d9f44596dc617b33812e7 /keyboards/1upkeyboards/1up60hte/config.h | |
parent | b28ee6b039841c387685ea54c8206cc6c2a6cb8a (diff) |
[Keyboard] VIA Support: 1upkeyboards 1up60hte (#8052)
* update the vendor id for 1upkeyboards 1up60hte
* add the via keymap and rules file
* fix typo
* move the LTO to the keyboard's rules.mk
* Update keyboards/1upkeyboards/1up60hte/config.h
Diffstat (limited to 'keyboards/1upkeyboards/1up60hte/config.h')
-rw-r--r-- | keyboards/1upkeyboards/1up60hte/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/1upkeyboards/1up60hte/config.h b/keyboards/1upkeyboards/1up60hte/config.h index bcf6329f76..8c4d2fc308 100644 --- a/keyboards/1upkeyboards/1up60hte/config.h +++ b/keyboards/1upkeyboards/1up60hte/config.h @@ -21,8 +21,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 0x6060 +#define VENDOR_ID 0x6F75 // OU +#define PRODUCT_ID 0x6874 // HT #define DEVICE_VER 0x0001 #define MANUFACTURER 1upkeyboards #define PRODUCT 1up60hte |