diff options
author | Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com> | 2019-11-16 03:20:57 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-15 10:20:57 -0800 |
commit | ad36bb37dd775de5132a68fbd6ad9cdf73b0c070 (patch) | |
tree | 25e68a9a00e4958d77e8f7537f723bef2c79b57f /keyboards/nafuda/info.json | |
parent | 1c9e4502181dc36ed9853dec4341765c87530240 (diff) | |
download | qmk_firmware-ad36bb37dd775de5132a68fbd6ad9cdf73b0c070.tar.gz |
[Keyboard] Add keyboard Nafuda (#7367)
* [Keyboard] Add keyboard Nafuda
Add Nafuda keyboard.
A 7 keys keyboard.
Salicylic-acid3
* Update keyboards/nafuda/info.json
* Update keyboards/nafuda/readme.md
* Update keyboards/nafuda/readme.md
* Update keyboards/nafuda/nafuda.h
* Update keyboards/nafuda/readme.md
* Update keyboards/nafuda/rules.mk
* Update keyboards/nafuda/rules.mk
* Update keyboards/nafuda/rules.mk
* Update keyboards/nafuda/rules.mk
* info.json Update
* Update keyboards/nafuda/rules.mk
Diffstat (limited to 'keyboards/nafuda/info.json')
-rw-r--r-- | keyboards/nafuda/info.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/nafuda/info.json b/keyboards/nafuda/info.json new file mode 100644 index 000000000..d5bf2b055 --- /dev/null +++ b/keyboards/nafuda/info.json @@ -0,0 +1,20 @@ +{ + "keyboard_name": "nafuda", + "url": "https://salicylic-acid3.hatenablog.com/", + "maintainer": "Salicylic_acid3", + "width": 3, + "height": 3, + "layouts": { + "LAYOUT": { + "layout": [ + {"label":"Mouse", "x":1, "y":0}, + {"label":"Backspace", "x":0, "y":0.5}, + {"label":"\u2191", "x":1, "y":1}, + {"label":"Browser", "x":2, "y":0.5}, + {"label":"\u2190", "x":0, "y":1.5}, + {"label":"\u2193", "x":1, "y":2}, + {"label":"\u2192", "x":2, "y":1.5} + ] + } + } +} |