aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tada68
diff options
context:
space:
mode:
authorRys Sommefeldt <rys@pixeltards.com>2019-04-21 17:15:19 +0100
committerDrashna Jaelre <drashna@live.com>2019-04-21 09:15:19 -0700
commite2843c25ceb35ab8c1e22ec16605ee6a854b59d9 (patch)
tree7962716e14368a6937f7c2555ba647b0fcc0bb4e /keyboards/tada68
parentb27ddf1edbc5baa317507d7c91054abd2e14de8a (diff)
downloadqmk_firmware-e2843c25ceb35ab8c1e22ec16605ee6a854b59d9.tar.gz
qmk_firmware-e2843c25ceb35ab8c1e22ec16605ee6a854b59d9.zip
[Keymap] Shuffle FL1 some more to match keycap legends (#5673)
Diffstat (limited to 'keyboards/tada68')
-rw-r--r--keyboards/tada68/keymaps/mattgemmell/keymap.c12
-rw-r--r--keyboards/tada68/keymaps/mattgemmell/readme.md7
2 files changed, 9 insertions, 10 deletions
diff --git a/keyboards/tada68/keymaps/mattgemmell/keymap.c b/keyboards/tada68/keymaps/mattgemmell/keymap.c
index 1a8021ea4..f2afd3cd4 100644
--- a/keyboards/tada68/keymaps/mattgemmell/keymap.c
+++ b/keyboards/tada68/keymaps/mattgemmell/keymap.c
@@ -29,20 +29,20 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
29 * ,----------------------------------------------------------------. 29 * ,----------------------------------------------------------------.
30 * | | F1| F2| F3| F4| F5| F6| F7| F8| F9|F10|F11|F12| |BR↑ | 30 * | | F1| F2| F3| F4| F5| F6| F7| F8| F9|F10|F11|F12| |BR↑ |
31 * |----------------------------------------------------------------| 31 * |----------------------------------------------------------------|
32 * | | | | | | | | | | | | | | |BR↓ | 32 * | | | | | | | | |Prn|Scl|Pau|Up | | |BR↓ |
33 * |------------------------------------------------------- -----| 33 * |------------------------------------------------------- -----|
34 * | | | | | | | | | | | | | | |Home| 34 * | | V+| V-|Mut| | | | |Hom|PgU|Lft|Rig| | |Home|
35 * |----------------------------------------------------------------| 35 * |----------------------------------------------------------------|
36 * | | | | | L+|LED| L-| | | V↓| V↑|Mut| | ↑ | End| 36 * | | | | | L+|LED| L-| | |End|PgDn|Dow| | ↑ | End|
37 * |----------------------------------------------------------------| 37 * |----------------------------------------------------------------|
38 * | | | | | | | | ← | ↓ | → | 38 * | | | | | | | | ← | ↓ | → |
39 * `----------------------------------------------------------------' 39 * `----------------------------------------------------------------'
40 */ 40 */
41 [_FL] = LAYOUT_iso( 41 [_FL] = LAYOUT_iso(
42 _______, 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, \ 42 _______, 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, \
43 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_BRMD, \ 43 _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_SLCK, KC_PAUS, KC_UP, _______, KC_BRMD, \
44 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, \ 44 _______, KC_VOLU, KC_VOLD, KC_MUTE, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, _______, _______, KC_HOME, \
45 _______, _______, _______, _______, BL_DEC, BL_TOGG, BL_INC, _______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, KC_MS_U, KC_END, \ 45 _______, _______, _______, _______, BL_DEC, BL_TOGG, BL_INC, _______, _______, KC_END, KC_PGDN, KC_DOWN, _______, KC_MS_U, KC_END, \
46 _______, _______, _______, _______, _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R 46 _______, _______, _______, _______, _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R
47 ), 47 ),
48}; 48};
diff --git a/keyboards/tada68/keymaps/mattgemmell/readme.md b/keyboards/tada68/keymaps/mattgemmell/readme.md
index a67e25ae2..de8e0c498 100644
--- a/keyboards/tada68/keymaps/mattgemmell/readme.md
+++ b/keyboards/tada68/keymaps/mattgemmell/readme.md
@@ -1,9 +1,8 @@
1# Custom Tada68 layout for ISO UK with Apple-y tweaks 1# Custom TADA68 layout for ISO UK with Apple-specific tweaks
2 2
3This layout is based on the [ISO UK](../iso-uk) layout, with the following 3This layout is based on the [ISO UK](../iso-uk) layout, with changes to make it
4changes: 4more user friendly when used on Apple devices, like iPads and the Mac.
5 5
6Swap Win and Alt on the left side (Option and Command on macOS)
7 6
8## Installation 7## Installation
9 8