Browse Source

Updates documentation, adds Cmd/Win dual-function key

pull/133/merge
Erez Zukerman 8 years ago
parent
commit
ac84fa47fc
5 changed files with 1098 additions and 1443 deletions
  1. +1091
    -1441
      keyboard/ergodox_ez/keymaps/default/default.hex
  2. BIN
      keyboard/ergodox_ez/keymaps/default/default.png
  3. BIN
      keyboard/ergodox_ez/keymaps/default/default_highres.png
  4. +2
    -2
      keyboard/ergodox_ez/keymaps/default/keymap.c
  5. +5
    -0
      keyboard/ergodox_ez/keymaps/default/readme.md

+ 1091
- 1441
keyboard/ergodox_ez/keymaps/default/default.hex
File diff suppressed because it is too large
View File


BIN
keyboard/ergodox_ez/keymaps/default/default.png View File

Before After
Width: 620  |  Height: 1006  |  Size: 180 KiB Width: 620  |  Height: 1016  |  Size: 189 KiB

BIN
keyboard/ergodox_ez/keymaps/default/default_highres.png View File

Before After
Width: 1920  |  Height: 3115  |  Size: 753 KiB Width: 3307  |  Height: 5418  |  Size: 1.4 MiB

+ 2
- 2
keyboard/ergodox_ez/keymaps/default/keymap.c View File

@ -14,7 +14,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
* | Del | Q | W | E | R | T | L1 | | L1 | Y | U | I | O | P | \ |
* |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
* | BkSp | A | S | D | F | G |------| |------| H | J | K | L |; / L2| ' |
* | BkSp | A | S | D | F | G |------| |------| H | J | K | L |; / L2|' / Cmd |
* |--------+------+------+------+------+------| Hyper| | Meh |------+------+------+------+------+--------|
* | LShift |Z/Ctrl| X | C | V | B | | | | N | M | , | . |//Ctrl| RShift |
* `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
@ -43,7 +43,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// right hand
KC_RGHT, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS,
TG(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,
KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),KC_QUOT,
KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),GUI_T(KC_QUOT),
MEH_T(KC_NO),KC_N, KC_M, KC_COMM,KC_DOT, CTL_T(KC_SLSH), KC_RSFT,
KC_UP, KC_DOWN,KC_LBRC,KC_RBRC, KC_FN1,
KC_LALT, CTL_T(KC_ESC),


+ 5
- 0
keyboard/ergodox_ez/keymaps/default/readme.md View File

@ -1,5 +1,10 @@
# ErgoDox EZ Default Configuration
## Changelog
* Feb 2, 2016 (V1.1):
* Made the right-hand quote key double as Cmd/Win on hold. So you get ' when you tap it, " when you tap it with Shift, and Cmd or Win when you hold it. You can then use it as a modifier, or just press and hold it for a moment (and then let go) to send a single Cmd or Win keystroke (handy for opening the Start menu on Windows).
This is what we ship with out of the factory. :) The image says it all:
![Default](default_highres.png)

Loading…
Cancel
Save