summaryrefslogtreecommitdiff
path: root/converter/adb_usb/README.md
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-17 21:43:44 +0900
committertmk <nobody@nowhere>2012-10-17 21:43:44 +0900
commitce2e06c39465b76a1780e5d594eaea7697afafd6 (patch)
treefa5d10c6741380190825a27a1c77a38ee5a893d9 /converter/adb_usb/README.md
parent8570c25379e168874fb4cdc7ee0590829a0f0d2c (diff)
Fix projects for new keycodes
Diffstat (limited to 'converter/adb_usb/README.md')
-rw-r--r--converter/adb_usb/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/adb_usb/README.md b/converter/adb_usb/README.md
index a41d84ebb0..33fd55040d 100644
--- a/converter/adb_usb/README.md
+++ b/converter/adb_usb/README.md
@@ -33,7 +33,7 @@ Keymap
------
You can change a keymap by editing code of keymap.c like following.
This is a keymap for AEK, however, also used for other keyboards.
-How to define the keymap is probably obvious. You can find key symbols in usb_keycodes.h.
+How to define the keymap is probably obvious. You can find key symbols in keycode.h.
If you want to define some keymaps than just one, see hhkb/keymap.c and
macway/keymap.c as examples. Keymap(layer) switching may needs a bit of
effort at this time.