keymap_norman.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* Copyright 2019 Torben Hoffmann
  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.h"
  18. // For software implementation of norman
  19. #define NM_Q KC_Q
  20. #define NM_W KC_W
  21. #define NM_D KC_E
  22. #define NM_F KC_R
  23. #define NM_K KC_T
  24. #define NM_J KC_Y
  25. #define NM_U KC_U
  26. #define NM_R KC_I
  27. #define NM_L KC_O
  28. #define NM_SCLN KC_P
  29. #define NM_COLN LSFT(NM_SCLN)
  30. #define NM_A KC_A
  31. #define NM_S KC_S
  32. #define NM_E KC_D
  33. #define NM_T KC_F
  34. #define NM_G KC_G
  35. #define NM_Y KC_H
  36. #define NM_N KC_J
  37. #define NM_I KC_K
  38. #define NM_O KC_L
  39. #define NM_H KC_SCLN
  40. #define NM_Z KC_Z
  41. #define NM_X KC_X
  42. #define NM_C KC_C
  43. #define NM_V KC_V
  44. #define NM_B KC_B
  45. #define NM_P KC_N
  46. #define NM_M KC_M
  47. #define NM_COMM KC_COMM
  48. #define NM_DOT KC_DOT
  49. #define NM_SLSH KC_SLSH