summary refs log tree commit diff
path: root/keyboards/handwired/jot50
diff options
context:
space:
mode:
authorjotix <47826561+jotix@users.noreply.github.com>2019-03-20 14:38:39 -0300
committerDrashna Jaelre <drashna@live.com>2019-03-20 10:38:39 -0700
commit066465fa6fdf3013a7fac11305d20bb2846fd630 (patch)
tree5922f212fb285ccb5025ecbe0604ba35d4aae86b /keyboards/handwired/jot50
parentcd696ed3d13542b09d34e8d78bb19ed6e7eee568 (diff)
[Keymap] jotix layouts adjustments (#5453)
Diffstat (limited to 'keyboards/handwired/jot50')
-rw-r--r--keyboards/handwired/jot50/keymaps/default/keymap.c12
-rw-r--r--keyboards/handwired/jot50/readme.md2
2 files changed, 5 insertions, 9 deletions
diff --git a/keyboards/handwired/jot50/keymaps/default/keymap.c b/keyboards/handwired/jot50/keymaps/default/keymap.c
index 84fa9eea4b..4ec535c31d 100644
--- a/keyboards/handwired/jot50/keymaps/default/keymap.c
+++ b/keyboards/handwired/jot50/keymaps/default/keymap.c
@@ -15,10 +15,6 @@ extern keymap_config_t keymap_config;
 #define _RAISE    2
 #define _ADJUST   3
 
-enum planck_keycodes {
-  BACKLIT = SAFE_RANGE
-};
-
 #define LOWER MO(_LOWER)
 #define RAISE MO(_RAISE)
 
@@ -26,9 +22,9 @@ enum planck_keycodes {
  * +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
  * |        |   F1   |   F2   |   F3   |   F4   |   F5   |   F6   |   F7   |   F8   |   F9   |  F10   |        |
  * +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
- * |  caps  |   F11  |   F12  |        |        |        |        |    -   |    =   |    [   |   ]    |        |
+ * |  caps  |   F11  |   F12  |        |        |        |        |    -   |    =   |    [   |   ]    |    \   |
  * +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
- * |        |  vol-  |  mute  |  vol+  |        |        |        |        |        |        |        |    \   |
+ * |        |  vol-  |  mute  |  vol+  |        |        |        |    _   |    +   |    {   |   }    |    |   |
  * +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
  * |        |  prev  |  play  |  next  |        |        |        |        |        |        |        |        |
  * +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
@@ -37,8 +33,8 @@ enum planck_keycodes {
  */
 #define _FUNCT LAYOUT_ortho_5x12 (\
     _______, KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  _______,\
-    KC_CAPS, KC_F11,  KC_F12,  _______, _______, _______, _______, KC_MINS, KC_EQL,  KC_LBRC, KC_RBRC, _______,\
-    _______, KC_VOLD, KC_MUTE, KC_VOLU, _______, _______, _______, _______, _______, _______, _______, KC_BSLS,\
+    KC_CAPS, KC_F11,  KC_F12,  _______, _______, _______, _______, KC_MINS, KC_EQL,  KC_LBRC, KC_RBRC, KC_BSLS,\
+    _______, KC_VOLD, KC_MUTE, KC_VOLU, _______, _______, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,\
     _______, KC_MPRV, KC_MPLY, KC_MNXT, _______, _______, _______, _______, _______, _______, _______, _______,\
     _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END\
 )
diff --git a/keyboards/handwired/jot50/readme.md b/keyboards/handwired/jot50/readme.md
index fea08b82dc..2dcbc29710 100644
--- a/keyboards/handwired/jot50/readme.md
+++ b/keyboards/handwired/jot50/readme.md
@@ -32,6 +32,6 @@ Make example for this keyboard (after setting up your build environment):
 
 ### The Defaukt Keymap
 
-![Default Keymap](https://i.imgur.com/4WTmcSN.jpg)
+![Default Keymap](https://i.imgur.com/g85V8K6.png)
 
 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).