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.

25 lines
1.0 KiB

  1. # Chalice
  2. A Cheap Alice, powered by a Pro-Micro
  3. * Keyboard Maintainer: [CustomKBD](https://github.com/customkbd/)
  4. * Hardware Supported: Pro-Micro (or equivalent - Sea Micro, Elite-C etc.)
  5. * Hardware Availability: [CustomKBD](https://customkbd.com/products/chalice-pre-order)
  6. Make example for this keyboard (after setting up your build environment):
  7. make chalice:default
  8. Flashing example for this keyboard:
  9. make chalice:default:flash
  10. ## Bootloader
  11. Enter the bootloader in 3 ways:
  12. * **Bootmagic reset**: Hold down Escape and plug in the keyboard.
  13. * **Physical reset button**: Briefly press the reset button below the pro-micro.
  14. * **Keycode in layout**: The `QK_BOOT` key can be found by holding `FUNC` in between the space bars and pressing `ESC`.
  15. 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).