From 575b2a66df2d75fa6cf689912b0c1a0816f3fe66 Mon Sep 17 00:00:00 2001 From: Felipe Coury Date: Wed, 23 May 2018 00:53:11 -0300 Subject: Adds Zlant keyboard support (#3028) * Added Zlant support * Uses LAYOUT and identifies individual layers * Removed deprecated =? usage on rules.mk * Adds readme for Zlant keyboard and its default layout * Fixed LAYOUT constant * Minor zlant readme formatting fix --- keyboards/zlant/zlant.c | 1 + 1 file changed, 1 insertion(+) create mode 100755 keyboards/zlant/zlant.c (limited to 'keyboards/zlant/zlant.c') diff --git a/keyboards/zlant/zlant.c b/keyboards/zlant/zlant.c new file mode 100755 index 0000000000..b60e9425c7 --- /dev/null +++ b/keyboards/zlant/zlant.c @@ -0,0 +1 @@ +#include "zlant.h" -- cgit v1.2.3