logo

qmk_firmware

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

readme.md (1204B)


  1. # Uno
  2. ![Uno](https://i.imgur.com/OqPyWbbl.jpg)
  3. A 1-key, in-USB "board" for the lulz
  4. * Keyboard Maintainer: [Snipeye](https://github.com/Snipeye)
  5. * Hardware Availability: [keyhive.xyz](https://keyhive.xyz/shop/uno-single-key-keyboard)
  6. There are two revisions of Uno. If your Uno supports a rotary encoder, use rev2.
  7. If it *does not* support a rotary encoder, use rev1. The following examples use
  8. `rev2` — be sure to change this if you are using `rev1`.
  9. Make example for this keyboard (after setting up your build environment; make
  10. sure to change `rev2` to your Uno's version):
  11. make keyhive/uno/rev2:default
  12. Flashing example for this keyboard (change `rev2` to `rev1` if needed):
  13. make keyhive/uno/rev2:default:flash
  14. If you prefer to use the `qmk` tool:
  15. qmk compile -kb keyhive/uno/rev2 -km default
  16. Create your own keymap with:
  17. qmk new-keymap -kb keyhive/uno/rev2
  18. 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).
  19. ### Credits
  20. + Everything by Snipeye