diff options
Diffstat (limited to 'keyboards/maartenwut/wasdat_code/config.h')
-rw-r--r-- | keyboards/maartenwut/wasdat_code/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. /* 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 <http://www.gnu.org/licenses/>. #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 <http://www.gnu.org/licenses/>. /* Bootmagic Lite key configuration */ #define BOOTMAGIC_LITE_ROW 2 #define BOOTMAGIC_LITE_COLUMN 3 + +#define DYNAMIC_KEYMAP_LAYER_COUNT 3 |