aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Chang <william@factual.com>2019-07-13 13:12:37 -0700
committerDrashna Jaelre <drashna@live.com>2019-07-13 13:12:36 -0700
commit0694decfa1254703690cd11ee5996e8a1a09b8a1 (patch)
tree8be18a80b20cd738365d611526ad1a8f4c26a162
parentda1f05fbc19477c05c0c01bb07fabfaf1ece9d54 (diff)
downloadqmk_firmware-0694decfa1254703690cd11ee5996e8a1a09b8a1.tar.gz
qmk_firmware-0694decfa1254703690cd11ee5996e8a1a09b8a1.zip
[Keymap] switch backspace and backslash, updated readme (#6323)
-rw-r--r--keyboards/dz60/keymaps/billiams/keymap.c8
-rw-r--r--keyboards/dz60/keymaps/billiams/readme.md8
2 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/dz60/keymaps/billiams/keymap.c b/keyboards/dz60/keymaps/billiams/keymap.c
index b1c75d903..b59040d77 100644
--- a/keyboards/dz60/keymaps/billiams/keymap.c
+++ b/keyboards/dz60/keymaps/billiams/keymap.c
@@ -4,9 +4,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
4 4
5 /* Qwerty 5 /* Qwerty
6 * ,-----------------------------------------------------------------------------------------. 6 * ,-----------------------------------------------------------------------------------------.
7 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Bkspc | 7 * | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ |
8 * |-----------------------------------------------------------------------------------------+ 8 * |-----------------------------------------------------------------------------------------+
9 * | Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | 9 * | Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | Bkspc |
10 * |-----------------------------------------------------------------------------------------+ 10 * |-----------------------------------------------------------------------------------------+
11 * | Fn | A | S | D | F | G | H | J | K | L | ; | ' | Enter | 11 * | Fn | A | S | D | F | G | H | J | K | L | ; | ' | Enter |
12 * |-----------------------------------------------------------------------------------------+ 12 * |-----------------------------------------------------------------------------------------+
@@ -17,8 +17,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
17 */ 17 */
18 18
19 LAYOUT_directional( 19 LAYOUT_directional(
20 KC_GRAVE, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, _______, KC_BSPC, 20 KC_GRAVE, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, _______, KC_BSLS,
21 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, 21 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC,
22 MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, 22 MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
23 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, _______, RSFT_T(KC_SLSH) , KC_UP, KC_ESCAPE, 23 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, _______, RSFT_T(KC_SLSH) , KC_UP, KC_ESCAPE,
24 KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_SPC, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RIGHT 24 KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_SPC, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RIGHT
diff --git a/keyboards/dz60/keymaps/billiams/readme.md b/keyboards/dz60/keymaps/billiams/readme.md
index 5c0431e23..0f917bf41 100644
--- a/keyboards/dz60/keymaps/billiams/readme.md
+++ b/keyboards/dz60/keymaps/billiams/readme.md
@@ -12,6 +12,7 @@ Settings:
12* RESET is available as `Fn`+ ` ESC` 12* RESET is available as `Fn`+ ` ESC`
13* Underglow toggle is available as `Fn` + `Q`. Yes your keyboard has lights even if you didn't get the LEDs. Bonus! 13* Underglow toggle is available as `Fn` + `Q`. Yes your keyboard has lights even if you didn't get the LEDs. Bonus!
14* vim-style arrow key bindings H J K L in layer 1 14* vim-style arrow key bindings H J K L in layer 1
15* The `Bkspc` and `\` keys have been swapped, the reach was too great to have backspace on the top row
15 16
16### Initial Installation 17### Initial Installation
17 18
@@ -35,16 +36,16 @@ A hex file `dz60_billiams.hex` will be created in the base qmk_firmware director
355. Holding those keys down, plug the keyboard into your computer, which will put the keyboard in bootlegger mode 365. Holding those keys down, plug the keyboard into your computer, which will put the keyboard in bootlegger mode
366. If you are using [QMK toolbox](https://github.com/qmk/qmk_toolbox/releases), upload the .hex file you made above, select it and hit the flash button. For the love of all that is good and holy on Earth, don't hit the load button, that will load the default keymap and that's not what you want! Unless it is, in which case click away. 376. If you are using [QMK toolbox](https://github.com/qmk/qmk_toolbox/releases), upload the .hex file you made above, select it and hit the flash button. For the love of all that is good and holy on Earth, don't hit the load button, that will load the default keymap and that's not what you want! Unless it is, in which case click away.
37 38
38Note: If you didn't follow my instructions in 4 and accidentally loaded the default keymap, then to `RESET` the keyboard and kick it into bootleg mode again, hold the `down arrow` key and `\`. The default layout is Build 1 and sets the `MENU` key on that build to `Fn`. `MENU` corresponds to `down arrow` in build 4. Note that you don't have to unplug the keyboard. 39Note: If you didn't follow my instructions in 4 and accidentally loaded the default keymap, then to `RESET` the keyboard and kick it into bootleg mode again, hold the `down arrow` key and `\`. The default layout is Build 1 and sets the `MENU` key on that build to `Fn`. `MENU` corresponds to `down arrow` in build 4. Note that you don't have to unplug the keyboard.
39 40
40Hope this helps! 41Hope this helps!
41 42
42### 0 Qwerty 43### 0 Qwerty
43``` 44```
44,-----------------------------------------------------------------------------------------. 45,-----------------------------------------------------------------------------------------.
45| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Bkspc | 46| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ |
46|-----------------------------------------------------------------------------------------+ 47|-----------------------------------------------------------------------------------------+
47| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | 48| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | Bkspc |
48|-----------------------------------------------------------------------------------------+ 49|-----------------------------------------------------------------------------------------+
49| Fn | A | S | D | F | G | H | J | K | L | ; | ' | Enter | 50| Fn | A | S | D | F | G | H | J | K | L | ; | ' | Enter |
50|-----------------------------------------------------------------------------------------+ 51|-----------------------------------------------------------------------------------------+
@@ -69,4 +70,3 @@ FN Layer
69| | | | | | | HOME | PG_DN | END | 70| | | | | | | HOME | PG_DN | END |
70`-----------------------------------------------------------------------------------------' 71`-----------------------------------------------------------------------------------------'
71``` 72```
72