From 2a63e212794627ee649e4649355ecce8d1a790b8 Mon Sep 17 00:00:00 2001 From: Luciano Malavasi Date: Fri, 20 Apr 2018 13:06:10 -0700 Subject: Firmware for Alpha (28-key keyboard) (#2755) * alpha with firmware added to list of keyboards, ready to push * revised according to drashna's fixes * keymap -> layout? * fixed macro and improved layout issuesOC * Update rules.mk * Update alpha.h * Update and rename keyboards/alpha/layouts/default/28_alpha/keymap.c to keyboards/alpha/keymaps/default/keymap.c * alpha/readme.md added according to qmk templateOC * resolved a careless merge conflict * bugfix --- keyboards/alpha/alpha.c | 1 + 1 file changed, 1 insertion(+) create mode 100755 keyboards/alpha/alpha.c (limited to 'keyboards/alpha/alpha.c') diff --git a/keyboards/alpha/alpha.c b/keyboards/alpha/alpha.c new file mode 100755 index 0000000000..3029ba50a8 --- /dev/null +++ b/keyboards/alpha/alpha.c @@ -0,0 +1 @@ +#include "alpha.h" -- cgit v1.2.3