diff options
author | ThePanduuh <feojoe2@gmail.com> | 2020-04-05 10:19:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 15:19:36 +0100 |
commit | 6f6c2e1c5c2e619aeec0d64a5a7156aed9fd559d (patch) | |
tree | 54a277800ee2a7cf3f80c0573a36c4f901195d48 /keyboards/maartenwut/wonderland/config.h | |
parent | 48cad94d7e00e8fa234309f80feacaeaa6561f16 (diff) |
updated rules.mk and default keymap of Wonderland for VIA support (#8668)
* updated rules.mk and default keymap of Wonderland for VIA support
* Restored default keymap and rules.mk, added via keymap folder with modified default keymap and rules.mk, also fixed VendorID in config.h
* fixed jargon on layers 3 and 4 of Wonderland VIA keymap
* cleaned up via keymap, removed fluff
* default keymap for Wonderland restored
* removed unnecessary information from rules.mk
* made more readable per noroadsleft suggestion
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/maartenwut/wonderland/config.h')
-rwxr-xr-x | keyboards/maartenwut/wonderland/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/maartenwut/wonderland/config.h b/keyboards/maartenwut/wonderland/config.h index 4da601257a..a61d78c42b 100755 --- a/keyboards/maartenwut/wonderland/config.h +++ b/keyboards/maartenwut/wonderland/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 0x4705 #define PRODUCT_ID 0xA71C #define DEVICE_VER 0x0003 #define MANUFACTURER Maartenwut |