keymap_swedish.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Copyright 2017 Andreas Lindhé
  2. *
  3. * This program is free software: you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License as published by
  5. * the Free Software Foundation, either version 2 of the License, or
  6. * (at your option) any later version.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #pragma once
  17. #include "keymap_nordic.h"
  18. // There are slight differrences in the keyboards in the nordic contries
  19. // Swedish redifinitions from the nordic keyset
  20. #undef NO_AE
  21. #define NO_AE KC_QUOT // ä
  22. #undef NO_CIRC
  23. #define NO_CIRC LSFT(KC_RBRC) // ^
  24. #undef NO_OSLH
  25. #define NO_OSLH KC_SCLN // ö
  26. // Additional Swedish keys not defined in the nordic keyset
  27. #define NO_AA KC_LBRC // å
  28. #define NO_ASTR LSFT(KC_BSLS) // *
  29. // Norwegian unique MAC characters (not vetted for Swedish)
  30. #define NO_ACUT_MAC KC_EQL // =
  31. #define NO_APOS_MAC KC_NUBS // '
  32. #define NO_AT_MAC KC_BSLS // @
  33. #define NO_BSLS_MAC ALGR(LSFT(KC_7)) // '\'
  34. #define NO_DLR_MAC LSFT(KC_4) // $
  35. #define NO_GRV_MAC ALGR(NO_BSLS) // `
  36. #define NO_GRTR_MAC LSFT(KC_GRV) // >
  37. #define NO_LCBR_MAC ALGR(LSFT(KC_8)) // }
  38. #define NO_LESS_MAC KC_GRV // >
  39. #define NO_PIPE_MAC ALGR(KC_7) // |
  40. #define NO_RCBR_MAC ALGR(LSFT(KC_9)) // }