qmk_firmware

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

readme.md (2467B)


      1 # jotlily60
      2 
      3 ![jotlily60](https://i.imgur.com/I68WGmJh.jpg)
      4 
      5 A split keyboard kit made by jotix, inspired in the Lily58 keyboard.
      6 
      7 * Keyboard Maintainer: [jotix](https://github.com/jotix)
      8 * Hardware Supported: Arduino Pro Micro
      9 
     10 ---
     11 
     12 ### Arduino Pro Micro Pinout
     13 
     14 | Rows        | 0  | 1  | 2  | 3  | 4  |
     15 |-------------|----|----|----|----|----|
     16 | Arduino pin | A0 | 15 | 14 | 16 | 10 |
     17 | QMK pin     | F7 | B1 | B3 | B2 | B6 |
     18 
     19 | Columns     | 0  | 1  | 2  | 3  | 4  | 5  | 6  |
     20 |-------------|----|----|----|----|----|----|----|
     21 | Arduino pin |  3 |  4 |  5 |  6 |  7 |  8 |  9 |
     22 | QMK pin     | D0 | D4 | C6 | D7 | E6 | B4 | B5 |
     23 
     24 | Serial      |     |
     25 |-------------|-----|
     26 | Arduino pin | TX0 |
     27 | QMK pin     |  D3 |
     28 
     29 ---
     30 
     31 ### Compiling the Firmware
     32 
     33 Compile example for this keyboard (after setting up your build environment):
     34     
     35     qmk compile -kb handwired/jotlily60 -km default 
     36    
     37 ---
     38 
     39 ### The Defaukt Keymap
     40 
     41     +-------+-------+-------+-------+-------+-------+               +-------+-------+-------+-------+-------+-------+
     42     |   =   |   1   |   2   |   3   |   4   |   5   |               |   6   |   7   |   8   |   9   |   0   |   -   |
     43     +-------+-------+-------+-------+-------+-------+               +-------+-------+-------+-------+-------+-------+
     44     |  esc  |   Q   |   W   |   E   |   R   |   T   |               |   Y   |   U   |   I   |   O   |   P   |  tab  |
     45     +-------+-------+-------+-------+-------+-------+               +-------+-------+-------+-------+-------+-------+
     46     | caps  |   A   |   S   |   D   |   F   |   G   |               |   H   |   J   |   K   |   L   |   ;   |   '   |
     47     +-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
     48     | shift |   Z   |   X   |   C   |   V   |   B   |   {   |   }   |   N   |   M   |   ,   |   .   |   /   | enter |
     49     +-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
     50                     |  alt  | super |  ctrl | space |   fn  |   fn  | bspc  |  del  |  meh  |  ralt |
     51                     +-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
     52 
     53 ---
     54 
     55 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).