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/wasdat_code.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboards/maartenwut/wasdat_code/wasdat_code.h') diff --git a/keyboards/maartenwut/wasdat_code/wasdat_code.h b/keyboards/maartenwut/wasdat_code/wasdat_code.h index 1f7b24de05..5b3ed20913 100644 --- a/keyboards/maartenwut/wasdat_code/wasdat_code.h +++ b/keyboards/maartenwut/wasdat_code/wasdat_code.h @@ -27,6 +27,9 @@ * The second converts the arguments into a two-dimensional array which * represents the switch matrix. */ + +#define LAYOUT_all LAYOUT_fullsize_iso + #define LAYOUT_fullsize_ansi( \ k05, k64, k62, k22, k02, k31, k0c, k2f, k6f, k6b, k3b, k0b, k5b, k33, k43, k41, \ k65, k35, k34, k32, k30, k60, k6a, k3a, k3c, k3f, k3d, k6d, k6c, k2b, k67, k6e, k66, k78, k77, k76, k56, \ -- cgit v1.2.3