diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-04-12 23:21:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 08:21:22 +0200 |
commit | 157d121c71104abb564643f7b6152d149c01fc20 (patch) | |
tree | 3942faa357105c0206054821a56e57be890bbe2b /keyboards/tgr/jane/config.h | |
parent | 7e6b550ebff3accd41fce8ffae706626cd98f755 (diff) |
VIA Support: Jane V2 (#8735)
* add VIA enabled keymap with some layers taken out for space
* get a more sane VID and PID so we don't collide with the other BMC powered boards
* small cleanups
* Update keyboards/tgr/jane/keymaps/via/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* add tkl_ansi_tsangan LAYOUT
* add tkl_iso_tsangan LAYOUT
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tgr/jane/config.h')
-rw-r--r-- | keyboards/tgr/jane/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tgr/jane/config.h b/keyboards/tgr/jane/config.h index 5fb9a90560..ed8b39c38a 100644 --- a/keyboards/tgr/jane/config.h +++ b/keyboards/tgr/jane/config.h @@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0x20A0 -#define PRODUCT_ID 0x422D +#define VENDOR_ID 0x5447 // TG +#define PRODUCT_ID 0x4A4E // JN #define DEVICE_VER 0x0200 #define MANUFACTURER TGR #define PRODUCT Jane |