diff options
author | GreenShadowMaker <39226745+GreenShadowMaker@users.noreply.github.com> | 2019-07-06 20:56:23 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-07-06 20:56:23 -0700 |
commit | a07da6e2452cd17699a01530f5435272ab6a732f (patch) | |
tree | 4d776299cef5734c83418cd7ef8cc3673b4cb5e0 /keyboards/idobo/keymaps/greenshadowmaker/keyboard-layout-editor-gsm-idobo.json | |
parent | dd1790c1b3a840ba541751e605106236816ba877 (diff) |
keymap for idobo (#6250)
* greenshadowmaker keymap for idobo xd75 massdrop
* remove uneeded config.h
* corrected format to match convention instead of xd75 where I accidentally started from
* fixed errors and added arrows bottom right to match my other layouts
* updated readme
* right arrow fix
* Update keyboards/idobo/keymaps/greenshadowmaker/keymap.c
removing unnecessary part, copied from different keymap
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* added suggested changes
* removed unneded elements
Diffstat (limited to 'keyboards/idobo/keymaps/greenshadowmaker/keyboard-layout-editor-gsm-idobo.json')
-rw-r--r-- | keyboards/idobo/keymaps/greenshadowmaker/keyboard-layout-editor-gsm-idobo.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/idobo/keymaps/greenshadowmaker/keyboard-layout-editor-gsm-idobo.json b/keyboards/idobo/keymaps/greenshadowmaker/keyboard-layout-editor-gsm-idobo.json index 95122075bd..19c0780463 100644 --- a/keyboards/idobo/keymaps/greenshadowmaker/keyboard-layout-editor-gsm-idobo.json +++ b/keyboards/idobo/keymaps/greenshadowmaker/keyboard-layout-editor-gsm-idobo.json @@ -101,7 +101,7 @@ }, "", "UP", - "", + "PrtScr", "H", "J", "K", @@ -182,9 +182,9 @@ "c": "#cccccc", "t": "#000000" }, - "", - "", - "", - "PrtScr" + "Left", + "Down", + "Up", + "Right" ] ]
\ No newline at end of file |