This commit is contained in:
Sendy YK 2020-08-12 04:07:25 +07:00
parent 5688c1bdc9
commit ea0b234083
2 changed files with 0 additions and 85 deletions

View file

@ -1,44 +0,0 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Layer [0]
* ,-------------------.
* |Nm L|/ |* |- |
* |-------------------+
* |7 |8 |9 | |
* |--------------|+ |
* |4 |5 |6 | |
* |-------------------+
* |1 | 2 |3 | |
* |--------------|Entr|
* |0 |. | |
* `-------------------'
*/
[0] = LAYOUT_Numpad_5x4_mrsendyyk(KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
KC_P7, KC_P8, KC_P9,
KC_P4, KC_P5, KC_P6, KC_PPLS,
KC_P1, KC_P2, KC_P3,
KC_P0, LT(1, KC_PDOT), KC_PENT),
/* Layer [1] (Press & Hold `.` Key)
* ,-------------------.
* | | | | |
* |-------------------+
* | | | | |
* |--------------| |
* |Rst | | | |
* |-------------------+
* | | | | |
* |--------------| |
* | | | |
* `-------------------'
*/
[0] = LAYOUT_Numpad_5x4_mrsendyyk(_______, _______, _______, _______,
_______, _______, _______,
RESET, _______, _______, _______,
_______, _______, _______,
_______, KC_TRNS, _______)
};

View file

@ -1,41 +0,0 @@
# [Sendy YK](https://mr.sendyyk.com)'s Keymap
### Layer [0]
```
,-------------------.
|Nm L|/ |* |- |
|-------------------+
|7 |8 |9 | |
|--------------|+ |
|4 |5 |6 | |
|-------------------+
|1 | 2 |3 | |
|--------------|Entr|
|0 |. | |
`-------------------'
```
### Layer [1]
Press & Hold `.` Key
```
,-------------------.
| | | | |
|-------------------+
| | | | |
|--------------| |
|Rst | | | |
|-------------------+
| | | | |
|--------------| |
| | | |
`-------------------'
```
## Build The Firmware
You will need to build the firmware. To do so go to your terminal window and run the compile command:
qmk compile -kb ai03/soyuz -km mrsendyyk