Browse Source

Fix typo in keymap_swedish.h (#3877)

* Fix typo in keymap_swedish.h

* Update keymap_swedish.h
pull/3889/head 0.6.110
Peter Nguyen 5 years ago
committed by Drashna Jaelre
parent
commit
7d8f680b50
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      quantum/keymap_extras/keymap_swedish.h

+ 2
- 2
quantum/keymap_extras/keymap_swedish.h View File

@ -41,8 +41,8 @@
#define NO_DLR_MAC LSFT(KC_4) // $
#define NO_GRV_MAC ALGR(NO_BSLS) // `
#define NO_GRTR_MAC LSFT(KC_GRV) // >
#define NO_LCBR_MAC ALGR(LSFT(KC_8)) // }
#define NO_LESS_MAC KC_GRV // >
#define NO_LCBR_MAC ALGR(LSFT(KC_8)) // {
#define NO_LESS_MAC KC_GRV // <
#define NO_PIPE_MAC ALGR(KC_7) // |
#define NO_RCBR_MAC ALGR(LSFT(KC_9)) // }


Loading…
Cancel
Save