~ruther/qmk_firmware

e2843c25ceb35ab8c1e22ec16605ee6a854b59d9 — Rys Sommefeldt 6 years ago b27ddf1
[Keymap] Shuffle FL1 some more  to match keycap legends (#5673)

M keyboards/tada68/keymaps/mattgemmell/keymap.c => keyboards/tada68/keymaps/mattgemmell/keymap.c +6 -6
@@ 29,20 29,20 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
   * ,----------------------------------------------------------------.
   * |   | F1| F2| F3| F4| F5| F6| F7| F8| F9|F10|F11|F12|       |BR↑ |
   * |----------------------------------------------------------------|
   * |     |   |   |   |   |   |   |   |   |   |   |   |   |     |BR↓ |
   * |     |   |   |   |   |   |   |   |Prn|Scl|Pau|Up |   |     |BR↓ |
   * |-------------------------------------------------------    -----|
   * |       |   |   |   |   |   |   |   |   |   |   |  |   |    |Home|
   * |       | V+| V-|Mut|   |   |   |   |Hom|PgU|Lft|Rig|  |    |Home|
   * |----------------------------------------------------------------|
   * |     |   |   |   | L+|LED| L-|   |   | V↓| V↑|Mut|     | ↑ | End|
   * |     |   |   |   | L+|LED| L-|   |   |End|PgDn|Dow|    | ↑ | End|
   * |----------------------------------------------------------------|
   * |    |    |    |                       |   |   |    | ← | ↓ | →  |
   * `----------------------------------------------------------------'
   */
  [_FL] = LAYOUT_iso(
    _______, KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,  _______, KC_BRMU, \
    _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          KC_BRMD, \
    _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, \
    _______, _______, _______, _______, BL_DEC,  BL_TOGG, BL_INC,  _______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, KC_MS_U, KC_END,  \
    _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_SLCK, KC_PAUS, KC_UP,   _______,          KC_BRMD, \
    _______, KC_VOLU, KC_VOLD, KC_MUTE, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, _______, _______, KC_HOME, \
    _______, _______, _______, _______, BL_DEC,  BL_TOGG, BL_INC,  _______, _______, KC_END,  KC_PGDN, KC_DOWN, _______, KC_MS_U, KC_END,  \
    _______, _______, _______,                   _______,                            _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R
	),
};

M keyboards/tada68/keymaps/mattgemmell/readme.md => keyboards/tada68/keymaps/mattgemmell/readme.md +3 -4
@@ 1,9 1,8 @@
# Custom Tada68 layout for ISO UK with Apple-y tweaks
# Custom TADA68 layout for ISO UK with Apple-specific tweaks

This layout is based on the [ISO UK](../iso-uk) layout, with the following
changes:
This layout is based on the [ISO UK](../iso-uk) layout, with changes to make it
more user friendly when used on Apple devices, like iPads and the Mac.

Swap Win and Alt on the left side (Option and Command on macOS)

## Installation