summaryrefslogtreecommitdiff
path: root/converter/adb_usb/keymap_ansi.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-05-21 02:43:19 +0900
committertmk <nobody@nowhere>2014-05-21 02:43:19 +0900
commited8cf12d25d5052cf583b162ec70b0be93270c1e (patch)
tree3f30977b3fe8ee298edc14d78bbdcb62d7a49fa2 /converter/adb_usb/keymap_ansi.c
parentabe5edcaa7c6391cb313a672910d7beb9b7d8fa2 (diff)
Add ISO keymap(issue #35) and use new keymap API
Diffstat (limited to 'converter/adb_usb/keymap_ansi.c')
-rw-r--r--converter/adb_usb/keymap_ansi.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/converter/adb_usb/keymap_ansi.c b/converter/adb_usb/keymap_ansi.c
new file mode 100644
index 0000000000..0d0bae99b5
--- /dev/null
+++ b/converter/adb_usb/keymap_ansi.c
@@ -0,0 +1,16 @@
+#include "keymap_common.h"
+
+
+const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ KEYMAP_EXT_ANSI(
+ ESC, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, PSCR,SLCK,PAUS, PWR,
+ GRV, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, INS, HOME,PGUP, NLCK,PEQL,PSLS,PAST,
+ TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, DEL, END, PGDN, P7, P8, P9, PMNS,
+ LCAP,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT, P4, P5, P6, PPLS,
+ LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT, UP, P1, P2, P3,
+ LCTL,LALT,LGUI, SPC, RALT,RCTL, LEFT,DOWN,RGHT, P0, PDOT,PENT
+ ),
+};
+
+const uint16_t PROGMEM fn_actions[] = {
+};