~ruther/qmk_firmware

ref: 47bc02b2ff84c9a35b8f778a8a1012f737372eea qmk_firmware/data/constants/keycodes/keycodes_0.0.2.hjson -rw-r--r-- 395 bytes
47bc02b2 — Dasky Force CPI update using timer when using split pointing. (#23545) 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "ranges": {
        "0x7E00/0x00FF": "!delete!",
        "0x7F00/0x00FF": "!delete!",

        "0x7E00/0x003F": {
            "define": "QK_KB"
        },
        "0x7E40/0x01BF": {
            "define": "QK_USER"
        },
        "0x8000/0X3FFF": {
            "define": "QK_UNICODEMAP"
        },
        "0xC000/0X3FFF": {
            "define": "QK_UNICODEMAP_PAIR"
        }
    }
}