aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Chang <william@factual.com>2019-04-20 17:03:57 -0700
committerWilliam Chang <william@factual.com>2019-04-20 17:03:57 -0700
commitb42ca9bc5fd13b2d5d3cefa8f329d78611bea53f (patch)
treed685c7ce47e1ef15f71bb9fccdb637e91a5f5ce8
parent42cb78f98eb3ab0e4de638ec8e0db99fcab8d4a4 (diff)
parentdc3a8ddb6be228d5385b1d10982715c6072d740b (diff)
downloadqmk_firmware-b42ca9bc5fd13b2d5d3cefa8f329d78611bea53f.tar.gz
qmk_firmware-b42ca9bc5fd13b2d5d3cefa8f329d78611bea53f.zip
Merge branch 'master' of https://github.com/billiams/qmk_firmware
-rw-r--r--keyboards/dz60/keymaps/billiams/README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/keyboards/dz60/keymaps/billiams/README.md b/keyboards/dz60/keymaps/billiams/README.md
index ea8d326a3..5a3a7213f 100644
--- a/keyboards/dz60/keymaps/billiams/README.md
+++ b/keyboards/dz60/keymaps/billiams/README.md
@@ -1,16 +1,16 @@
1## Billiam's DZ60 layout 1## Billiam's DZ60 layout
2 2
3This layout is optimized for MacOS is for a Build 4 DZ60 with a 2U left shift, 2U right shift and an arrow 3This layout is optimized for MacOS and is for a Build 4 DZ60 with a 2U left shift, 2U right shift and an arrow
4cluster in the bottom right. Don't use this layout if you didn't get Build 4, you will enter a world of pain Donny. 4cluster in the bottom right. Don't use this layout if you didn't get Build 4, you will enter a world of pain Donny.
5 5
6Settings: 6Settings:
7 7
8* The capslock key is replaced with a second function key. 8* The `CAPS LOCK` key is replaced with a second function key.
9* The Alt an Cmd keys are swapped to replicate the Mac layout. 9* The `ALT` and `CMD` keys are swapped to replicate the Mac layout.
10* Del is available as Fn+Backspace 10* Del is available as `Fn` + `Backspace`
11* / ? are available when you tap the right shift. Otherwise RShift is shift when held down 11* `/ ?` are available when you tap the right shift. Otherwise RShift is shift when held down
12* RESET is available as Fn+Esc 12* RESET is available as `Fn`+ ` ESC`
13* Underglow toggle and mode selection are available as Fn+A and Fn+S 13* Underglow toggle and mode selection are available as `Fn` + `Q` and `Fn` + `S`. Yes your keyboard has lights even if you didn't get the LEDs. Bonus!
14* Media play/pause doesn't seem to work with anything but iTunes at the moment. FML 14* Media play/pause doesn't seem to work with anything but iTunes at the moment. FML
15 15
16 16
@@ -32,11 +32,11 @@ make dz60:billiams # be in the qmk_firmware directory to do this
32``` 32```
33A hex file `dz60_billiams.hex` will be created in the base qmk_firmware directory 33A hex file `dz60_billiams.hex` will be created in the base qmk_firmware directory
34 34
354. Before plugging in your keyboard into your computer, hold SPACE and B keys down 354. Before plugging in your keyboard into your computer, hold `SPACE` and `B` keys down
365. Plug the computer in, 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
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. 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.
38 38
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. 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.
40 40
41Hope this helps! 41Hope this helps!
42 42