* adding my keymap * updated pull request comments from dashna, including redundancies and DVORAK entirely * changed over visual representation to use 'LAYOUT_preonic_grid()' * added a ReadMe and commented out AUDIO_ENABLED related stuff in keymap.c until I can align with current QMK standards * Update readme.md * readme corrections and adjustments
		
			
				
	
	
		
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #define STARTUP_SONG SONG(PREONIC_SOUND)
 | |
| #define MUSIC_MASK (keycode != KC_NO)
 | |
| 
 | |
| #define FORCE_NKRO 1
 | |
| #define PREVENT_STUCK_MODIFIERS
 | |
| #define GRAVE_ESC_GUI_OVERRIDE |