Danielo515/redox (#8232)
* feat(build): added script for compiling with docker easily * chore: bring my own build with docker to master * chore: delete a file that does not make sense anymore * feat: first redox for danielo * chore: basic compatibility between redox and my space * refactor: removed some old stuff * feat: added go coding symbols * feat: name control_k and alt_j * chore: reduce combo term * feat: improved first layer of redox * feat: add configurations to the redox * feat: make alt tab more portable * feat: small improvements to redox layout * feat: added leader * refactor: move leader defs to my userspace config * chore: movement modified * feat: more predefined keys and a a new combo * feat: redox alt tab functionality * refactor: move alt_tab processing to a separate file * refactor: early return * refactor: move process record to a separate file * format leader function * chore: backspace on digits layer * feat: add extra combo * feat: added more combos * implement guard proposed by @drashna Co-Authored-By: Drashna Jaelre <drashna@live.com> * chore: include @drashna placeholder suggestion Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
		
							parent
							
								
									f2f2afe13b
								
							
						
					
					
						commit
						32d03eef90
					
				
					 16 changed files with 608 additions and 480 deletions
				
			
		|  | @ -1,6 +1,10 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #if defined(COMBO_ENABLE) | ||||
|   #define COMBO_COUNT 4 | ||||
|   #define COMBO_TERM  50 | ||||
|   #define COMBO_COUNT 9 | ||||
|   #define COMBO_TERM  40 | ||||
| #endif // !COMBO_ENABLE
 | ||||
| // Timeout settings for leader key
 | ||||
| #undef  LEADER_TIMEOUT | ||||
| #define LEADER_TIMEOUT 350 | ||||
| #define LEADER_PER_KEY_TIMING | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Daniel Rodríguez Rivero
						Daniel Rodríguez Rivero