]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - converter/adb_usb/README.md
Support for ISO/JIS keys on ADB(Issue#22)
[tmk_firmware.git] / converter / adb_usb / README.md
index a41d84ebb0305cd89537f4ab66fd8e4b03c33793..33fd55040dec5794304d68ee29a4da5394167c1e 100644 (file)
@@ -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.