|
4 | 4 | * Hardware Supported: EPOMAKER Split65 |
5 | 5 | * Hardware Availability: EPOMAKER Split65 |
6 | 6 |
|
| 7 | +Put this repo in the `keyboards/epomaker` directory. |
| 8 | + |
| 9 | + git clone https://github.com/gwangyi/Split65 $(qmk env QMK_HOME)/keyboards/epomaker/split65 |
| 10 | + |
7 | 11 | Make example for this keyboard (after setting up your build environment): |
8 | 12 |
|
9 | | - make leo/epomaker_split65:default |
| 13 | + qmk compile -kb epomaker/split65 -km via |
10 | 14 | |
11 | 15 | Flashing example for this keyboard: |
12 | 16 |
|
13 | | - make leo/epomaker_split65:default |
| 17 | + qmk flash -kb epomaker/split65 -km via |
14 | 18 |
|
15 | 19 | To reset the board into bootloader mode, do one of the following: |
16 | 20 |
|
17 | | -* Hold the Reset switch mounted on the bottom side of the PCB while connecting the USB cable |
18 | | -* Hold the Escape key while connecting the USB cable (also erases persistent settings) |
19 | | -* Fn+R_Shift+Esc will reset the board to bootloader mode if you have flashed the default QMK keymap |
| 21 | +* Hold the Escape key while connecting the USB cable to the left half (it might erase persistent settings) |
| 22 | +* Move the switch behind of RShift key (you should remove the keycap) lower position. Remove both the RSpace keycap and switch. Poke two holes just beside of the big hole with a tweezer or paper clip while connecting the USB cable to the right half. |
| 23 | + - After flashing this firmware, you can do this by holding Right arrow key instead of poking the holes. |
| 24 | + - **NOTE**: Don't forget making switch back! It won't work unless the switch is in the correct place. |
| 25 | +  |
20 | 26 |
|
21 | 27 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
22 | 28 |
|
23 | 29 | ## Bootloader |
24 | 30 |
|
25 | 31 | Enter the bootloader in 3 ways: |
26 | 32 |
|
27 | | -* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard |
| 33 | +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard. |
| 34 | + Note that Escape key of this keyboard (EPOMAKER Split65) has (1, 0) matrix key. |
28 | 35 | * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead |
29 | 36 | * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available |
30 | 37 |
|
0 commit comments