* add miniMACRO5 add all nessecary files for the miniMACRO5 I have rewritten the readme, and changed the keymaps to be more simple. I have tested compiling, and everything works perfectly. * update miniMACRO5 readme add the make example into the readme file * Update keyboards/minimacro5/config.h Co-authored-by: Ryan <[email protected]> * Update keyboards/minimacro5/keymaps/default/keymap.c Co-authored-by: Ryan <[email protected]> * Update keyboards/minimacro5/keymaps/media/keymap.c Co-authored-by: Ryan <[email protected]> * Update keyboards/minimacro5/keymaps/media/keymap.c Co-authored-by: Ryan <[email protected]> * Update keyboards/minimacro5/minimacro5.c Co-authored-by: Ryan <[email protected]> * Update keyboards/minimacro5/info.json Co-authored-by: Ryan <[email protected]> * Apply suggestions from code review applied all suggestions. Co-authored-by: Ryan <[email protected]> * drashna suggestions - enum rather than define committed enum update by drashna Co-authored-by: Drashna Jaelre <[email protected]> * update keymap.c incorrect brackets Co-authored-by: dezli <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"keyboard_name": "minimacro5",
|
|
"url": "",
|
|
"maintainer": "qmk",
|
|
"width": 5,
|
|
"height": 1,
|
|
"layouts": {
|
|
"LAYOUT_ortho_1x5": {
|
|
"layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":5, "y":0}]
|
|
}
|
|
}
|
|
}
|