1
0
Fork 0

keymap_extras: Remove deprecated defines (#12949)

This commit is contained in:
Ryan 2021-07-06 09:05:11 +10:00 committed by GitHub
parent ca1b114297
commit 50d4dfd2e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
145 changed files with 649 additions and 1589 deletions

View file

@ -15,10 +15,10 @@ enum userspace_layers {
enum userspace_custom_keycodes {
QWERTY = SAFE_RANGE,
// custom keycodes for an Italian ANSI layout with accented vowels
IT_CMLS, // IT_COMM and IT_LESS when combined with shift
IT_DTMR, // IT_DOT and IT_MORE when combined with shift
IT_SLQS, // IT_SLSH and IT_QST when combined with shift
IT_APDQ, // IT_APO and IT_DQOT when combined with shift
IT_CMLS, // IT_COMM and IT_LABK when combined with shift
IT_DTMR, // IT_DOT and IT_RABK when combined with shift
IT_SLQS, // IT_SLSH and IT_QUES when combined with shift
IT_APDQ, // IT_APO and IT_DQUO when combined with shift
IT_SCCL, // IT_SMCL and IT_COLN when combined with shift
SECRET0,
SECRET1,