diff options
author | Maarten Dekkers <maartenwut@gmail.com> | 2020-04-23 22:38:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 13:38:24 -0700 |
commit | 99eacdc47acfb933d3ccf4a65cd3e2709102e0e3 (patch) | |
tree | 9ae98ee1f764e89301930fd17c0ec7b11612a462 /keyboards/maartenwut/wasdat_code/config.h | |
parent | 5e235d30c760272b4e33e22bfa470e63c2dbaaca (diff) |
[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 <maartenn2001@gmail.com>
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 |