diff options
author | Joel Challis <git@zvecr.com> | 2020-02-25 11:28:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 11:28:07 +0000 |
commit | 891d28a37954ada620fab3727499fe2e9ee3fe65 (patch) | |
tree | 38d29a0eb11a2ce12fe2dd1aa6bf3de9055fdd98 /keyboards/acheron/shark/config.h | |
parent | bb8d4b4d23ee04f6034f8880b8a9f93fa4673c38 (diff) |
Acheron VIA support (#8204)
* Update acheron USB IDs
* Add shark via keymap
* Update austin via keymap
* Fix eeprom build error
* 3 layers fit
Diffstat (limited to 'keyboards/acheron/shark/config.h')
-rw-r--r-- | keyboards/acheron/shark/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/acheron/shark/config.h b/keyboards/acheron/shark/config.h index 5a46ac5b79..ac6df14244 100644 --- a/keyboards/acheron/shark/config.h +++ b/keyboards/acheron/shark/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 0xAC11 +#define VENDOR_ID 0xAC11 +#define PRODUCT_ID 0x5368 #define DEVICE_VER 0x0001 #define MANUFACTURER AcheronProject #define PRODUCT SharkPCB |