gap.h 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. #pragma once
  2. /*
  3. Copyright 2018-2022 Eric Gebhart <e.a.gebhart@gmail.com>
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 2 of the License, or
  7. (at your option) any later version.
  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. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. // an alternate I found.
  16. /* Reference: MTGAP */
  17. /* y p o u - | b d l c k j */
  18. /* i n e a , | m h t s r v */
  19. /* ( " ' . _ | ) f w g x */
  20. /* z */
  21. #define CARTE_MTGAP \
  22. carte_de_map(" ypouj kdlcw", \
  23. " inea, mhtsr", \
  24. " qz/.; bfgvx")
  25. #define ___MTGAP___ \
  26. LANG_MAP(_Y, _P, _O, _U, _J, _K, _D, _L, _C, _W, \
  27. _I, _N, _E, _A, TL_COMM, _M, _H, _T, _S, _R, \
  28. _Q, _Z, TL_SLSH, TL_DOT, TL_SCLN, _B, _F, _G, _V, _X)
  29. /* //APT v3*/
  30. /* https://github.com/Apsu/APT */
  31. #define CARTE_APT \
  32. carte_de_map(" wgdfb qluoy", \
  33. " rsthk jneai; ", \
  34. " xcmpv z,.'/")
  35. #define ___APT___ \
  36. LANG_MAP(_W, _G, _D, _F, _B, _Q, _L, _U, _O, _Y, \
  37. _R, _S, _T, _H, _K, _J, _N, _E, _A, _I, TL_SCLN, \
  38. _X, _C, _M, _P, _V, _Z, TL_COMM, TL_DOT, TL_QUOT, TL_SLSH)
  39. #define CARTE_CTGAP \
  40. carte_de_map(" vplcf kuoyj", \
  41. " rntsd 'aeih", \
  42. " zbmgw x,.;q")
  43. #define ___CTGAP___ \
  44. LANG_MAP(_V, _P, _L, _C, _F, _K, _U, _O, _Y, _J, \
  45. _R, _N, _T, _S, _D, TL_QUOT, _A, _E, _I, _H, \
  46. _Z, _B, _M, _G, _W, _X, TL_COMM, TL_DOT, TL_SCLN, _Q)
  47. #define CARTE_CANARY \
  48. carte_de_map( " wlypb zfou'", \
  49. " crstg mneia", \
  50. " qjvd kxh/,.")
  51. #define ___CANARY___ \
  52. LANG_MAP(_W, _L, _Y, _P, _B, _Z, _F, _O, _U, TL_QUOT, \
  53. _C, _R, _S, _T, _G, _M, _N, _E, _I, _A, \
  54. _Q, _J, _V, _D, _K, _X, _H, TL_SLSH, TL_COMM, TL_DOT)