Back to Qmk Firmware

jotlily60

keyboards/handwired/jotlily60/readme.md

4.02.4 KB
Original Source

jotlily60

A split keyboard kit made by jotix, inspired in the Lily58 keyboard.

  • Keyboard Maintainer: jotix
  • Hardware Supported: Arduino Pro Micro

Arduino Pro Micro Pinout

Rows01234
Arduino pinA015141610
QMK pinF7B1B3B2B6
Columns0123456
Arduino pin3456789
QMK pinD0D4C6D7E6B4B5
Serial
Arduino pinTX0
QMK pinD3

Compiling the Firmware

Compile example for this keyboard (after setting up your build environment):

qmk compile -kb handwired/jotlily60 -km default 

The Defaukt Keymap

+-------+-------+-------+-------+-------+-------+               +-------+-------+-------+-------+-------+-------+
|   =   |   1   |   2   |   3   |   4   |   5   |               |   6   |   7   |   8   |   9   |   0   |   -   |
+-------+-------+-------+-------+-------+-------+               +-------+-------+-------+-------+-------+-------+
|  esc  |   Q   |   W   |   E   |   R   |   T   |               |   Y   |   U   |   I   |   O   |   P   |  tab  |
+-------+-------+-------+-------+-------+-------+               +-------+-------+-------+-------+-------+-------+
| caps  |   A   |   S   |   D   |   F   |   G   |               |   H   |   J   |   K   |   L   |   ;   |   '   |
+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
| shift |   Z   |   X   |   C   |   V   |   B   |   {   |   }   |   N   |   M   |   ,   |   .   |   /   | enter |
+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
                |  alt  | super |  ctrl | space |   fn  |   fn  | bspc  |  del  |  meh  |  ralt |
                +-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.