Normalise Auto Shift keycodes (#18892)
* Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
This commit is contained in:
parent
2ff1d85290
commit
22be7e79ac
26 changed files with 104 additions and 76 deletions
|
@ -268,7 +268,7 @@ enum alfrdmalr_keycodes {
|
|||
#define K00_SET KC_NO
|
||||
#define K10_SET KC_NO
|
||||
#define K20_SET KC_NO
|
||||
#define K30_SET KC_ASTG
|
||||
#define K30_SET AS_TOGG
|
||||
#define K40_SET KC_NO
|
||||
|
||||
// RIGHT
|
||||
|
@ -282,5 +282,5 @@ enum alfrdmalr_keycodes {
|
|||
#define K0B_SET KC_NO
|
||||
#define K1B_SET KC_NO
|
||||
#define K2B_SET KC_NO
|
||||
#define K3B_SET KC_ASTG
|
||||
#define K3B_SET AS_TOGG
|
||||
#define K4B_SET KC_NO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue