Initial DD keycode migration (#18643)
* Initial DD keycode migration * Sort magic keycodes
This commit is contained in:
parent
a070c4c501
commit
a69ab05dd6
30 changed files with 5471 additions and 1878 deletions
84
data/constants/keycodes/keycodes_0.0.1_audio.hjson
Normal file
84
data/constants/keycodes/keycodes_0.0.1_audio.hjson
Normal file
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"keycodes": {
|
||||
"0x7480": {
|
||||
"group": "audio",
|
||||
"key": "AU_ON"
|
||||
},
|
||||
"0x7481": {
|
||||
"group": "audio",
|
||||
"key": "AU_OFF"
|
||||
},
|
||||
"0x7482": {
|
||||
"group": "audio",
|
||||
"key": "AU_TOG"
|
||||
},
|
||||
|
||||
"0x748A": {
|
||||
"group": "audio",
|
||||
"key": "CLICKY_TOGGLE",
|
||||
"aliases": [
|
||||
"CK_TOGG"
|
||||
]
|
||||
},
|
||||
"0x748B": {
|
||||
"group": "audio",
|
||||
"key": "CLICKY_ENABLE",
|
||||
"aliases": [
|
||||
"CK_ON"
|
||||
]
|
||||
},
|
||||
"0x748C": {
|
||||
"group": "audio",
|
||||
"key": "CLICKY_DISABLE",
|
||||
"aliases": [
|
||||
"CK_OFF"
|
||||
]
|
||||
},
|
||||
"0x748D": {
|
||||
"group": "audio",
|
||||
"key": "CLICKY_UP",
|
||||
"aliases": [
|
||||
"CK_UP"
|
||||
]
|
||||
},
|
||||
"0x748E": {
|
||||
"group": "audio",
|
||||
"key": "CLICKY_DOWN",
|
||||
"aliases": [
|
||||
"CK_DOWN"
|
||||
]
|
||||
},
|
||||
"0x748F": {
|
||||
"group": "audio",
|
||||
"key": "CLICKY_RESET",
|
||||
"aliases": [
|
||||
"CK_RST"
|
||||
]
|
||||
},
|
||||
|
||||
"0x7490": {
|
||||
"group": "audio",
|
||||
"key": "MU_ON"
|
||||
},
|
||||
"0x7491": {
|
||||
"group": "audio",
|
||||
"key": "MU_OFF"
|
||||
},
|
||||
"0x7492": {
|
||||
"group": "audio",
|
||||
"key": "MU_TOG"
|
||||
},
|
||||
"0x7493": {
|
||||
"group": "audio",
|
||||
"key": "MU_MOD"
|
||||
},
|
||||
"0x7494": {
|
||||
"group": "audio",
|
||||
"key": "MUV_IN"
|
||||
},
|
||||
"0x7495": {
|
||||
"group": "audio",
|
||||
"key": "MUV_DE"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue