[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)
* Add missing TD_RSF_RCT tap dance * Use standard QMK HSV and RGB structs, fix Godspeed colors * Move PROGMEM after the type in RGB intervals * Add MODERN_DOLCH_RED color, use it on KBD6X * Use 255 instead of RGBLIGHT_LIMIT_VAL in color definitions * Remove IS_COMMAND override on Whitefox
This commit is contained in:
		
				
					committed by
					
						 Drashna Jaelre
						Drashna Jaelre
					
				
			
			
				
	
			
			
			
						parent
						
							663ca6ba9d
						
					
				
				
					commit
					38fdf7a2d2
				
			| @@ -1,6 +1,4 @@ | ||||
| #pragma once | ||||
|  | ||||
| #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RCTL))) | ||||
|  | ||||
| #define LAYER_FN | ||||
| #define LAYER_NUMPAD | ||||
|   | ||||
		Reference in New Issue
	
	Block a user