* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
		
			
				
	
	
		
			23 lines
		
	
	
		
			598 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			598 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Flashing Keyboard
 | |
| 
 | |
| 1. Install `dfu` tools:
 | |
| 
 | |
|     brew tap osx-cross/avr
 | |
|     brew install avr-libc
 | |
|     brew install dfu-programmer
 | |
| 
 | |
| 2. Move to this directory.
 | |
| 3. Hit the reset button on the keyboard.
 | |
| 4. run `make dfu`.
 | |
| 
 | |
| ## The Keymap
 | |
| 
 | |
| This keymap is designed for a rev3 Planck Keyboard.
 | |
| 
 | |
| The default layer is QWERTY. The raise layer has a ten key on the right
 | |
| and common programming punctuation on the left. The lower layer provides the
 | |
| rest of the symbols, mostly mapped with the ten key numbers.
 | |
| 
 | |
| The normal right shift key uses the `MT` macro to trigger Enter on tap and right
 | |
| shift when held.
 |