Created
November 22, 2017 14:40
-
-
Save cpdean/f4e905dc17995dfa33ea867df4520c4c to your computer and use it in GitHub Desktop.
easy reference of preonic default layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Qwerty | |
,-----------------------------------------------------------------------------------. | |
| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp | | |
|------+------+------+------+------+------+------+------+------+------+------+------| | |
| Tab | Q | W | E | R | T | Y | U | I | O | P | Del | | |
|------+------+------+------+------+-------------+------+------+------+------+------| | |
| Esc | A | S | D | F | G | H | J | K | L | ; | " | | |
|------+------+------+------+------+------|------+------+------+------+------+------| | |
| Shift| Z | X | C | V | B | N | M | , | . | / |Enter | | |
|------+------+------+------+------+------+------+------+------+------+------+------| | |
| Brite| Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right | | |
`-----------------------------------------------------------------------------------' | |
Lower | |
,-----------------------------------------------------------------------------------. | |
| ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Bksp | | |
|------+------+------+------+------+-------------+------+------+------+------+------| | |
| ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | Del | | |
|------+------+------+------+------+-------------+------+------+------+------+------| | |
| Del | F1 | F2 | F3 | F4 | F5 | F6 | _ | + | { | } | | | | |
|------+------+------+------+------+------|------+------+------+------+------+------| | |
| | F7 | F8 | F9 | F10 | F11 | F12 |ISO ~ |ISO | | | | | | |
|------+------+------+------+------+------+------+------+------+------+------+------| | |
| | | | | | | | Next | Vol- | Vol+ | Play | | |
`-----------------------------------------------------------------------------------' | |
Raise | |
,-----------------------------------------------------------------------------------. | |
| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp | | |
|------+------+------+------+------+------+------+------+------+------+------+------| | |
| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Del | | |
|------+------+------+------+------+-------------+------+------+------+------+------| | |
| Del | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | \ | | |
|------+------+------+------+------+------|------+------+------+------+------+------| | |
| | F7 | F8 | F9 | F10 | F11 | F12 |ISO # |ISO / | | | | | |
|------+------+------+------+------+------+------+------+------+------+------+------| | |
| | | | | | | | Next | Vol- | Vol+ | Play | | |
`-----------------------------------------------------------------------------------' | |
Adjust (Lower + Raise) | |
,-----------------------------------------------------------------------------------. | |
| F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | | |
|------+------+------+------+------+------+------+------+------+------+------+------| | |
| | Reset| Debug| | | | | | | | | Del | | |
|------+------+------+------+------+-------------+------+------+------+------+------| | |
| | | |Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | | | |
|------+------+------+------+------+------|------+------+------+------+------+------| | |
| |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff| | | | | | | |
|------+------+------+------+------+------+------+------+------+------+------+------| | |
| | | | | | | | | | | | | |
`-----------------------------------------------------------------------------------' | |
[_ADJUST] = { | |
{KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12}, | |
{_______, RESET, DEBUG, _______, _______, _______, _______, TERM_ON, TERM_OFF,_______, _______, KC_DEL}, | |
{_______, _______, MU_MOD, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, _______, _______}, | |
{_______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, _______, _______, _______, _______, _______}, | |
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment