[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:
parent
4211252117
commit
fd48f687b1
11 changed files with 274 additions and 0 deletions
5
keyboards/ivy/rev1/rev1.c
Normal file
5
keyboards/ivy/rev1/rev1.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "ivy.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
matrix_init_user();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue