summaryrefslogtreecommitdiff
path: root/keyboards/minimacro5/info.json
diff options
context:
space:
mode:
authordezli <29718605+dezlidezlidezli@users.noreply.github.com>2020-09-22 13:03:03 +0800
committerGitHub <noreply@github.com>2020-09-21 22:03:03 -0700
commitbfbcfbc83e9c496abff002726f7cc07108d99003 (patch)
treea22a1497bfe9b24fc390cdaacd25e0fc2393d21a /keyboards/minimacro5/info.json
parent967ed19d77ce6793dac6cd94e294fe9edff5a39b (diff)
[Keyboard] Add miniMACRO5 Macropad (#10392)
* 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 <fauxpark@gmail.com> * Update keyboards/minimacro5/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/keymaps/media/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/keymaps/media/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/minimacro5.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/minimacro5/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review applied all suggestions. Co-authored-by: Ryan <fauxpark@gmail.com> * drashna suggestions - enum rather than define committed enum update by drashna Co-authored-by: Drashna Jaelre <drashna@live.com> * update keymap.c incorrect brackets Co-authored-by: dezli <m@dez.li> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/minimacro5/info.json')
-rw-r--r--keyboards/minimacro5/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/minimacro5/info.json b/keyboards/minimacro5/info.json
new file mode 100644
index 0000000000..1cc2a2e41c
--- /dev/null
+++ b/keyboards/minimacro5/info.json
@@ -0,0 +1,12 @@
+{
+ "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}]
+ }
+ }
+}