logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (2046B)


  1. # Alish40
  2. ![Alish40 in black](https://i.imgur.com/h9lklc9l.jpg)
  3. A budget-friendly 40% Alice*ish* keyboard with base kit support and styl*ish* silkscreen art.
  4. * Keyboard Maintainer: [Reed](https://github.com/NamesReed), [Kyle McCreery](https://github.com/kylemccreery)
  5. * Hardware Supported: Alish40 v1.3
  6. * Hardware Availability: [Alish40, fulfilled by MechWild](https://mechwild.com/product/alish/)
  7. Make example for this keyboard (after setting up your build environment):
  8. make reedskeebs/alish40:default
  9. Flashing example for this keyboard:
  10. make reedskeebs/alish40:default:flash
  11. 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).
  12. ## Bootloader
  13. Enter the bootloader in 3 ways:
  14. * **Bootmagic reset**: Hold down the top left key and plug in the keyboard. This will also clear EEPROM, so it is a good first step if the keyboard is misbehaving.
  15. * **Physical reset**: Press the 6x6mm button below the "Alish 40" label, on the underside of the PCB. You may also use your Pro Micro's built-in reset mechanism if that is easier.
  16. * **Keycode in layout**: There is no key mapped to `QK_BOOT` in the pre-created keymaps, but you may assign this key in any keymaps you create.
  17. As a Pro Micro-compatible board, the Alish40 uses `caterina` as its bootloader by default. Many popular Pro Micro alternatives like the Elite-C, Bit-C, Sea-Micro, Puchi-C etc should be flashed with a different bootloader such as `atmel-dfu`.
  18. **If the incorrect bootloader is specified, bootmagic reset and the `QK_BOOT` keycode will not work**.
  19. To avoid this problem, set the correct bootloader in your custom keymap's `rules.mk` file before compiling, or flash using an appropriate target (e.g. `make reedskeebs/alish40:default:dfu`). See [flashing instructions and bootloader information](https://docs.qmk.fm/#/flashing) for more details.