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.

24 lines
1.0 KiB

  1. # Mini1800 RevC
  2. The first public release of the Mini1800.
  3. * Keyboard Maintainer: [LFKeyboards](https://github.com/lfkeyboards)
  4. * Hardware Supported: Mini1800 RevC (Black PCB with AT90USB646)
  5. * Hardware Availability: [LFKeyboards.com](https://www.lfkeyboards.com/)
  6. Make example for this keyboard (after setting up your build environment):
  7. make lfkeyboards/mini1800/revc:default
  8. Flashing example for this keyboard:
  9. make lfkeyboards/mini1800/revc:default:flash
  10. ## Bootloader
  11. To reset the board into bootloader mode, do one of the following:
  12. * **Physical reset button**: Briefly press the button on the bottom of the PCB (between Q and W keys)
  13. * **Keycode in keymap**: Press the key mapped to `RESET` if it is available (`Fn`+`Right Shift`, then tap `Enter` by default)
  14. 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).