mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	[Keyboard] Set RGBLIGHT ENABLE for angel64 (#6405)
* set RGBLIGHT * remove default keymap RGB enable * set limit value * Revert "set limit value" This reverts commit 2374b2aa204f05f7bcea8ed65623b0c46a011aa2.
This commit is contained in:
		
							parent
							
								
									f3acaff65b
								
							
						
					
					
						commit
						f204ed67f2
					
				@ -48,16 +48,16 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
// #define BACKLIGHT_BREATHING
 | 
					// #define BACKLIGHT_BREATHING
 | 
				
			||||||
// #define BACKLIGHT_LEVELS 3
 | 
					// #define BACKLIGHT_LEVELS 3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// #define RGB_DI_PIN E2
 | 
					#define RGB_DI_PIN D3
 | 
				
			||||||
// #ifdef RGB_DI_PIN
 | 
					#ifdef RGB_DI_PIN
 | 
				
			||||||
//   #define RGBLED_NUM 64
 | 
					   #define RGBLED_NUM 64
 | 
				
			||||||
//   #define RGBLIGHT_HUE_STEP 8
 | 
					   #define RGBLIGHT_HUE_STEP 8
 | 
				
			||||||
//   #define RGBLIGHT_SAT_STEP 8
 | 
					   #define RGBLIGHT_SAT_STEP 8
 | 
				
			||||||
//   #define RGBLIGHT_VAL_STEP 8
 | 
					   #define RGBLIGHT_VAL_STEP 8
 | 
				
			||||||
//   #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
 | 
					   #define RGBLIGHT_LIMIT_VAL 25 /* The maximum brightness level */
 | 
				
			||||||
//   #define RGBLIGHT_SLEEP  /* If defined, the RGB lighting will be switched off when the host goes to sleep */
 | 
					   #define RGBLIGHT_SLEEP  /* If defined, the RGB lighting will be switched off when the host goes to sleep */
 | 
				
			||||||
// /*== all animations enable ==*/
 | 
					 /*== all animations enable ==*/
 | 
				
			||||||
//   #define RGBLIGHT_ANIMATIONS
 | 
					   #define RGBLIGHT_ANIMATIONS
 | 
				
			||||||
// /*== or choose animations ==*/
 | 
					// /*== or choose animations ==*/
 | 
				
			||||||
//   #define RGBLIGHT_EFFECT_BREATHING
 | 
					//   #define RGBLIGHT_EFFECT_BREATHING
 | 
				
			||||||
//   #define RGBLIGHT_EFFECT_RAINBOW_MOOD
 | 
					//   #define RGBLIGHT_EFFECT_RAINBOW_MOOD
 | 
				
			||||||
@ -74,7 +74,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
//   /*==== use exp() and sin() ====*/
 | 
					//   /*==== use exp() and sin() ====*/
 | 
				
			||||||
//   #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85  // 1 to 2.7
 | 
					//   #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85  // 1 to 2.7
 | 
				
			||||||
//   #define RGBLIGHT_EFFECT_BREATHE_MAX    255   // 0 to 255
 | 
					//   #define RGBLIGHT_EFFECT_BREATHE_MAX    255   // 0 to 255
 | 
				
			||||||
// #endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
 | 
					/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
 | 
				
			||||||
#define DEBOUNCE 5
 | 
					#define DEBOUNCE 5
 | 
				
			||||||
 | 
				
			|||||||
@ -61,17 +61,17 @@ BOOTLOADER = atmel-dfu
 | 
				
			|||||||
# Build Options
 | 
					# Build Options
 | 
				
			||||||
#   change yes to no to disable
 | 
					#   change yes to no to disable
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE = no      # Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
 | 
				
			||||||
EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 | 
					EXTRAKEY_ENABLE = no        # Audio control and System control(+450)
 | 
				
			||||||
CONSOLE_ENABLE = yes        # Console for debug(+400)
 | 
					CONSOLE_ENABLE = no         # Console for debug(+400)
 | 
				
			||||||
COMMAND_ENABLE = yes        # Commands for debug and configuration
 | 
					COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
				
			||||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
					# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
				
			||||||
SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
 | 
					SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
 | 
				
			||||||
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
					# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
				
			||||||
NKRO_ENABLE = no            # USB Nkey Rollover
 | 
					NKRO_ENABLE = no            # USB Nkey Rollover
 | 
				
			||||||
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality on B7 by default
 | 
					BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality on B7 by default
 | 
				
			||||||
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
 | 
					RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
 | 
				
			||||||
MIDI_ENABLE = no            # MIDI support (+2400 to 4200, depending on config)
 | 
					MIDI_ENABLE = no            # MIDI support (+2400 to 4200, depending on config)
 | 
				
			||||||
UNICODE_ENABLE = no         # Unicode
 | 
					UNICODE_ENABLE = no         # Unicode
 | 
				
			||||||
BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
					BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user