qmk-dactyl-manuform-a/keyboards/lefishe
Ryan a8d440e4e0
Tidy up NKRO_ENABLE rules (#15382)
2021-12-09 16:05:44 +11:00
..
keymaps [Keyboard] Add LeFishe Keyboard (#14498) 2021-09-19 11:54:40 -07:00
config.h [Keyboard] Add LeFishe Keyboard (#14498) 2021-09-19 11:54:40 -07:00
info.json [Keyboard] Add LeFishe Keyboard (#14498) 2021-09-19 11:54:40 -07:00
lefishe.c [Keyboard] Add LeFishe Keyboard (#14498) 2021-09-19 11:54:40 -07:00
lefishe.h [Keyboard] Add LeFishe Keyboard (#14498) 2021-09-19 11:54:40 -07:00
readme.md [Keyboard] Add LeFishe Keyboard (#14498) 2021-09-19 11:54:40 -07:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

readme.md

lefishe

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

  • Keyboard Maintainer: Lyso1
  • Hardware Supported: LeFishe, atmega32u4
  • Hardware Availability: /u/TheLysol_27

Make example for this keyboard (after setting up your build environment):

make 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 `RESET` (RALT + E in this case) while the keyboard is plugged in. 

Flashing example for this keyboard:

make 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.