You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.0 KiB

K.O.Y and German layout for several boards (#14991) * Added accent. * Added keymap for 5x6 dactyl manuform on KOY layout * Added xd75 folder that is not in the main repo anymore? * Added keymap for naked48 on KOY layout * Added keymap for splitreus62 on KOY layout * Added keymap for Dactyl Manuform 4x6 with RGB LEDs and K.O,Y layout * Fixed error where handedness was not correctly determined because of combining vbus pins of both controllers. * Replaced dynamic macros bith backspace and delete. * Changed detecting handedness from detecting usb communication to checking a wired pin. This avoids problems when booting the PC, where VBUS is already high, but no communication is happening -> both halves think they are not master. * Update keyboards/handwired/dactyl_manuform/4x6/keymaps/scheiklp/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/naked48/keymaps/scheiklp/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c Added copyright * Update config.h * Update rules.mk * Updated files according to PR requests. * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/xd75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Removed duplicate code. Updated copyright info. * Restored readme Co-authored-by: Drashna Jaelre <drashna@live.com>
2 years ago
  1. #pragma once
  2. /*
  3. This file defines the desierd KOY keys if you use a software (operating sysetm)
  4. configured for a QUERTZ layout (de-latin1).
  5. These chars can be created by using ALTGR on linux and a few of them on windows
  6. with a German de-latin1 layout (depending on desktop environment and/or
  7. application).
  8. ¹²³¼½¬{[]}\¸
  9. @łŧøþ¨~
  10. æſðđŋħ̣ĸł˝^
  11. |»«¢µ·
  12. Additionally, there are some common chars that we dit not yet define:
  13. §
  14. */
  15. // NQN key definitions in no particular order
  16. #define N_LT KC_NONUS_BSLASH
  17. #define N_HS KC_NONUS_HASH
  18. #define N_DOTS RALT(KC_DOT) // …
  19. #define N_USC LSFT(KC_SLASH) // _
  20. #define N_LSQBR RALT(KC_8) // [
  21. #define N_RSQBR RALT(KC_9) // ]
  22. #define N_CIRC KC_GRAVE // ^
  23. #define N_EXKL LSFT(KC_1) // !
  24. #define N_GT LSFT(KC_NONUS_BSLASH) // >
  25. #define N_EQ LSFT(KC_0) // =
  26. #define N_AMP LSFT(KC_6) // &
  27. #define N_BSLS RALT(KC_MINS) // \ backslash
  28. #define N_SLSH LSFT(KC_7) // /
  29. #define N_LCUBR RALT(KC_7) // {
  30. #define N_RCUBR RALT(KC_0) // }
  31. #define N_ASTR LSFT(KC_RBRC) // *
  32. #define N_QUES LSFT(KC_MINS) // ?
  33. #define N_LPARN LSFT(KC_8) // (
  34. #define N_RPARN LSFT(KC_9) // )
  35. #define N_MINS KC_SLASH // -
  36. #define N_COLN LSFT(KC_DOT) // :
  37. #define N_HASH KC_BSLASH // #
  38. #define N_DLR LSFT(KC_4) // $
  39. #define N_PIPE RALT(KC_NONUS_BSLASH) // |
  40. #define N_TILD RALT(KC_RBRC) // ~
  41. #define N_GRAVE LSFT(KC_EQUAL) // `
  42. #define N_PLUS KC_RBRC // +
  43. #define N_PERC LSFT(KC_5) // %
  44. #define N_QUOT LSFT(KC_2) // "
  45. #define N_SING LSFT(KC_BSLASH) // '
  46. #define N_SEMI LSFT(KC_COMM) // ;
  47. #define N_EURO RALT(KC_E) // €
  48. #define N_AT RALT(KC_Q) // @
  49. #define N_Z KC_Y
  50. #define N_Y KC_Z
  51. #define N_AE KC_QUOTE // ä
  52. #define N_OE KC_SCOLON // ö
  53. #define N_UE KC_LBRACKET // ü
  54. #define N_MU RALT(KC_M) // µ
  55. #define N_SS KC_MINS // ß
  56. #define N_DEGRE LSFT(KC_GRAVE) // °
  57. #define N_PASTE LCTL(KC_V) // CTRL+V
  58. #define N_COPY LCTL(KC_C) // CTRL+C
  59. #define N_CUT LCTL(KC_X) // CTRL+X
  60. #define N_UNDO LCTL(N_Z) // CTRL+Z
  61. #define N_ACUT KC_EQL // ´