|
|
3 years ago | |
|---|---|---|
| .. | ||
| keymaps | bbc3bc55f2 RESET -> QK_BOOT user keymaps (#17940) | 4 years ago |
| config.h | 2da0827d4f Remove matrix size defines (#19581) | 3 years ago |
| info.json | f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | 3 years ago |
| lefishe.c | aafbe043f9 [Keyboard] move lyso1 's boards into lyso1/ (#15767) | 4 years ago |
| lefishe.h | aafbe043f9 [Keyboard] move lyso1 's boards into lyso1/ (#15767) | 4 years ago |
| readme.md | d2accb48e7 RESET -> QK_BOOT keyboard readme (#18110) | 4 years ago |
| rules.mk | f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | 3 years ago |
firmware for the 65xt keyboard designed around the symmetrical blocker 65% layout. This pcb cab also be used as a replacement pcb for the revoKmini/kmacmini with some modification to the design
Make example for this keyboard (after setting up your build environment):
make lyso1/lefishe:default
Enter into the bootloader to flash new firmware in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix(The F1 key in this case) and plug the the keyboard in.
* **Physical reset button**: Briefly press the button on the back and left side of the PCB(exactly under where the "2" key would be located) while the PCB is plugged in.
* **Keycode in layout**: Press the key mapped to `QK_BOOT` (RALT + E in this case) while the keyboard is plugged in.
Flashing example for this keyboard:
make lyso1/lefishe:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.