Skip to content

Commit 6bfbdc3

Browse files
authored
Fix missing deprecated keycodes for keymap_swedish (qmk#8483)
1 parent 02eb949 commit 6bfbdc3

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

quantum/keymap_extras/keymap_swedish.h

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -155,24 +155,24 @@
155155
// DEPRECATED
156156
#include "keymap_nordic.h"
157157

158-
#undef NO_AE
159-
#undef NO_CIRC
160-
#undef NO_OSLH
161-
162-
#define NO_AE SE_AE
163-
#define NO_CIRC SE_CIRC
164-
#define NO_OSLH SE_ODIA
165-
#define NO_AA SE_ARNG
166-
#define NO_ASTR SE_ASTR
158+
#define SE_OSLH SE_ODIA
159+
#define SE_APOS SE_QUOT
160+
#define SE_LESS SE_LABK
161+
#define SE_QUO2 SE_DQUO
162+
#define SE_BULT SE_CURR
163+
#define SE_GRTR SE_RABK
164+
#define SE_AA SE_ARNG
165+
#define SE_AM SE_ARNG
166+
#define SE_MU SE_MICR
167167
// Swedish macOS symbols (not vetted)
168-
#define NO_ACUT_MAC SE_ACUT
169-
#define NO_APOS_MAC SE_LABK
170-
#define NO_AT_MAC SE_ADIA
171-
#define NO_BSLS_MAC S(SE_LCBR)
172-
#define NO_DLR_MAC SE_CURR
173-
#define NO_GRV_MAC SE_BSLS
174-
#define NO_GRTR_MAC SE_HALF
175-
#define NO_LCBR_MAC S(SE_LBRC)
176-
#define NO_LESS_MAC SE_SECT
177-
#define NO_PIPE_MAC SE_LCBR
178-
#define NO_RCBR_MAC S(SE_RBRC)
168+
#define SE_ACUT_MAC SE_ACUT
169+
#define SE_APOS_MAC SE_LABK
170+
#define SE_AT_MAC SE_ADIA
171+
#define SE_BSLS_MAC S(SE_LCBR)
172+
#define SE_DLR_MAC SE_CURR
173+
#define SE_GRV_MAC SE_BSLS
174+
#define SE_GRTR_MAC SE_HALF
175+
#define SE_LCBR_MAC S(SE_LBRC)
176+
#define SE_LESS_MAC SE_SECT
177+
#define SE_PIPE_MAC SE_LCBR
178+
#define SE_RCBR_MAC S(SE_RBRC)

0 commit comments

Comments
 (0)