You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

keymap_iso.h 1.9KB

1234567891011121314151617181920212223242526272829303132
  1. // hid_liber ISO
  2. static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  3. /* Layer 0: Default ISO
  4. *
  5. * ,---. ,---------------. ,---------------. ,---------------. ,-----------.
  6. * |Esc| |F1 |F2 |F3 |F4 | |F5 |F6 |F7 |F8 | |F9 |F10|F11|F12| |PrS|ScL|Pau|
  7. * `---' `---------------' `---------------' `---------------' `-----------'
  8. * ,-----------------------------------------------------------. ,-----------.
  9. * |~ | 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backsp | |Ins|Hom|PgU|
  10. * |-----------------------------------------------------------| |-----------|
  11. * |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| \| |Del|End|PgD|
  12. * |-----------------------------------------------------------| `-----------'
  13. * |Caps | A| S| D| F| G| H| J| K| L| ;| '|Return |
  14. * |-----------------------------------------------------------| ,---.
  15. * |Shft|iso| Z| X| C| V| B| N| M| ,| .| /|Shift | |Up |
  16. * |-----------------------------------------------------------| ,-----------.
  17. * |Ctl|Gui|Alt| Space |Alt|Gui|App|Ctl| |Lef|Dow|Rig|
  18. * `-----------------------------------------------------------' `-----------'
  19. */
  20. KEYMAP(\
  21. ESC, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, PSCR, SLCK, BRK, \
  22. GRV, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS, EQL, BSPC, INS, HOME, PGUP, \
  23. TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC, RBRC, NUHS, DEL, END, PGDN, \
  24. CAPS, A, S, D, F, G, H, J, K, L, SCLN, QUOT, ENT, \
  25. LSFT, NUBS, Z, X, C, V, B, N, M, COMM, DOT, SLSH, RSFT, UP, \
  26. LCTL, LGUI, LALT, SPC, RALT, RGUI, APP, RCTL, LEFT, DOWN, RGHT),
  27. };
  28. static const uint16_t PROGMEM fn_actions[] = {};