mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Fix IT_APOS backward compatibility define in keymap_italian.h (#8565)
* Fix IT_APOS backward compatibility define in keymap_italian.h Found by ZSA.
This commit is contained in:
parent
23e942ae4e
commit
ed80874f72
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
|
||||
// DEPRECATED
|
||||
#define IT_BKSL IT_BSLS
|
||||
#define IT_QUOT IT_APOS
|
||||
#define IT_APOS IT_QUOT
|
||||
#define IT_IACC IT_IGRV
|
||||
#define IT_EACC IT_EGRV
|
||||
#define IT_OACC IT_OGRV
|
||||
|
|
Loading…
Reference in a new issue