diff options
| author | xyverz <xyverz@gmail.com> | 2017-05-20 18:39:59 -0700 |
|---|---|---|
| committer | xyverz <xyverz@gmail.com> | 2017-05-20 18:39:59 -0700 |
| commit | 3588bd694eb533bc7ebd709554e9991ab1134036 (patch) | |
| tree | 473b2c335df8e5de253b9aed14b07a65669f9386 | |
| parent | 68b8f378531bff355f3454d51169598039ff50f1 (diff) | |
| download | qmk_firmware-3588bd694eb533bc7ebd709554e9991ab1134036.tar.gz qmk_firmware-3588bd694eb533bc7ebd709554e9991ab1134036.zip | |
Adding punctuation for clarity.
| -rw-r--r-- | Home.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -50,7 +50,7 @@ If you use Dvorak, use `keymap_dvorak.h` instead of `keymap_colemak.h` for this | |||
| 50 | 50 | ||
| 51 | These implementations assume you're using Colemak or Dvorak on your OS, not on your keyboard - this is referred to as a software-implemented layout. If your computer is in Qwerty and your keymap is in Colemak or Dvorak, this is referred to as a firmware-implemented layout, and you won't need these features. | 51 | These implementations assume you're using Colemak or Dvorak on your OS, not on your keyboard - this is referred to as a software-implemented layout. If your computer is in Qwerty and your keymap is in Colemak or Dvorak, this is referred to as a firmware-implemented layout, and you won't need these features. |
| 52 | 52 | ||
| 53 | To give an example, if you're using software-implemented Colemak, and want to get an `F`, you would use `CM_F` - `KC_F` under these same circumstances would result in `T`. | 53 | To give an example, if you're using software-implemented Colemak, and want to get an `F`, you would use `CM_F`. Using `KC_F` under these same circumstances would result in `T`. |
| 54 | 54 | ||
| 55 | ## Backlight Breathing | 55 | ## Backlight Breathing |
| 56 | 56 | ||
