diff options
author | Frothy <frothykillskittens@gmail.com> | 2020-06-04 13:22:29 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 09:22:29 -0700 |
commit | e84e9a2004cbec490f94d74353864f19dfad89c4 (patch) | |
tree | 24cc70b4ea66988443b2f34d53d60f97f90f8714 /keyboards/percent/skog | |
parent | 232b9dabbe00f41a89ebbae414cd5e39bdd45264 (diff) |
Add Via support for Percent Canoe (#9276)
* Add Via support for Percent Canoe
* Removed unnecessary flags from rules.mk
* Changes as per PR
* Added 2 additional empty layers (for a total of 4)
* Set a unique vendor id for all percent studio boards
* Set a unique product id for the canoe
* Fixed formatting, removed trailing comma
* Fixed PS/PT typo for vendor id
* Removed unnecessary variables
* Removed unnecessary slashes
* Fixed missing layer name
Diffstat (limited to 'keyboards/percent/skog')
-rw-r--r-- | keyboards/percent/skog/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/percent/skog/config.h b/keyboards/percent/skog/config.h index 099de6da21..047bac02e8 100644 --- a/keyboards/percent/skog/config.h +++ b/keyboards/percent/skog/config.h @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define VENDOR_ID 0x20A0 +#define VENDOR_ID 0x5053 /* PS */ #define PRODUCT_ID 0x422D #define DEVICE_VER 0x0200 |