From 1499dffb076d04e4755e287faf3e84862df167ce Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Thu, 28 Jun 2018 22:44:49 -0700 Subject: Support KBD75 rev 2 (#3261) * Restructure kbd75 to support multiple revs * add rev2 files * fix config comments * try and avoid duplicate code for LAYOUT macros * keep the same layouts for rev2 for info.json * Add QMK Configurator support for the numpad layout * update readme to talk about rev2 --- keyboards/kbd75/rev2/rev2.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 keyboards/kbd75/rev2/rev2.c (limited to 'keyboards/kbd75/rev2/rev2.c') diff --git a/keyboards/kbd75/rev2/rev2.c b/keyboards/kbd75/rev2/rev2.c new file mode 100644 index 000000000..b1af81707 --- /dev/null +++ b/keyboards/kbd75/rev2/rev2.c @@ -0,0 +1 @@ +#include "rev2.h" -- cgit v1.2.3-24-g4f1b