qmk_firmware

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

readme.md (2227B)


      1 DZ60 iso layout with 4th row (Z row) having all 1u size keys.
      2 
      3 ### _QWERTY:
      4 Base iso qwerty layer with arrow keys
      5 ```
      6 ,-----------------------------------------------------------------------------------------.
      7 | Esc |  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  0  |  -  |  =  |   Bkspc   |
      8 |-----------------------------------------------------------------------------------------+
      9 |  Tab   |  Q  |  W  |  E  |  R  |  T  |  Y  |  U  |  I  |  O  |  P  |  [  |  ]  |        |
     10 |---------------------------------------------------------------------------------- Enter +
     11 |   Fn    |  A  |  S  |  D  |  F  |  G  |  H  |  J  |  K  |  L  |  ;  |  '  |  #   |      |
     12 |-----------------------------------------------------------------------------------------+
     13 |Shift|  \  |  Z  |  X  |  C  |  V  |  B  |  N  |  M  |  ,  |  .  |  /  | Ins | Up  | Del |
     14 |-----------------------------------------------------------------------------------------+
     15 | Ctrl |  Os   |  Alt  |              Space                |Caps |  Fn  |Left |Down |Right|
     16 `-----------------------------------------------------------------------------------------'
     17 ```
     18 
     19 ### _FUNCTION
     20 Layer with function keys, media keys and rgb keys
     21 ```
     22 FN Layer
     23 ,-----------------------------------------------------------------------------------------.
     24 |  `  |  F1 |  F2 |  F3 |  F4 |  F5 |  F6 |  F7 |  F8 |  F9 | F10 | F11 | F12 |    DEL    |
     25 |-----------------------------------------------------------------------------------------+
     26 |        |     |  Up |     |     |     |     |     |     |     |PSRC |     |     |        |
     27 |----------------------------------------------------------------------------------       +
     28 |         |Left |Down |Right|     |     |     |     |     |     |     |     |      |      |
     29 |-----------------------------------------------------------------------------------------+
     30 |     |     |     |     |     |     |MPrev|MNext|Mute |VolUp|VolDn|MPlay|     |PgUp |     |
     31 |-----------------------------------------------------------------------------------------+
     32 |      |       |       |                                   |     |      |Home |PGDn | End |
     33 `-----------------------------------------------------------------------------------------'
     34 ```