qmk_firmware

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

README.md (3427B)


      1 # ISO layout with a split spacebar
      2 
      3 I needed to have an ISO layout
      4 and I wanted to have a split spacebar
      5 I couldn't find anything ready 
      6 so i cobbled this together
      7 
      8 
      9 
     10 ## Layer 0 - BL
     11 
     12 standard ISO layout with the addition of the split spacebar
     13 menu key (KC_APP) is used to move to the next layer
     14 the key in between the two spacebars is the function key
     15 
     16 ```
     17 ,-----------------------------------------------------------.
     18 | ' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = |Backsp |
     19 |-----------------------------------------------------------|
     20 | Tab | q | w | e | r | t | y | u | i | o | p | [ | ] |enter|
     21 |------------------------------------------------------     |
     22 | Caps  | a | s | d | f | g | h | j | k | l | ; | ' | # |   |
     23 |-----------------------------------------------------------|
     24 |Shft| < | z | x | c | v | b | n | m | , | . | / |  Shift   |
     25 |-----------------------------------------------------------|
     26 |Ctrl|Gui |Alt | Space  | FN |  Space  |Alt |Gui | NL |Ctrl |
     27 `-----------------------------------------------------------'
     28 ```
     29 
     30 ## Layer 1 - FL
     31 
     32 quite standard function layer
     33 arrow keys and mouse movement/buttons on the home row 
     34 
     35 ```
     36 ,-----------------------------------------------------------.
     37 |ESC|F1 |F2 |F3 |F4 |F5 |F6 |F7 |F8 |F9 |F10|F11|F12|  DEL  |
     38 |-----------------------------------------------------------|
     39 |     |   |   |   |   |   |   |   |   |   |prt|   |   |     |
     40 |------------------------------------------------------     |
     41 |       |m l|m d|m u|m r|   |   | l | d | u | r |   |   |   |
     42 |-----------------------------------------------------------|
     43 |    |   |   |   |   |mb1|mb2|   |hm |pgd|pgu|end|          |
     44 |-----------------------------------------------------------|
     45 |    |    |    |        |    |         |    |    |    |     |
     46 `-----------------------------------------------------------'
     47 ```
     48 
     49 ## Layer 2 - NL
     50 
     51 numbers numbers numbers...
     52 first key (top left) to return to BL
     53 menu key (KC_APP) is used to move to the next layer
     54 
     55 ```
     56 ,-----------------------------------------------------------.
     57 |BL | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 |   |   |       |
     58 |-----------------------------------------------------------|
     59 |     | 4 | 5 | 6 | * | / |   | 4 | 5 | 6 | * | / | ] |     |
     60 |------------------------------------------------------     |
     61 |       | 7 | 8 | 9 | + | - |   | 1 | 2 | 3 | + | - |   |   |
     62 |-----------------------------------------------------------|
     63 |    |   | 0 | , | . | = |   |   | 0 | , | . | = |      |
     64 |-----------------------------------------------------------|
     65 |    |    |    |        |    |         |    |    | RL |     |
     66 `-----------------------------------------------------------'
     67 ```
     68  
     69 ## Layer 3 - BL
     70 
     71 all the fancy lights
     72 and useful reset button  (top right)
     73 
     74 ```
     75 ,-----------------------------------------------------------.
     76 |BL |   |   |   |   |   |   |   |   |   |   |   |   |Reset  |
     77 |-----------------------------------------------------------|
     78 |     |tog|mod|hui|hud|   |   |sai|sad|vai|vad|   |   |     |
     79 |------------------------------------------------------     |
     80 |       |sta|bre|rai|swi|   |   |sna|kni|gra|xms|   |   |   |
     81 |-----------------------------------------------------------|
     82 |    |   |bd |bt |bi |bs |   |   |   |   |   |   |          |
     83 |-----------------------------------------------------------|
     84 |    |    |    |        |    |         |    |    | BL |     |
     85 `-----------------------------------------------------------'
     86 ```