logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keymap.c (7152B)


  1. /* Copyright 2022 DmNosachev
  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. #include QMK_KEYBOARD_H
  17. enum layer_names {
  18. _BASE, // default layer
  19. _NM // numpad on right, mouse on left
  20. };
  21. /*
  22. *
  23. *
  24. * ,-------------------------------------------. ,-------------------------------------------.
  25. * | Esc | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | PrSc |
  26. * |--------+------+------+------+------+------| |------+------+------+------+------+--------|
  27. * | += | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | - |
  28. * |--------+------+------+------+------+------| |------+------+------+------+------+--------|
  29. * | Tab | Q | W | E | R | T | | Y | U | I | O | P | \| |
  30. * |--------+------+------+------+------+------| |------+------+------+------+------+--------|
  31. * | NM | A | S | D | F | G | | H | J | K | L | ;: | '"/NM |
  32. * |--------+------+------+------+------+------| |------+------+------+------+------+--------|
  33. * | Shift | Z | X | C | V | B | | N | M | ,. | .> | /? | Shift |
  34. * `--------+------+------+------+------+------' `------+------+------+------+------+--------'
  35. * | `~ | Ins | Left | Right| | Up | Down | [ | ] |
  36. * `---------------------------' `---------------------------'
  37. * ,-------------. ,-------------.
  38. * | Ctrl | Alt | | Gui | Ctrl |
  39. * ,------|------|------| |------+------+------.
  40. * | | | Home | | PgUp | | |
  41. * |Backsp|Delete|------| |------|Enter | Space|
  42. * | | | End | | PgDn | | |
  43. * `--------------------' `--------------------'
  44. */
  45. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  46. [_BASE] = LAYOUT(
  47. KC_ESC, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_PSCR,
  48. KC_EQL, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS,
  49. KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,
  50. MO(_NM), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, LT(_NM, KC_QUOT),
  51. KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
  52. KC_GRV, KC_INS, KC_LEFT, KC_RIGHT, KC_UP, KC_DOWN, KC_LBRC, KC_RBRC,
  53. KC_LCTL, KC_LALT, KC_RGUI,KC_RCTL,
  54. KC_HOME, KC_PGUP,
  55. KC_BSPC, KC_DEL, KC_END, KC_PGDN,KC_ENTER, KC_SPC
  56. ),
  57. /*
  58. *
  59. *
  60. * ,-------------------------------------------. ,-------------------------------------------.
  61. * | F1 | | | | | | | | | | | | F12 |
  62. * |--------+------+------+------+------+------| |------+------+------+------+------+--------|
  63. * | | | | | | | |ScrLk |Numlck| = | / | * | |
  64. * |--------+------+------+------+------+------| |------+------+------+------+------+--------|
  65. * | | | MbL | MUp | MbR | | |CapsLk| 7 | 8 | 9 | - | |
  66. * |--------+------+------+------+------+------| |------+------+------+------+------+--------|
  67. * | | | ML | MDn | MR | | | | 4 | 5 | 6 | + | |
  68. * |--------+------+------+------+------+------| |------+------+------+------+------+--------|
  69. * | | | | | | | | . | 1 | 2 | 3 |Enter | |
  70. * `--------+------+------+------+------+------' `------+------+------+------+------+--------'
  71. * |QK_BOOT | | | | | | | | |
  72. * `---------------------------' `---------------------------'
  73. * ,-------------. ,-------------.
  74. * | | | | RAlt | |
  75. * ,------|------|------| |------+------+------.
  76. * | | |MWhUp | | | | |
  77. * | | |------| |------| | 0 |
  78. * | | |MWhDn | | | | |
  79. * `--------------------' `--------------------'
  80. */
  81. [_NM] = LAYOUT(
  82. KC_F1, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_F12,
  83. _______, _______, _______, _______, _______, _______, KC_SCRL, KC_NUM, KC_PEQL, KC_PSLS, KC_PAST, _______,
  84. _______, _______, KC_BTN1, KC_MS_U, KC_BTN2, _______, KC_CAPS, KC_P7, KC_P8, KC_P9, KC_PMNS, _______,
  85. _______, _______, KC_MS_L, KC_MS_D, KC_MS_R, _______, _______, KC_P4, KC_P5, KC_P6, KC_PPLS, _______,
  86. _______, _______, _______, _______, _______, _______, KC_PDOT, KC_P1, KC_P2, KC_P3, KC_PENT, _______,
  87. QK_BOOT, _______, _______, _______, _______, _______, _______, _______,
  88. _______, _______, KC_RALT, _______,
  89. KC_WH_U, _______,
  90. _______, _______, KC_WH_D, _______, _______, KC_P0
  91. )
  92. };
  93. layer_state_t layer_state_set_user(layer_state_t state) {
  94. gpio_write_pin(LED4_PIN, layer_state_cmp(state, _NM));
  95. return state;
  96. }