summaryrefslogtreecommitdiff
path: root/converter/adb_usb/keymap.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-03-12 12:10:12 +0900
committertmk <nobody@nowhere>2013-03-12 12:10:12 +0900
commitc4ab832be0f110a127b20e8df2b5223bceb8dcd1 (patch)
tree62c7f90ab55af319f7ce62c3cc7fd5cdab463280 /converter/adb_usb/keymap.c
parentc0137b4b32f10d6a5b5a405ccd284b4194fe2497 (diff)
Fix Locking CapsLock support in ADB converter
Diffstat (limited to 'converter/adb_usb/keymap.c')
-rw-r--r--converter/adb_usb/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/adb_usb/keymap.c b/converter/adb_usb/keymap.c
index bde829de3e..5d42980d55 100644
--- a/converter/adb_usb/keymap.c
+++ b/converter/adb_usb/keymap.c
@@ -155,7 +155,7 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
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,
- CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT, P4, P5, P6, PPLS,
+ 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,LGUI,LALT, SPC, RGUI,RCTL, LEFT,DOWN,RGHT, P0, PDOT,PENT
),