]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/adb_usb/old_keymap/keymap_common.h
adb_usb: Clean repository
[max/tmk_keyboard.git] / converter / adb_usb / old_keymap / keymap_common.h
similarity index 93%
rename from converter/adb_usb/keymap_common.h
rename to converter/adb_usb/old_keymap/keymap_common.h
index 4a1931b796a60f56fd9bf14b55ed978194c499ca..7232c1c0787868a4517d20c78f99a5d70738b3d2 100644 (file)
@@ -243,50 +243,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 }
 
 #endif
-
-
-/*
-ADB ANSI/ISO Keymapping Note
-============================
-ANSI
-,-----------    ----------.
-| *a|  1|  2     =|Backspa|
-|-----------    ----------|
-|Tab  |  Q|     |  ]|   *c|
-|-----------    ----------|
-|CapsLo|  A|    '|Return  |
-|-----------    ----------|
-|Shift   |      Shift     |
-`-----------    ----------'
-
-ISO
-,-----------    ----------.
-| *a|  1|  2     =|Backspa|
-|-----------    ----------|
-|Tab  |  Q|     |  ]|Retur|
-|-----------    -----`    |
-|CapsLo|  A|    '| *c|    |
-|-----------    ----------|
-|Shif| *b|      Shift     |
-`-----------    ----------'
-
-ADB Keyboard scan code:
-        ADB scan code   USB usage
-        -------------   ---------
-Key     ANSI    ISO     ANSI    ISO
----------------------------------------------
-*a      0x32    0x0A    0x35    0x35
-*b      ----    0x32    ----    0x64
-*c      0x2A    0x2A    0x31    0x31(or 0x32)
-
-
-TMK ADB-USB mapping:
-ADB     USB(ANSI)   USB(ISO)
----------------------------------
-0x32    0x35        0x64
-0x0A    ----        0x35
-0x2A    0x31        0x31(or 0x32)
-
-Note that mappings of ADB code 0x32 are diffrent between ANSI and ISO keyboard.
-https://github.com/tmk/tmk_keyboard/issues/35
- */