logo

qmk_firmware

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

readme.md (1754B)


  1. # ut47
  2. ![ut47](https://i.imgur.com/ZDKZQaj.jpg)
  3. ===
  4. Somewhere between ortholinear and standard offset. Created to have all the same functions on a Planck in a keyboard but with a more conventional keyboard row stagger.
  5. Keyboard Maintainer: [filoxo](https://github.com/filoxo), [network_operations]
  6. Hardware Supported: [PCB design](http://www.40percent.club/2016/10/gnap-20-plateless.html), Arduino Pro Micro
  7. Hardware Availability: [How to order](http://www.40percent.club/2017/03/ordering-pcb.html)
  8. ### Instructions
  9. To flash the UT47 without LEDs (single controller), run:
  10. make 40percentclub/ut47:default
  11. To enable the UT47 LEDs (dual controller), run this for the main controller:
  12. make 40percentclub/ut47:default LED_ENABLE=yes
  13. Or you can add `LED_ENABLE = yes` to *rules.mk*
  14. And then flash [LED_controls.ino](LED_controls.ino) to the second controller using [Arduino IDE](https://www.arduino.cc/en/Main/Software) or similar. NOTE: Arduino IDE will require importing additional libraries to compile.
  15. <small>The reason this is an "opt-in" feature is to prevent sending serial communication over the pin, in case it ends up being used for something else (like RGB underglow).</small>
  16. ### Layout
  17. Go to the [default layout README](keymaps/default/readme.md) for more information.
  18. ### Additional info
  19. Credit: Forked from [di0ib TMK version](https://github.com/di0ib/tmk_keyboard/tree/master/keyboard/gnap)
  20. See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
  21. ### Build Guide
  22. [u/network_operations' build guide thread](https://www.reddit.com/r/MechanicalKeyboards/comments/7wqktu/gnap_the_cheap_40/)