mirror of
				https://github.com/qmk/qmk_userspace.git
				synced 2025-11-04 02:40:06 -05:00 
			
		
		
		
	Add qmk config user.overlay_dir step to README.md (#23)
		
	This commit is contained in:
		
					parent
					
						
							
								7672002109
							
						
					
				
			
			
				commit
				
					
						0f10c50b4c
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,6 +7,7 @@ This is a template repository which allows for an external set of QMK keymaps to
 | 
				
			||||||
1. Run the normal `qmk setup` procedure if you haven't already done so -- see [QMK Docs](https://docs.qmk.fm/#/newbs) for details.
 | 
					1. Run the normal `qmk setup` procedure if you haven't already done so -- see [QMK Docs](https://docs.qmk.fm/#/newbs) for details.
 | 
				
			||||||
1. Fork this repository
 | 
					1. Fork this repository
 | 
				
			||||||
1. Clone your fork to your local machine
 | 
					1. Clone your fork to your local machine
 | 
				
			||||||
 | 
					1. Enable userspace in QMK config using `qmk config user.overlay_dir="$(realpath qmk_userspace)"`
 | 
				
			||||||
1. Add a new keymap for your board using `qmk new-keymap`
 | 
					1. Add a new keymap for your board using `qmk new-keymap`
 | 
				
			||||||
    * This will create a new keymap in the `keyboards` directory, in the same location that would normally be used in the main QMK repository. For example, if you wanted to add a keymap for the Planck, it will be created in `keyboards/planck/keymaps/<your keymap name>`
 | 
					    * This will create a new keymap in the `keyboards` directory, in the same location that would normally be used in the main QMK repository. For example, if you wanted to add a keymap for the Planck, it will be created in `keyboards/planck/keymaps/<your keymap name>`
 | 
				
			||||||
    * You can also create a new keymap using `qmk new-keymap -kb <your_keyboard> -km <your_keymap>`
 | 
					    * You can also create a new keymap using `qmk new-keymap -kb <your_keyboard> -km <your_keymap>`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue