[Keyboard] Added IVY macropad (#6211)

* Added initial files for the Adron  3-key macro pad

* Refactor of "adron_pad" to "ivy", cleaned up the readme and removed un-needed keymap as well.

* Made suggested changes to commit for PR

* Removed unneeded define block from SUBPROJECT_rev1 as it is redundant (Thanks drashna ;) )
This commit is contained in:
That-Canadian 2019-07-14 18:26:45 -07:00 committed by Drashna Jaelre
parent 4211252117
commit fd48f687b1
11 changed files with 274 additions and 0 deletions

14
keyboards/ivy/rev1/rev1.h Normal file
View file

@ -0,0 +1,14 @@
#pragma once
#include "ivy.h"
#define LAYOUT( \
K00, \
K01, \
K02 \
) \
{ \
{ K00, KC_NO, KC_NO }, \
{ KC_NO, K01, KC_NO }, \
{ KC_NO, KC_NO, K02 }, \
}