Skip to content

Commit 151e420

Browse files
committed
Update instructions
1 parent cf957f8 commit 151e420

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

howto.jpg

322 KB
Loading

readme.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,34 @@
44
* Hardware Supported: EPOMAKER Split65
55
* Hardware Availability: EPOMAKER Split65
66

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+
711
Make example for this keyboard (after setting up your build environment):
812

9-
make leo/epomaker_split65:default
13+
qmk compile -kb epomaker/split65 -km via
1014
1115
Flashing example for this keyboard:
1216

13-
make leo/epomaker_split65:default
17+
qmk flash -kb epomaker/split65 -km via
1418

1519
To reset the board into bootloader mode, do one of the following:
1620

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+
![Howto](https://github.com/gwangyi/Split65/raw/main/howto.jpg)
2026

2127
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).
2228

2329
## Bootloader
2430

2531
Enter the bootloader in 3 ways:
2632

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.
2835
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
2936
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
3037

0 commit comments

Comments
 (0)