map_alt.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /*
  2. Copyright 2022 Eric Gebhart <e.a.gebhart@gmail.com>
  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. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. */
  14. #ifdef MALTRON_LAYER_ENABLE
  15. #undef THUMBS_ARE
  16. #define THUMBS_ARE MALTRON_LTR_THUMBS_ARE
  17. #undef THUMB_LETTER
  18. #define THUMB_LETTER LANG_KC(_E)
  19. B_LAYER(LANG_N(_MALTRON), ___10_NUMBERS___, ___MALTRON___),
  20. #undef THUMBS_ARE
  21. #define THUMBS_ARE DEFAULT_THUMBS
  22. #undef THUMB_LETTER
  23. #endif
  24. #ifdef RSTHD_LAYER_ENABLE
  25. #undef THUMBS_ARE
  26. #define THUMBS_ARE RSTHD_LTR_THUMBS_ARE
  27. #undef THUMB_LETTER
  28. #define THUMB_LETTER LANG_KC(_E)
  29. B_LAYER(LANG_N(_RSTHD), ___10_NUMBERS___, ___RSTHD___),
  30. #undef THUMBS_ARE
  31. #define THUMBS_ARE DEFAULT_THUMBS
  32. #undef THUMB_LETTER
  33. #endif
  34. #ifdef EUCALYN_LAYER_ENABLE
  35. B_LAYER(LANG_N(_EUCALYN), ___10_NUMBERS___, ___EUCALYN___),
  36. #endif
  37. #ifdef HANDS_UP_LAYER_ENABLE
  38. B_LAYER(LANG_N(_HANDS_UP), ___10_NUMBERS___, ___HANDS_UP___),
  39. #endif
  40. #ifdef WHITE_LAYER_ENABLE
  41. B_LAYER(LANG_N(_WHITE), ___10_NUMBERS___, ___WHITE___),
  42. #endif
  43. #ifdef ISRT_LAYER_ENABLE
  44. B_LAYER(LANG_N(_ISRT), ___10_NUMBERS___, ___ISRT___),
  45. #endif
  46. #ifdef SOUL_LAYER_ENABLE
  47. B_LAYER(LANG_N(_SOUL), ___10_NUMBERS___, ___SOUL___),
  48. #endif
  49. #ifdef NIRO_LAYER_ENABLE
  50. B_LAYER(LANG_N(_NIRO), ___10_NUMBERS___, ___NIRO___),
  51. #endif
  52. #ifdef ASSET_LAYER_ENABLE
  53. B_LAYER(LANG_N(_ASSET), ___10_NUMBERS___, ___ASSET___),
  54. #endif
  55. #ifdef WHORF_LAYER_ENABLE
  56. B_LAYER(LANG_N(_WHORF), ___10_NUMBERS___, ___WHORF___),
  57. #endif
  58. #ifdef WHORF6_LAYER_ENABLE
  59. B_LAYER(LANG_N(_WHORF6), ___10_NUMBERS___, ___WHORF6___),
  60. #endif