]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/40percentclub/ut47/readme.md
[Keyboard] Fix XD96 info.json (#6309)
[qmk_firmware.git] / keyboards / 40percentclub / ut47 / readme.md
1 # ut47
2
3 ![ut47](https://i.imgur.com/ZDKZQaj.jpg)
4 ===
5
6 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.
7
8 Keyboard Maintainer: [filoxo](https://github.com/filoxo), [network_operations]  
9 Hardware Supported: [PCB design](http://www.40percent.club/2016/10/gnap-20-plateless.html), Arduino Pro Micro  
10 Hardware Availability: [How to order](http://www.40percent.club/2017/03/ordering-pcb.html)
11
12 ### Instructions
13
14 To flash the UT47 without LEDs (single controller), run:
15
16     make 40percentclub/ut47:default
17
18 To enable the UT47 LEDs (dual controller), run this for the main controller:
19
20     make 40percentclub/ut47:default LED_ENABLE=yes
21
22 Or you can add `LED_ENABLE = yes` to *rules.mk*
23
24 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.
25
26 <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>
27
28 ### Layout
29
30 Go to the [default layout README](keymaps/default/readme.md) for more information.
31
32 ### Additional info
33
34 Credit: Forked from [di0ib TMK version](https://github.com/di0ib/tmk_keyboard/tree/master/keyboard/gnap)
35
36 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.
37
38 ### Build Guide
39
40 [u/network_operations' build guide thread](https://www.reddit.com/r/MechanicalKeyboards/comments/7wqktu/gnap_the_cheap_40/)