Fix README
This commit is contained in:
		
							parent
							
								
									22dd5dae98
								
							
						
					
					
						commit
						1d5bac21dc
					
				
					 1 changed files with 8 additions and 3 deletions
				
			
		
							
								
								
									
										11
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -107,7 +107,8 @@ You can find some keyboard specific projects under `converter` and `keyboard` di
 | 
				
			||||||
License
 | 
					License
 | 
				
			||||||
-------
 | 
					-------
 | 
				
			||||||
**GPLv2** or later. Some protocol files are under **Modified BSD License**.
 | 
					**GPLv2** or later. Some protocol files are under **Modified BSD License**.
 | 
				
			||||||
LUFA, PJRC and V-USB stack have their own license respectively.
 | 
					
 | 
				
			||||||
 | 
					Third party libraries like LUFA, PJRC and V-USB have their own license respectively.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -127,7 +128,8 @@ Magic Commands
 | 
				
			||||||
--------------
 | 
					--------------
 | 
				
			||||||
To see help press `Magic` + `H`.
 | 
					To see help press `Magic` + `H`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 `Magic` key bind may be `LShift` + `RShift` in many project, but `Power` key on ADB converter. `Magic` keybind can be vary on each project, check `config.h` in project directory.
 | 
					`Magic` key combination is `LShift` + `RShift` in many project, but `Power` key on ADB converter. 
 | 
				
			||||||
 | 
					`Magic` keybind can be vary on each project, check `config.h` in project directory.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Following commands can be also executed with `Magic` + key. In console mode `Magic` keybind is not needed.
 | 
					Following commands can be also executed with `Magic` + key. In console mode `Magic` keybind is not needed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -197,7 +199,10 @@ To avoid configuring accidentally additive salt key `KC_SPACE` also needs to be
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Mechanical Locking support
 | 
					Mechanical Locking support
 | 
				
			||||||
--------------------------
 | 
					--------------------------
 | 
				
			||||||
This feature makes it possible for you to use mechanical switch for `CapsLock`, `NumLock` or `ScrollLock`. To enable this feature define these macros in `config.h` and use `KC_LCAP`, `KC_LNUM` or `KC_LSCR` in keymap for locking key instead of normal `KC_CAPS`, `KC_NLCK` or `KC_SLCK`. Resync option tries to keep lock switch state consistent with keyboard LED state.
 | 
					This feature makes it possible for you to use mechanical locking switch for `CapsLock`, `NumLock` 
 | 
				
			||||||
 | 
					or `ScrollLock`. To enable this feature define these macros in `config.h` and use `KC_LCAP`, `KC_LN
 | 
				
			||||||
 | 
					UM` or `KC_LSCR` in keymap for locking key instead of normal `KC_CAPS`, `KC_NLCK` or `KC_SLCK`. Res
 | 
				
			||||||
 | 
					ync option tries to keep switch state consistent with keyboard LED state.
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
    #define LOCKING_SUPPORT_ENABLE
 | 
					    #define LOCKING_SUPPORT_ENABLE
 | 
				
			||||||
    #define LOCKING_RESYNC_ENABLE
 | 
					    #define LOCKING_RESYNC_ENABLE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue