qmk_firmware

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

readme.md (1320B)


      1 # The default keymap for plaid
      2 Original copyright 2019 Takuya Urakawa (dm9records.com)
      3 LED Support added  by Richard Sutherland (rich@brickbots.com)
      4 
      5 This layout is based on the Planck layout, and includes an adjust layer (6)
      6 accessible by holding the lower and raise modifiers (MO3 and MO4) together.
      7 The adjustment layer is used to set the behavior of the two LEDs:
      8 
      9 **Modifier Mode:**   
     10 Activates when any modifier (shift, alt, os, MO) key is held
     11 down.  LED turns off when key is release
     12 
     13 **Blinkinlights Mode:**  
     14 Random chance of state change on each keystroke.
     15 
     16 **Keypress Mode:**  
     17 On for any keypress as long as the key is pressed
     18 
     19 **Carriage Mode:**  
     20 Turns on when enter is pressed, turns off when any next key is pressed
     21 
     22 To set the behavior of an LED, and save it to eeprom, hold the
     23 raise/lower keys together to access the adjust layer, then use
     24 the keys indicated below to set the behaviors
     25 
     26 * q = Toggle Red LED state, deactivates any other modes
     27 * w = Toggle Green LED state, deactivates any other modes
     28 * e = Set RED LED to modifier mode
     29 * r = Set GREEN LED to modifier mode
     30 * t = Set RED LED to Blinkinlights mode
     31 * y = set GREEN LED to Blinkinlights mode
     32 * u = set RED LED to Keypress mode
     33 * i = set GREEN LED to Keypress mode
     34 * o = set RED LED to Carriage mode
     35 * p = set GREEN LED to Carriage mode