* layout(planck): new layout initial commit * feat(planck): add workman layout * fix(planck): switching to workman * layout(planck): swapping mnext and mplay * feat(planck): prep for RGB * perf(planck): remove plover saves 256 bytes of memory * perf(planck): remove colemak saves 128 bytes * layout(planck): swapping enter and quote * perf(planck): disable console frees 1664 bytes * feat(planck): RGB under-lighting * refactor(planck): change RGB pin Uses pin labeled PB2 * feat(planck): add RGB keycodes * feat(planck): re-enable audio * style(planck): fixing indentation Because who indents like that? * style(planck): clean up keycodes * layout(planck): remove del * feat(planck): add tap-space to layer keys * docs(planck): specify pin on PCB for RGB * bug(planck): reducing tap time * Revert "bug(planck): reducing tap time" This reverts commit 62606b2dc62c5adcc06cfb5978d7e5305411a658. * Revert "feat(planck): add tap-space to layer keys" This reverts commit c74de5a4aa45c5563dcaa463395654c29f50eda3. * perf(planck): remove backlit case * feat(planck): swap enter and quote * bug(planck): moving right shift * doc(planck): update README * chore(planck): remove makefile * 🔨 add userspace config * 📝 update layer ascii art * 🔥 disable RGB lighting * ✨ add Colemak * ✨ add numpad layer * ✨ add caps lock on adjust layer * 📝 update layer renders * 🔥 remove workman sound def * 🔨 add userspace config * 📝 update layer ascii art * 🔥 disable RGB lighting * ✨ add Colemak * ✨ add numpad layer * ✨ add caps lock on adjust layer * 📝 update layer renders * 🔥 remove workman sound def
		
			
				
	
	
		
			23 lines
		
	
	
		
			460 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			460 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# DudeOfAwesome's Planck Layout
 | 
						|
 | 
						|

 | 
						|
 | 
						|
## Features
 | 
						|
 | 
						|
- Base Layers
 | 
						|
    - QWERTY
 | 
						|
    - Workman
 | 
						|
    - Dvorak
 | 
						|
    - Colemak
 | 
						|
- Numpad layer
 | 
						|
    
 | 
						|
- Audio
 | 
						|
 | 
						|
## Building and flashing
 | 
						|
 | 
						|
1. Put your board in DFU mode with either the button on the bottom, or with a software key in your current firmware
 | 
						|
1. Flash:
 | 
						|
    ```bash
 | 
						|
    $ make make planck/rev4:dudeofawesome:dfu
 | 
						|
    ```
 |