[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>
This commit is contained in:
Maarten Dekkers
2020-04-23 22:38:24 +02:00
committed by GitHub
parent 5e235d30c7
commit 99eacdc47a
4 changed files with 55 additions and 2 deletions

View File

@@ -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