changed adjust layer to emulate mouse on rignt hand
This commit is contained in:
		
							parent
							
								
									9609a47c3e
								
							
						
					
					
						commit
						015bf30d9b
					
				
					 10 changed files with 907 additions and 907 deletions
				
			
		|  | @ -3,7 +3,7 @@ | ||||||
| #   the appropriate keymap folder that will get included automatically
 | #   the appropriate keymap folder that will get included automatically
 | ||||||
| #
 | #
 | ||||||
| BOOTMAGIC_ENABLE = no  # Virtual DIP switch configuration(+1000) | BOOTMAGIC_ENABLE = no  # Virtual DIP switch configuration(+1000) | ||||||
| MOUSEKEY_ENABLE  = no  # Mouse keys(+4700) | MOUSEKEY_ENABLE  = yes  # Mouse keys(+4700) | ||||||
| EXTRAKEY_ENABLE  = yes # Audio control and System control(+450) | EXTRAKEY_ENABLE  = yes # Audio control and System control(+450) | ||||||
| CONSOLE_ENABLE   = no  # Console for debug(+400) | CONSOLE_ENABLE   = no  # Console for debug(+400) | ||||||
| COMMAND_ENABLE   = yes # Commands for debug and configuration | COMMAND_ENABLE   = yes # Commands for debug and configuration | ||||||
|  |  | ||||||
|  | @ -134,19 +134,19 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||||||
| 
 | 
 | ||||||
| /* Adjust (Lower + Raise)
 | /* Adjust (Lower + Raise)
 | ||||||
|  * ,-----------------------------------------------------------------------------------. |  * ,-----------------------------------------------------------------------------------. | ||||||
|  * |      |Reset |      |Aud on|Audoff|AGnorm|AGswap|Qwerty|Colemk|Dvorak|Reset | Del  | |  * |Reset |Colemk|Qwerty|Dvorak|      |      |      |      |  MU  |      |      |Reset | | ||||||
|  * |------+------+------+------+------+------|------+------+------+------+------+------| |  * |------+------+------+------+------+------|------+------+------+------+------+------| | ||||||
|  * |      |      |      |      |      |      |      |      |      |      |      |      | |  * |      |AGNorm|AGSwap|      |      |      |      |  ML  |  MD  |  MR  |      |      | | ||||||
|  * |------+------+------+------+------+------+------+------+------+------+------+------| |  * |------+------+------+------+------+------+------+------+------+------+------+------| | ||||||
|  * |      |      |      |      |      |      |      |      |      |      |      |      | |  * |      |AudOn |AudOff|      |      |      |      |MBtn1 |MBtn2 |MBtn3 |      |      | | ||||||
|  * |------+------+------+------+------+------+------+------+------+------+------+------| |  * |------+------+------+------+------+------+------+------+------+------+------+------| | ||||||
|  * |      |      |      |      |      |      |      |      |      |      |      |      | |  * |      |      |      |      |      |      |      |      |      |      |      |      | | ||||||
|  * `-----------------------------------------------------------------------------------' |  * `-----------------------------------------------------------------------------------' | ||||||
|  */ |  */ | ||||||
| [_ADJUST] = KEYMAP( \ | [_ADJUST] = KEYMAP( \ | ||||||
|   _______, RESET,   _______, AU_ON,   AU_OFF,  AG_NORM, AG_SWAP, QWERTY,  COLEMAK, DVORAK,  RESET,   KC_DEL, \ |   RESET,   COLEMAK, QWERTY,  DVORAK,  _______, _______, _______, _______, KC_MS_U, _______, _______, RESET, \ | ||||||
|   _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ |   _______, AG_NORM, AG_SWAP, _______, _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R, _______, _______, \ | ||||||
|   _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ |   _______, AU_ON,   AU_OFF,  _______, _______, _______, _______, KC_BTN1, KC_BTN2, KC_BTN3, _______, _______, \ | ||||||
|   _______, _______, _______, _______,          _______,          _______,          _______, _______, _______ \ |   _______, _______, _______, _______,          _______,          _______,          _______, _______, _______ \ | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fabian Topfstedt
						Fabian Topfstedt