diff options
author | rate <rate98326@gmail.com> | 2021-06-19 09:54:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 17:54:03 -0700 |
commit | 7fefe128cc8de5a0da704b4bd23c7cfea3be26ba (patch) | |
tree | 2be4bbda5748dbddbd58b720e0c53a3c8cee7ba1 /keyboards/pistachio/config.h | |
parent | feaf972eb7f56a2f6dca98ed1a6b7c3c6bb9b667 (diff) |
[Keymap] adding keymap for pistachio (#12996)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/pistachio/config.h')
-rw-r--r-- | keyboards/pistachio/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/pistachio/config.h b/keyboards/pistachio/config.h index e427f90ec1..461a364ec9 100644 --- a/keyboards/pistachio/config.h +++ b/keyboards/pistachio/config.h @@ -20,7 +20,7 @@ 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 VENDOR_ID 0x5255 #define PRODUCT_ID 0xD0C2 #define DEVICE_VER 0x0001 #define MANUFACTURER rate |