From 99eacdc47acfb933d3ccf4a65cd3e2709102e0e3 Mon Sep 17 00:00:00 2001 From: Maarten Dekkers Date: Thu, 23 Apr 2020 22:38:24 +0200 Subject: [Keyboard] Add VIA support for Wasdat Code (#8892) * Add VIA keymap Also adds more backlight levels. * Change wasdat code PID * Alias LAYOUT_fullsize_iso to LAYOUT_all * Change VIA layout macro to LAYOUT_all Co-authored-by: Maarten Dekkers --- keyboards/maartenwut/wasdat_code/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'keyboards/maartenwut/wasdat_code/config.h') diff --git a/keyboards/maartenwut/wasdat_code/config.h b/keyboards/maartenwut/wasdat_code/config.h index 724488a994..16d5acd9c4 100644 --- a/keyboards/maartenwut/wasdat_code/config.h +++ b/keyboards/maartenwut/wasdat_code/config.h @@ -21,7 +21,7 @@ along with this program. If not, see . /* USB Device descriptor parameter */ #define VENDOR_ID 0x4705 -#define PRODUCT_ID 0xC574 +#define PRODUCT_ID 0xB00E #define DEVICE_VER 0x0001 #define MANUFACTURER Maartenwut #define PRODUCT Wasdat Code @@ -60,7 +60,7 @@ along with this program. If not, see . #define BACKLIGHT_PIN B7 #define BACKLIGHT_BREATHING -#define BACKLIGHT_LEVELS 3 +#define BACKLIGHT_LEVELS 5 // #define RGB_DI_PIN E2 // #ifdef RGB_DI_PIN @@ -254,3 +254,5 @@ along with this program. If not, see . /* Bootmagic Lite key configuration */ #define BOOTMAGIC_LITE_ROW 2 #define BOOTMAGIC_LITE_COLUMN 3 + +#define DYNAMIC_KEYMAP_LAYER_COUNT 3 -- cgit v1.2.3