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.1 KiB

  1. # Neito
  2. ### by Oliver Granlund
  3. ISO-variant of TGR Alice with a few tweaks!
  4. ![First prototype](https://i.imgur.com/GbZAnIpl.jpg)
  5. ![First prototypes backside](https://i.imgur.com/h7Hx6EUl.jpg)
  6. * Keyboard Maintainer: [Oliver Granlund](https://github.com/OlliGranlund)
  7. * Hardware Supported: Neito PCB (ATmega32U4)
  8. * Hardware Availability: Group Buys hosted on [https://olli.works](https://olli.works)
  9. Getting the board into bootloader mode:
  10. To be able to flash firmware onto this board, you'll need to bring the keyboard into bootloader mode. The keyboard has a debug-panel located between the keys "H" and "N". In this 2x3-panel, short the two pins which are furthest away from the atmega32u4 microcontroller. See the red arrows in the image below.
  11. ![Reset pins](https://i.imgur.com/fN2XjY8l.jpg)
  12. Make example for this keyboard (after setting up your build environment):
  13. make neito: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).