summaryrefslogtreecommitdiff
path: root/users/sigul/sigul.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-06 09:05:11 +1000
committerGitHub <noreply@github.com>2021-07-06 09:05:11 +1000
commit50d4dfd2e65904234d7ee138b57eccd4b6664e1f (patch)
treee6801964f201cc909c89f11cd9190c8494d0c596 /users/sigul/sigul.h
parentca1b1142972903008316470c1ebf0d002414b71d (diff)
`keymap_extras`: Remove deprecated defines (#12949)
Diffstat (limited to 'users/sigul/sigul.h')
-rw-r--r--users/sigul/sigul.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/users/sigul/sigul.h b/users/sigul/sigul.h
index 6adc670638..8f806017cc 100644
--- a/users/sigul/sigul.h
+++ b/users/sigul/sigul.h
@@ -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,