diff options
| author | stein3 <stein3@gmail.com> | 2020-10-06 07:25:49 -0700 |
|---|---|---|
| committer | stein3 <stein3@gmail.com> | 2020-10-06 07:25:49 -0700 |
| commit | f7cffcbcd4d6ffb3e00a401e46fe4816ae4b253a (patch) | |
| tree | d01ed6b179a632f352f89848233f8c9004120585 /keyboards/eve | |
| parent | 2e402741a89c5eec8cf30c966ce6f36d6ec9249b (diff) | |
| download | qmk_firmware-f7cffcbcd4d6ffb3e00a401e46fe4816ae4b253a.tar.gz qmk_firmware-f7cffcbcd4d6ffb3e00a401e46fe4816ae4b253a.zip | |
Increment EVE Vendor ID to be unique.
Diffstat (limited to 'keyboards/eve')
| -rw-r--r-- | keyboards/eve/meteor/config.h | 2 | ||||
| -rw-r--r-- | keyboards/eve/meteor/keymaps/via/rules.mk | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/eve/meteor/config.h b/keyboards/eve/meteor/config.h index 2100c3a45..870bc57f3 100644 --- a/keyboards/eve/meteor/config.h +++ b/keyboards/eve/meteor/config.h | |||
| @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | #define VENDOR_ID 0x20A0 | 22 | #define VENDOR_ID 0x20A1 |
| 23 | #define PRODUCT_ID 0x422D | 23 | #define PRODUCT_ID 0x422D |
| 24 | #define DEVICE_VER 0x0200 | 24 | #define DEVICE_VER 0x0200 |
| 25 | #define MANUFACTURER EVE | 25 | #define MANUFACTURER EVE |
diff --git a/keyboards/eve/meteor/keymaps/via/rules.mk b/keyboards/eve/meteor/keymaps/via/rules.mk index 623f2223b..36b7ba9cb 100644 --- a/keyboards/eve/meteor/keymaps/via/rules.mk +++ b/keyboards/eve/meteor/keymaps/via/rules.mk | |||
| @@ -1,6 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | 1 | VIA_ENABLE = yes |
| 2 | LTO_ENABLE = yes | 2 | LTO_ENABLE = yes |
| 3 | |||
| 4 | # build options | ||
| 5 | MOUSEKEY_ENABLE = no | ||
| 6 | EXTRAKEY_ENABLE = no \ No newline at end of file | ||
