You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan ef6a712899
Even more `info.json` whitespace cleanups (#20703)
1 year ago
..
keymaps Encodermap direction define. (#20454) 1 year ago
info.json Even more `info.json` whitespace cleanups (#20703) 1 year ago
readme.md [keyboard] reedskeebs/alish40 (#19754) 1 year ago
rules.mk [keyboard] reedskeebs/alish40 (#19754) 1 year ago

readme.md

Alish40

Alish40 in black

A budget-friendly 40% Aliceish keyboard with base kit support and stylish silkscreen art.

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

make reedskeebs/alish40:default

Flashing example for this keyboard:

make reedskeebs/alish40:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Bootloader

Enter the bootloader in 3 ways:

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

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.

If the incorrect bootloader is specified, bootmagic reset and the QK_BOOT keycode will not work.

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 for more details.