upload
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

keymap_neo2.h 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #ifndef KEYMAP_NEO2
  2. #define KEYMAP_NEO2
  3. #include "keymap_common.h"
  4. #include "keymap_extras/keymap_german.h"
  5. #define NEO_A KC_D
  6. #define NEO_B KC_N
  7. #define NEO_C KC_R
  8. #define NEO_D DE_OE
  9. #define NEO_E KC_F
  10. #define NEO_F KC_O
  11. #define NEO_G KC_I
  12. #define NEO_H KC_U
  13. #define NEO_I KC_S
  14. #define NEO_J DE_MINS
  15. #define NEO_K DE_Z
  16. #define NEO_L KC_E
  17. #define NEO_M KC_M
  18. #define NEO_N KC_J
  19. #define NEO_O KC_G
  20. #define NEO_P KC_V
  21. #define NEO_Q KC_P
  22. #define NEO_R KC_K
  23. #define NEO_S KC_H
  24. #define NEO_T KC_L
  25. #define NEO_U KC_A
  26. #define NEO_V KC_W
  27. #define NEO_W KC_T
  28. #define NEO_X KC_Q
  29. #define NEO_Y DE_AE
  30. #define NEO_Z KC_B
  31. #define NEO_AE KC_C
  32. #define NEO_OE KC_X
  33. #define NEO_UE DE_Y
  34. #define NEO_SS DE_UE
  35. #define NEO_DOT DE_DOT
  36. #define NEO_COMM DE_COMM
  37. #define NEO_1 DE_1
  38. #define NEO_2 DE_2
  39. #define NEO_3 DE_3
  40. #define NEO_4 DE_4
  41. #define NEO_5 DE_5
  42. #define NEO_6 DE_6
  43. #define NEO_7 DE_7
  44. #define NEO_8 DE_8
  45. #define NEO_9 DE_9
  46. #define NEO_0 DE_0
  47. #define NEO_MINS DE_SS
  48. #define NEO_ACUT DE_PLUS
  49. #define NEO_GRV DE_ACUT
  50. #define NEO_CIRC DE_CIRC
  51. #define NEO_L1_L KC_CAPS
  52. #define NEO_L1_R DE_HASH
  53. #define NEO_L2_L DE_LESS
  54. #define NEO_L2_R DE_ALGR
  55. #endif