mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-25 11:29:04 +02:00
Refactor XAP keycode logic
This commit is contained in:
@@ -817,7 +817,7 @@
|
||||
"key": "KC_LOCKING_NUM_LOCK",
|
||||
"label": "Num Lock",
|
||||
"aliases": [
|
||||
"KC_LSCR"
|
||||
"KC_LNUM"
|
||||
]
|
||||
},
|
||||
"0x0084": {
|
||||
@@ -825,7 +825,7 @@
|
||||
"key": "KC_LOCKING_SCROLL_LOCK",
|
||||
"label": "Scroll Lock",
|
||||
"aliases": [
|
||||
"KC_LCAP"
|
||||
"KC_LSCR"
|
||||
]
|
||||
},
|
||||
"0x0085": {
|
||||
@@ -1246,23 +1246,23 @@
|
||||
"key": "KC_WWW_FAVORITES",
|
||||
"label": "Browser Favorites",
|
||||
"aliases": [
|
||||
"KC_WREF"
|
||||
"KC_WFAV"
|
||||
]
|
||||
},
|
||||
"0x00bb": {
|
||||
"group": "media",
|
||||
"key": "KC_MEDIA_FAST_FORWARD",
|
||||
"label": "Browser Favorites",
|
||||
"label": "Next Track",
|
||||
"aliases": [
|
||||
"KC_WREF"
|
||||
"KC_MFFD"
|
||||
]
|
||||
},
|
||||
"0x00bc": {
|
||||
"group": "media",
|
||||
"key": "KC_MEDIA_REWIND",
|
||||
"label": "Browser Favorites",
|
||||
"label": "Previous Track",
|
||||
"aliases": [
|
||||
"KC_WFAV"
|
||||
"KC_MRWD"
|
||||
]
|
||||
},
|
||||
"0x00bd": {
|
||||
@@ -135,12 +135,6 @@
|
||||
"define": {
|
||||
"$ref": "qmk.definitions.v1#/define"
|
||||
},
|
||||
"uses": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "qmk.definitions.v1#/bcd_version"
|
||||
}
|
||||
},
|
||||
"documentation": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
version: 0.1.0
|
||||
|
||||
uses: {
|
||||
keycodes: 0.0.1
|
||||
}
|
||||
|
||||
documentation: {
|
||||
order: [
|
||||
broadcast_messages
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
{
|
||||
version: 0.3.0
|
||||
|
||||
uses: {
|
||||
rgblight: 0.0.1
|
||||
rgb_matrix: 0.0.1
|
||||
led_matrix: 0.0.1
|
||||
}
|
||||
|
||||
routes: {
|
||||
|
||||
0x06: {
|
||||
|
||||
Reference in New Issue
Block a user