diff options
| author | Anthony Marin <38014984+smyjpmu@users.noreply.github.com> | 2020-12-23 01:23:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 22:23:29 -0800 |
| commit | 7c0cb186811c7a77e7aa7aabe28b926c33caa58d (patch) | |
| tree | c4d4e34fe2a7dc316fcf95bdb3d3daa8008808b8 /keyboards/hidtech | |
| parent | e52b4797d3b1cec8e7ae8f092e10880c506f0cf0 (diff) | |
[Keyboard] HID Technologies vendor id correction (#11225)
* add bastyl * no need to copy the folder anymore * clean up according to PR rules * remove via, fix disposition * add reset button on right half * Update readme.md * Update keyboards/hidtech/bastyl/bastyl.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/hidtech/bastyl/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/hidtech/bastyl/config.h Co-authored-by: Joel Challis <git@zvecr.com> * move json, remove via files * Update keyboards/hidtech/bastyl/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/hidtech/bastyl/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/hidtech/bastyl/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/hidtech/bastyl/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * add GPL to c and h files * Update keyboards/hidtech/bastyl/info.json Change order to match layout macro Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/hidtech/bastyl/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * serial define can be ommited, is used by default * Corrected VENDOR_ID Incorrect VENDOR_ID has been updated to the correct one. Co-authored-by: Quentin <qlebastard@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/hidtech')
| -rw-r--r-- | keyboards/hidtech/bastyl/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hidtech/bastyl/config.h b/keyboards/hidtech/bastyl/config.h index ed33d84517..f89e993abe 100644 --- a/keyboards/hidtech/bastyl/config.h +++ b/keyboards/hidtech/bastyl/config.h @@ -18,7 +18,7 @@ #pragma once #include "config_common.h" -#define VENDOR_ID 0xA76A +#define VENDOR_ID 0xA8F7 #define PRODUCT_ID 0x1827 #define DEVICE_VER 0x0001 #define MANUFACTURER HID Technologies |
