diff options
author | coseyfannitutti <43188488+coseyfannitutti@users.noreply.github.com> | 2020-04-03 16:26:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 13:26:42 -0700 |
commit | 0bb2924670918271c35088af23089415653bac1b (patch) | |
tree | 6200bdb2d11c016c6cec98010bb11848baff309d /keyboards/coseyfannitutti/discipline/config.h | |
parent | 2f623daa459eeab29f2bdfe03bc7c2c05e875d45 (diff) |
Discipline - Add ISO compatibility, rawHID enable, via layout (#8627)
* Add ISO compatibility, rawHID enable, via layout
* Update rules.mk
* Update keyboards/coseyfannitutti/discipline/rules.mk
* Update keyboards/coseyfannitutti/discipline/keymaps/via/rules.mk
* Update rules.mk
* Update rules.mk
* Update keyboards/coseyfannitutti/discipline/rules.mk
* Update rules.mk
* update iso layout macros
* Update keymap.c
Diffstat (limited to 'keyboards/coseyfannitutti/discipline/config.h')
-rw-r--r-- | keyboards/coseyfannitutti/discipline/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/coseyfannitutti/discipline/config.h b/keyboards/coseyfannitutti/discipline/config.h index 0a005ab0dd..5d24309080 100644 --- a/keyboards/coseyfannitutti/discipline/config.h +++ b/keyboards/coseyfannitutti/discipline/config.h @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x6B62 #define PRODUCT_ID 0x6869 #define DEVICE_VER 0x0001 #define MANUFACTURER coseyfannitutti |