forked from mirrors/qmk_userspace
		
	Move mousekey keycodes into newly freed up keycode block (#16076)
This commit is contained in:
		
					parent
					
						
							
								a26f1ddafa
							
						
					
				
			
			
				commit
				
					
						d67d388e77
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -514,11 +514,11 @@ enum mouse_keys {
 | 
				
			||||||
#ifdef VIA_ENABLE
 | 
					#ifdef VIA_ENABLE
 | 
				
			||||||
    KC_MS_UP = 0xF0,
 | 
					    KC_MS_UP = 0xF0,
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
    KC_MS_UP = 0xED,
 | 
					    KC_MS_UP = 0xCD,
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
    KC_MS_DOWN,
 | 
					    KC_MS_DOWN,
 | 
				
			||||||
    KC_MS_LEFT,
 | 
					    KC_MS_LEFT,
 | 
				
			||||||
    KC_MS_RIGHT, // 0xF0
 | 
					    KC_MS_RIGHT,
 | 
				
			||||||
    KC_MS_BTN1,
 | 
					    KC_MS_BTN1,
 | 
				
			||||||
    KC_MS_BTN2,
 | 
					    KC_MS_BTN2,
 | 
				
			||||||
    KC_MS_BTN3,
 | 
					    KC_MS_BTN3,
 | 
				
			||||||
| 
						 | 
					@ -543,7 +543,7 @@ enum mouse_keys {
 | 
				
			||||||
    /* Acceleration */
 | 
					    /* Acceleration */
 | 
				
			||||||
    KC_MS_ACCEL0,
 | 
					    KC_MS_ACCEL0,
 | 
				
			||||||
    KC_MS_ACCEL1,
 | 
					    KC_MS_ACCEL1,
 | 
				
			||||||
    KC_MS_ACCEL2 // 0xFF
 | 
					    KC_MS_ACCEL2 // 0xDF, or 0xFF if via enabled
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "keycode_legacy.h"
 | 
					#include "keycode_legacy.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue