summaryrefslogtreecommitdiffstats
path: root/keyboards/pearl/info.json
diff options
context:
space:
mode:
authorJames <noroadsleft@users.noreply.github.com>2018-04-26 20:06:59 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-26 20:06:59 +0200
commit80ccbc7b547d07236f302af830be75e646b7848f (patch)
treeb3590ca3fd203c193cd0daa36964d8fff8abb4d8 /keyboards/pearl/info.json
parent644efe48bf893a61597114d6d1953a2905c4e6a4 (diff)
downloadqmk_firmware-80ccbc7b547d07236f302af830be75e646b7848f.tar.gz
qmk_firmware-80ccbc7b547d07236f302af830be75e646b7848f.tar.xz
QMK Configurator update for the Pearl 40% (#2810)
* QMK Configurator updates for the Pearl 40% Attempt to get the physical layout as displayed in the Configurator more true-to-life. * Bugfixes per mechmerlin "By changing KEYMAP to LAYOUT in the .h file, all the keymaps who rely on KEYMAP are now broken. You need to go into the keymap directory and fix all the keymaps affected by this change. Should just be an issue of renaming KEYMAP to LAYOUT." * Merge pull request #2 from noroadsleft/noroadsleft-patch-20180425 Bugfixes per mechmerlin * keymap.c updates for Pearl -#include "pearl.h" +#QMK_KEYBOARD_H
Diffstat (limited to 'keyboards/pearl/info.json')
-rw-r--r--keyboards/pearl/info.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/pearl/info.json b/keyboards/pearl/info.json
new file mode 100644
index 000000000..300af0ecd
--- /dev/null
+++ b/keyboards/pearl/info.json
@@ -0,0 +1,13 @@
+{
+ "keyboard_name": "Pearl",
+ "url": "",
+ "maintainer": "qmk",
+ "bootloader": "",
+ "width": 13,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Y", "x":6, "y":0}, {"label":"U", "x":7, "y":0}, {"label":"I", "x":8, "y":0}, {"label":"O", "x":9, "y":0}, {"label":"P", "x":10, "y":0}, {"label":"{", "x":11, "y":0}, {"label":"Backspace", "x":12, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"A", "x":1.5, "y":1}, {"label":"S", "x":2.5, "y":1}, {"label":"D", "x":3.5, "y":1}, {"label":"F", "x":4.5, "y":1}, {"label":"G", "x":5.5, "y":1}, {"label":"H", "x":6.5, "y":1}, {"label":"J", "x":7.5, "y":1}, {"label":"K", "x":8.5, "y":1}, {"label":"L", "x":9.5, "y":1}, {"label":":", "x":10.5, "y":1}, {"label":"\\", "x":11.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"Z", "x":1.75, "y":2}, {"label":"X", "x":2.75, "y":2}, {"label":"C", "x":3.75, "y":2}, {"label":"V", "x":4.75, "y":2}, {"label":"B", "x":5.75, "y":2}, {"label":"N", "x":6.75, "y":2}, {"label":"M", "x":7.75, "y":2}, {"label":"<", "x":8.75, "y":2}, {"label":">", "x":9.75, "y":2}, {"label":"?", "x":10.75, "y":2}, {"label":"Shift", "x":11.75, "y":2, "w":1.25}, {"label":"Alt", "x":1.13, "y":3}, {"label":"Ctrl", "x":2.13, "y":3, "w":1.25}, {"label":"Win", "x":3.375, "y":3, "w":1.25}, {"label":"Shift", "x":4.625, "y":3, "w":2.25}, {"x":6.875, "y":3, "w":1.25}, {"x":8.125, "y":3, "w":1.5}, {"label":"Menu", "x":9.625, "y":3}, {"label":"Fn", "x":10.63, "y":3, "w":1.25}]
+ }
+ }
+} \ No newline at end of file