Advertisement
tpc2084

jj50 keymap

Aug 24th, 2018
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.15 KB | None | 0 0
  1. /*
  2. Base Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
  3. Modified 2017 Andrew Novak <ndrw.nvk@gmail.com>
  4. Modified 2018 Wayne Jones (WarmCatUK) <waynekjones@gmail.com>
  5.  
  6. This program is free software: you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation, either version 2 of the License, or
  9. (at your option) any later version.
  10.  
  11. This program is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. GNU General Public License for more details.
  15.  
  16. You should have received a copy of the GNU General Public LicensezZZ
  17. along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. */
  19.  
  20. #include "jj50.h"
  21. #include "action_layer.h"
  22. #include "rgblight.h"
  23.  
  24. #define ______ KC_TRNS
  25. #define _DEFLT 0
  26. #define _RAISE 1
  27. #define _LOWER 2
  28.  
  29. /*
  30. My JJ50 layout from keyboard-layout-editor.com
  31. http://www.keyboard-layout-editor.com/#/gists/a483df844c245ae213b699b780d4bcf9
  32. */
  33.  
  34. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  35.  
  36. /* Qwerty
  37. * ,-----------------------------------------------------------------------------------.
  38. * | Esc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
  39. * |------+------+------+------+------+------+------+------+------+------+------+------|
  40. * | Tab | Q | W | E | R | T | Y | U | I | O | P | \ |
  41. * |------+------+------+------+------+------+------+------+------+------+------+------|
  42. * | Ctrl | A | S | D | F | G | H | J | K | L | ; | " |
  43. * |------+------+------+------+------+------+------+------+------+------+------+------|
  44. * | Shift| Z | X | C | V | B | N | M | , | . | / | - |
  45. * |------+------+------+------+------+------+------+------+------+------+------+------|
  46. * | Alt | GUI | Fn | Lck2 |Lower | Enter| Space|Raise | Left | Down | Up |Right |
  47. * `-----------------------------------------------------------------------------------'
  48. */
  49. [_DEFLT] = LAYOUT( \
  50. KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, \
  51. KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, \
  52. KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, \
  53. KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_MINS, \
  54. KC_LALT, KC_LGUI, MO(_LOWER), TG(_RAISE), MO(_LOWER), KC_ENT,KC_SPC, MO(_RAISE),KC_LEFT, KC_DOWN, KC_UP, KC_RGHT \
  55. ),
  56.  
  57.  
  58. /* Raise
  59. * ,-----------------------------------------------------------------------------------.
  60. * | ` | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | Del |
  61. * |------+------+------+------+------+------+------+------+------+------+------+------|
  62. * | | |RGBMOD| | | | | 7 | 8 | 9 | * | / |
  63. * |------+------+------+------+------+------+------+------+------+------+------+------|
  64. * | |RGBH+ |RGBS+ |RGBV+ | |Reset | | 4 | 5 | 6 | - | |
  65. * |------+------+------+------+------+------+------+------+------+------+------+------|
  66. * | |RGBH- |RGBS- |RGBV- | | F11 | F12 | 1 | 2 | 3 | + | |
  67. * |------+------+------+------+------+------+------+------+------+------+------+------|
  68. * |RGBTOG| | | Lck2 | | Enter| Space| | 0 | . | | |
  69. * `-----------------------------------------------------------------------------------'
  70. */
  71. [_RAISE] = LAYOUT( \
  72. KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_DEL, \
  73. _______, _______, RGB_MOD, _______, _______, _______, _______, KC_P7, KC_P8, KC_P9, KC_PAST, KC_PSLS, \
  74. _______, RGB_HUI, RGB_SAI, RGB_VAI, _______, RESET, _______, KC_P4, KC_P5, KC_P6, KC_PMNS, _______, \
  75. _______, RGB_HUD, RGB_SAD, RGB_VAD, _______, KC_F11, KC_F12, KC_P1, KC_P2, KC_P3, KC_PPLS, _______, \
  76. RGB_TOG, _______, _______,TG(_RAISE),_______, KC_ENT, KC_SPC, _______, KC_P0,KC_PDOT, _______, _______ \
  77. ),
  78.  
  79.  
  80. /* Lower
  81. * ,-----------------------------------------------------------------------------------.
  82. * | ` | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | PgUp |
  83. * |------+------+------+------+------+------+------+------+------+------+------+------|
  84. * | | |CtlPgU| |CtlPgD| | | | = | [ | ] | PgDn |
  85. * |------+------+------+------+------+------+------+------+------+------+------+------|
  86. * | | |PrWksp|AltTab|NxWksp| | | | + | { | } | Home |
  87. * |------+------+------+------+------+------+------+------+------+------+------+------|
  88. * | | | | | | F11 | F12 | | | | | End |
  89. * |------+------+------+------+------+------+------+------+------+------+------+------|
  90. * | | | | | | Del | Bksp | | Next | Vol- | Vol+ | Play |
  91. * `-----------------------------------------------------------------------------------'
  92. */
  93. [_LOWER] = LAYOUT( \
  94. KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_PGUP, \
  95. _______,_______,LCTL(KC_PGUP),_______,LCTL(KC_PGDN),_______, _______, _______, KC_EQL, KC_LBRC, KC_RBRC, KC_PGDN, \
  96. _______,_______,LCTL(LGUI(KC_LEFT)),LALT(KC_TAB),LCTL(LGUI(KC_RGHT)),_______,_______,_______,KC_PLUS,KC_LCBR,KC_RCBR,KC_HOME,\
  97. _______, _______, _______, _______, _______, KC_F11, KC_F12, _______, _______, _______, _______, KC_END, \
  98. _______, _______, _______, _______, _______, KC_DEL, KC_BSPC, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY \
  99. )
  100.  
  101. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement