forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'chunky2023' of https://github.com/freznel10/qmk_firmware …
…into chunky2023
- Loading branch information
Showing
1,669 changed files
with
888,715 additions
and
4,150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
{ | ||
"ranges": { | ||
"0x7E00/0x00FF": "!delete!", | ||
"0x7F00/0x00FF": "!delete!", | ||
|
||
"0x7E00/0x003F": { | ||
"define": "QK_KB" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"ranges": { | ||
"0x52E0/0x000F": { | ||
"define": "QK_POINTING_MODE_MO" | ||
}, | ||
"0x52F0/0x000F": { | ||
"define": "QK_POINTING_MODE_TG" | ||
}, | ||
"0x5300/0x0002": { | ||
"define": "QK_POINTING_MODE_UTIL" | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
data/constants/keycodes/keycodes_0.0.3_pointing_mode_util.hjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"keycodes": { | ||
"0x5300": { | ||
"group": "pointing_mode_util", | ||
"key": "QK_PM_CYCLE_DEVICES", | ||
"label": "Cycle pointing mode device", | ||
"aliases": [ | ||
"PMR_CYD" | ||
] | ||
}, | ||
"0x5301": { | ||
"group": "pointing_mode_util", | ||
"key": "QK_PM_DEVICE_RIGHT", | ||
"label": "Set pointing mode device to PM_RIGHT_SIDE", | ||
"aliases": [ | ||
"PMR_RGHT" | ||
] | ||
}, | ||
"0x5302": { | ||
"group": "pointing_mode_util", | ||
"key": "QK_PM_DEVICE_LEFT", | ||
"label": "Set pointing mode device to PM_LEFT_SIDE", | ||
"aliases": [ | ||
"PMR_LEFT" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,7 +190,6 @@ | |
"stm32-dfu", | ||
"stm32duino", | ||
"tinyuf2", | ||
"uf2boot", | ||
"unknown", | ||
"usbasploader", | ||
"wb32-dfu" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
|
||
// #undef LV_COLOR_16_SWAP | ||
// #define LV_COLOR_16_SWAP 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.