diff options
author | Ryan <fauxpark@gmail.com> | 2020-04-12 23:02:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 15:02:14 +0200 |
commit | c2df714c3b0c23c2a943bc015281208419253c05 (patch) | |
tree | 69d5541775a573c3d7cf7960bf0cc8cd9493d602 /keyboards/maartenwut/wasdat/config.h | |
parent | 799b21f8cd6546811652deae23424a3fa603e9b5 (diff) | |
download | qmk_firmware-c2df714c3b0c23c2a943bc015281208419253c05.tar.gz |
Add VIA keymap for Wasdat (#8762)
* Add VIA keymap for Wasdat
* Enable Bootmagic Lite at keyboard level
Diffstat (limited to 'keyboards/maartenwut/wasdat/config.h')
-rw-r--r-- | keyboards/maartenwut/wasdat/config.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/maartenwut/wasdat/config.h b/keyboards/maartenwut/wasdat/config.h index ffd33d853..d30263bfc 100644 --- a/keyboards/maartenwut/wasdat/config.h +++ b/keyboards/maartenwut/wasdat/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 0xC474 #define DEVICE_VER 0x0001 #define MANUFACTURER Maartenwut @@ -252,5 +252,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Bootmagic Lite key configuration */ -// #define BOOTMAGIC_LITE_ROW 0 -// #define BOOTMAGIC_LITE_COLUMN 0 +#define BOOTMAGIC_LITE_ROW 0 +#define BOOTMAGIC_LITE_COLUMN 5 + +#define DYNAMIC_KEYMAP_LAYER_COUNT 3 |