-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADB-USB converter M0118 ISO layout #11128
Conversation
@@ -82,3 +82,4 @@ QMK Port Changelog | |||
--------- | |||
- 2018/09/16 - Initial release. | |||
- 2018/12/23 - Fixed lock LED support. | |||
- 2020/12/05 - Added M0118 ANSI layout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be ISO?
K35,K12,K13,K14,K15,K17,K16,K1A,K1C,K19,K1D,K1B,K18,K33, K47,K51,K4B,K43, \ | ||
K30,K0C,K0D,K0E,K0F,K11,K10,K20,K22,K1F,K23,K21,K1E,K24, K59,K5B,K5C,K45, \ | ||
K39,K00,K01,K02,K03,K05,K04,K26,K28,K25,K29,K27,K2A, K56,K57,K58,K4E, \ | ||
K38,K32,K06,K07,K08,K09,K0B,K2D,K2E,K2B,K2F,K2C,K7B,K3E, K53,K54,K55, \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ISO backslash actually is key code K0A
. Here we just get the K32
because the swapping key codes function for ISO keyboards are not yet supported by the ADB implementation.
I opened #11168 as a first step towards a solution for this issue. As this is a core change it will not be in master until end of February. Until then having the K32 here does the job.
* +---------------------------------------------------------+ +---+---+---+---+ | ||
* |shif| \ | z | x | c | v | b | n | m | , | . | / |Shif| up| | 1 | 2 | 3 | | | ||
* +---------------------------------------------------------+ +-------+---|ent| | ||
* |ctrl|opt |comnd| |comnd |lef|rig|dwn| | 0 | . | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right command key is physically the same as the left one. Therefore it should be left empty here.
K30,K0C,K0D,K0E,K0F,K11,K10,K20,K22,K1F,K23,K21,K1E,K24, K59,K5B,K5C,K45, \ | ||
K39,K00,K01,K02,K03,K05,K04,K26,K28,K25,K29,K27,K2A, K56,K57,K58,K4E, \ | ||
K38,K32,K06,K07,K08,K09,K0B,K2D,K2E,K2B,K2F,K2C,K7B,K3E, K53,K54,K55, \ | ||
K36,K3A,K37, K31, K7C,K3B,K3C,K3D, K52, K41,K4C \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right command key is physically the same as the left one. Key Code K7C
would be right alt/opt on an AEK. Hence remove it here.
Thank you for your contribution! |
Thank you for your contribution! |
Description
Added a layout for the ISO Apple Standard Keyboard (M0118) to the ADB-USB converter.
Types of Changes
Issues Fixed or Closed by This PR
Checklist