qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1752B)


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