diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-10-01 12:36:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 12:36:52 -0700 |
commit | b31df1af94abdf26bb7bcbf5183c05be1c500005 (patch) | |
tree | e2df530e97adff304a772f20863842b326f46dc8 /keyboards/kbdfans/kbd19x/config.h | |
parent | 7a2124db6bfea74672acd714d78c10eb9288732a (diff) | |
download | qmk_firmware-b31df1af94abdf26bb7bcbf5183c05be1c500005.tar.gz |
KBDFans KBD19x: VIA Support & LAYOUT macro fixing (#10401)
* first pass at fixing the key labeling
* second pass of fixing key labeling
* third pass of this key naming
* another pass of changing key naming
* another pass
* another pass
* another pass
* renamed it all
* give a good vid and pid
* add via keymap
* add on to the comments
* update readme and comments
* one more small change
Diffstat (limited to 'keyboards/kbdfans/kbd19x/config.h')
-rw-r--r-- | keyboards/kbdfans/kbd19x/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kbdfans/kbd19x/config.h b/keyboards/kbdfans/kbd19x/config.h index 3fcda998c..1146afa62 100644 --- a/keyboards/kbdfans/kbd19x/config.h +++ b/keyboards/kbdfans/kbd19x/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 0x4B42 +#define PRODUCT_ID 0x0191 #define DEVICE_VER 0x0001 #define MANUFACTURER KBDFans #define PRODUCT kbd19x |