diff options
author | Adam Newbold <adam@neatnik.net> | 2019-03-03 13:29:27 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-03 10:29:27 -0800 |
commit | b5d85ddc90e248317fb12832f7072dfbcccd48e5 (patch) | |
tree | 30d601a5fb89ae59c3407036f7d473e784a4f8a1 /keyboards/converter/numeric_keypad_IIe/info.json | |
parent | 6aba3ce9d2bd108c5a7cc65625085505677fca17 (diff) | |
download | qmk_firmware-b5d85ddc90e248317fb12832f7072dfbcccd48e5.tar.gz qmk_firmware-b5d85ddc90e248317fb12832f7072dfbcccd48e5.zip |
[Keyboard] Adding Numeric Keypad //e converter (#5294)
* Adding Numeric Keypad //e to conversions
* Update keyboards/converter/numeric_keypad_IIe/config.h
//e -> IIe
Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/converter/numeric_keypad_IIe/config.h
//e -> IIe and wrapped description in quotes for comma inclusion
Co-Authored-By: newbold <adam@neatnik.net>
* Updating info.json for Configurator
* Corrected legend
* Update keyboards/converter/numeric_keypad_IIe/info.json
Corrected layout
Co-Authored-By: newbold <adam@neatnik.net>
Diffstat (limited to 'keyboards/converter/numeric_keypad_IIe/info.json')
-rw-r--r-- | keyboards/converter/numeric_keypad_IIe/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/converter/numeric_keypad_IIe/info.json b/keyboards/converter/numeric_keypad_IIe/info.json new file mode 100644 index 0000000000..f1990698ae --- /dev/null +++ b/keyboards/converter/numeric_keypad_IIe/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "Numeric Keypad IIe", + "url": "", + "maintainer": "qmk", + "width": 7.5, + "height": 4, + "layouts": { + "LAYOUT": { + "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"7", "x":2, "y":0}, {"label":"8", "x":3, "y":0}, {"label":"9", "x":4, "y":0}, {"label":"(", "x":5.5, "y":0}, {"label":")", "x":6.5, "y":0}, {"label":"\u2190", "x":0, "y":1}, {"label":"4", "x":2, "y":1}, {"label":"5", "x":3, "y":1}, {"label":"6", "x":4, "y":1}, {"label":"\u2212", "x":5.5, "y":1}, {"label":"\u00f7", "x":6.5, "y":1}, {"label":"\u2192", "x":0, "y":2}, {"label":"1", "x":2, "y":2}, {"label":"2", "x":3, "y":2}, {"label":"3", "x":4, "y":2}, {"label":"+", "x":5.5, "y":2}, {"label":"\u00d7", "x":6.5, "y":2}, {"label":"Space", "x":0, "y":3}, {"label":"0", "x":1.5, "y":3, "w":1.5}, {"label":",", "x":3, "y":3}, {"label":".", "x":4, "y":3}, {"label":"Ret", "x":5.5, "y":3}, {"label":"Print", "x":6.5, "y":3}] + } + } +} |