diff options
Diffstat (limited to 'converter/adb_usb/keymap_iso.c')
| -rw-r--r-- | converter/adb_usb/keymap_iso.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/converter/adb_usb/keymap_iso.c b/converter/adb_usb/keymap_iso.c new file mode 100644 index 000000000..451d3d2c3 --- /dev/null +++ b/converter/adb_usb/keymap_iso.c | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #include "keymap_common.h" | ||
| 2 | |||
| 3 | |||
| 4 | const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 5 | KEYMAP_EXT_ISO( | ||
| 6 | ESC, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, PSCR,SLCK,PAUS, PWR, | ||
| 7 | GRV, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, INS, HOME,PGUP, NLCK,PEQL,PSLS,PAST, | ||
| 8 | TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,ENT, DEL, END, PGDN, P7, P8, P9, PMNS, | ||
| 9 | LCAP,A, S, D, F, G, H, J, K, L, SCLN,QUOT,NUHS, P4, P5, P6, PPLS, | ||
| 10 | LSFT,NUBS,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT, UP, P1, P2, P3, | ||
| 11 | LCTL,LALT,LGUI, SPC, RALT,RCTL, LEFT,DOWN,RGHT, P0, PDOT,PENT | ||
| 12 | ), | ||
| 13 | }; | ||
| 14 | |||
| 15 | const uint16_t PROGMEM fn_actions[] = { | ||
| 16 | }; | ||
