Fix IS_CONSUMER macro
This commit is contained in:
		
							parent
							
								
									0bfb608615
								
							
						
					
					
						commit
						a2eae81927
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -31,7 +31,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||
| 
 | ||||
| #define IS_SPECIAL(code)         ((0xA5 <= (code) && (code) <= 0xDF) || (0xE8 <= (code) && (code) <= 0xFF)) | ||||
| #define IS_SYSTEM(code)          (KC_PWR       <= (code) && (code) <= KC_WAKE) | ||||
| #define IS_CONSUMER(code)        (KC_MUTE      <= (code) && (code) <= KC_WFAV) | ||||
| #define IS_CONSUMER(code)        (KC_MUTE      <= (code) && (code) <= KC_MRWD) | ||||
| #define IS_FN(code)              (KC_FN0       <= (code) && (code) <= KC_FN31) | ||||
| #define IS_MOUSEKEY(code)        (KC_MS_UP     <= (code) && (code) <= KC_MS_ACCEL2) | ||||
| #define IS_MOUSEKEY_MOVE(code)   (KC_MS_UP     <= (code) && (code) <= KC_MS_RIGHT) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Sundvik
						Fred Sundvik