diff options
author | TerryMathews <terry@terrymathews.net> | 2020-08-07 06:59:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 03:59:41 -0700 |
commit | 395fd7bb561fd0780b4738ce3ed49ae5ebe0b386 (patch) | |
tree | f1e390b4c7163b1a870b158b39be19977010f53e /keyboards/wheatfield/blocked65/config.h | |
parent | fc8cf8ec82107bc7620f9c2860191661b457e023 (diff) | |
download | qmk_firmware-395fd7bb561fd0780b4738ce3ed49ae5ebe0b386.tar.gz qmk_firmware-395fd7bb561fd0780b4738ce3ed49ae5ebe0b386.zip |
Blocked65: add support for VIA Configurator (#9938)
* Update config.h
* Create keymap.c
* Create rules.mk
Diffstat (limited to 'keyboards/wheatfield/blocked65/config.h')
-rw-r--r-- | keyboards/wheatfield/blocked65/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/wheatfield/blocked65/config.h b/keyboards/wheatfield/blocked65/config.h index ea5c316112..fb27788182 100644 --- a/keyboards/wheatfield/blocked65/config.h +++ b/keyboards/wheatfield/blocked65/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 0x6060 +#define VENDOR_ID 0x5746 //WF +#define PRODUCT_ID 0x0001 //Blocked65 #define DEVICE_VER 0x0001 #define MANUFACTURER Dou #define PRODUCT Blocked65 |