backlight breathing overhaul (#2187)
* add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
This commit is contained in:
		
							parent
							
								
									d6215ad6af
								
							
						
					
					
						commit
						4931510ad3
					
				
					 25 changed files with 285 additions and 329 deletions
				
			
		| 
						 | 
				
			
			@ -128,12 +128,12 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
 | 
			
		|||
      break;
 | 
			
		||||
    case MACRO_BREATH_SPEED_INC:
 | 
			
		||||
      if (record->event.pressed) {
 | 
			
		||||
        breathing_speed_inc(1);
 | 
			
		||||
        breathing_period_inc();
 | 
			
		||||
      }
 | 
			
		||||
      break;
 | 
			
		||||
    case MACRO_BREATH_SPEED_DEC:
 | 
			
		||||
      if (record->event.pressed) {
 | 
			
		||||
        breathing_speed_dec(1);
 | 
			
		||||
        breathing_period_dec();
 | 
			
		||||
      }
 | 
			
		||||
      break;
 | 
			
		||||
    case MACRO_BREATH_DEFAULT:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue