[Keymap] Shuffle FL1 some more to match keycap legends (#5673)

This commit is contained in:
Rys Sommefeldt 2019-04-21 17:15:19 +01:00 committed by Drashna Jaelre
parent b27ddf1edb
commit e2843c25ce
2 changed files with 9 additions and 10 deletions

View file

@ -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 | * | | 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( [_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_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_PSCR, KC_SLCK, KC_PAUS, KC_UP, _______, KC_BRMD, \
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, \ _______, KC_VOLU, KC_VOLD, KC_MUTE, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, _______, _______, KC_HOME, \
_______, _______, _______, _______, BL_DEC, BL_TOGG, BL_INC, _______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, KC_MS_U, KC_END, \ _______, _______, _______, _______, 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 _______, _______, _______, _______, _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R
), ),
}; };

View file

@ -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 This layout is based on the [ISO UK](../iso-uk) layout, with changes to make it
changes: 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 ## Installation