Skip to content

Commit

Permalink
More layout tweaks
Browse files Browse the repository at this point in the history
 * Add ctrl key to left pinky
 * Move modifier keys to more similar location to a standard keyboard
 * Move arrow keys to the small keys at the right thumb
 * Add arrow keys to hjkl in layer 1
  • Loading branch information
jou committed Feb 10, 2015
1 parent a73dc40 commit f171604
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions keyboard/ergodox/keymap_jou.h
Expand Up @@ -2,19 +2,19 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KEYMAP( // layer 0 : default
// left hand
ESC, 1, 2, 3, 4, 5, MINS,
BSLS,Q, W, E, R, T, FN2,
TAB, A, S, D, F, G,
TAB, Q, W, E, R, T, FN2,
LCTL,A, S, D, F, G,
LSFT,Z, X, C, V, B, FN1,
LGUI,GRV, BSLS,LEFT,RGHT,
LCTL,LALT,
HOME,
BSPC,DEL, END,
GRV, BSLS,LCTL,LALT,LGUI,
LEFT,RGHT,
UP,
BSPC,DEL, DOWN,
// right hand
EQL, 6, 7, 8, 9, 0, LBRC,
FN3, Y, U, I, O, P, RBRC,
H, J, K, L, SCLN,QUOT,
FN1, N, M, COMM,DOT, SLSH,RSFT,
LEFT,DOWN,UP, RGHT,RGUI,
RGUI,RALT,RCTL,MINS, EQL,
RALT,RCTL,
PGUP,
PGDN,ENT, SPC
Expand All @@ -27,13 +27,13 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
TRNS,TRNS,TRNS,TRNS,TRNS,TRNS,
TRNS,TRNS,TRNS,TRNS,TRNS,TRNS,TRNS,
TRNS,TRNS,TRNS,TRNS,TRNS,
TRNS,TRNS,
TRNS,
TRNS,TRNS,TRNS,
HOME, END,
PGDN,
TRNS,TRNS,PGUP,
// right hand
F12, F6, F7, F8, F9, F10, TRNS,
TRNS,TRNS,TRNS,TRNS,TRNS,TRNS,TRNS,
TRNS,TRNS,TRNS,TRNS,TRNS,TRNS,
LEFT,DOWN, UP,RGHT,TRNS,TRNS,
TRNS,TRNS,TRNS,TRNS,TRNS,TRNS,TRNS,
TRNS,TRNS,TRNS,TRNS,TRNS,
TRNS,TRNS,
Expand Down

0 comments on commit f171604

Please sign in to comment.