1
0
Fork 0

Remove legacy keycodes, part 5 (#18710)

* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
This commit is contained in:
Ryan 2022-10-16 08:29:43 +11:00 committed by GitHub
parent 92d7964b28
commit 5e4b076af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2171 changed files with 2799 additions and 2802 deletions

View file

@ -61,7 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KC_WWWF KC_WWW_FORWARD
// hybrid right-alt & scroll lock (mapped to Compose in OS)
#define C_RALT MT(MOD_RALT, KC_SLCK)
#define C_RALT MT(MOD_RALT, KC_SCRL)
// dual use right-shift & del key
// #define C_RSFT MT(MOD_RSFT, KC_DEL)