You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					42 lines
				
				1.1 KiB
			
		
		
			
		
	
	
					42 lines
				
				1.1 KiB
			| 
								 
											10 years ago
										 
									 | 
							
								# Roman's Layout
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								There is only one layer, and it is  based on [Norman
							 | 
						||
| 
								 | 
							
								layout](https://normanlayout.info/).
							 | 
						||
| 
								 
											10 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								Looking for multiple-layer layouts?
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								- [Symbols, arrows, plover, HJKL
							 | 
						||
| 
								 | 
							
								  arrows](../romanzolotarev-norman-plover-osx-hjkl/)
							 | 
						||
| 
								 
											10 years ago
										 
									 | 
							
								- [Same with IJKL arrows](../romanzolotarev-norman-plover-osx/)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								[](http://www.keyboard-layout-editor.com/#/gists/9e89d54f1ea6eeeb7dab1b2d19d28195)
							 | 
						||
| 
								 
											10 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								## How to use Vim key
							 | 
						||
| 
								 
											10 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								It is `CTL_T(KC_ESC)` and it works this way:
							 | 
						||
| 
								 
											10 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								- Tap `CTRL/ESC` to send `ESC`.
							 | 
						||
| 
								 | 
							
								- Hold `CTRL/ESC` to use as `CTRL`.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								## How to activate N-rollover
							 | 
						||
| 
								 
											10 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								- Hold left `SHIFT` and right `SHIFT` and then tap `N`.
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								## How to make and flash on OS X
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								First you need to install few brew packages.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```bash
							 | 
						||
| 
								 | 
							
								brew tap osx-cross/avr
							 | 
						||
| 
								 | 
							
								brew install dfu-programmer avr-libc teensy_loader_cli
							 | 
						||
| 
								 | 
							
								```
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Then you can clone this repository, make and flash your ErgoDox.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```bash
							 | 
						||
| 
								 | 
							
								git clone https://github.com/romanzolotarev/qmk_firmware
							 | 
						||
| 
								 | 
							
								cd qmk_firmware/keyboards/ergodox
							 | 
						||
| 
								 | 
							
								# Optionally tweak ./keymaps/romanzolotarev-norman-osx/keymap.c
							 | 
						||
| 
								 
											8 years ago
										 
									 | 
							
								SLEEP_LED_ENABLED=no LAYOUT_ergodox=romanzolotarev-norman-osx make teensy
							 | 
						||
| 
								 
											9 years ago
										 
									 | 
							
								```
							 |