Rename AdafruitBLE to BluefruitLE (#16127)
				
					
				
			This commit is contained in:
		
							parent
							
								
									9f4769fbe6
								
							
						
					
					
						commit
						7d685956cc
					
				
					 35 changed files with 109 additions and 109 deletions
				
			
		| 
						 | 
				
			
			@ -137,7 +137,7 @@ enum planck_keycodes {
 | 
			
		|||
#ifndef FAUXCLICKY_ENABLE
 | 
			
		||||
  FC_TOG,
 | 
			
		||||
#endif
 | 
			
		||||
#ifndef MODULE_ADAFRUIT_BLE
 | 
			
		||||
#ifndef BLUETOOTH_BLUEFRUIT_LE
 | 
			
		||||
  OUT_BT,
 | 
			
		||||
#endif
 | 
			
		||||
  RGBDEMO,
 | 
			
		||||
| 
						 | 
				
			
			@ -1261,7 +1261,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
void set_output_user(uint8_t output) {
 | 
			
		||||
#ifdef MODULE_ADAFRUIT_BLE
 | 
			
		||||
#ifdef BLUETOOTH_BLUEFRUIT_LE
 | 
			
		||||
  switch(output) {
 | 
			
		||||
    case OUTPUT_USB:
 | 
			
		||||
      led_set_output_usb();
 | 
			
		||||
| 
						 | 
				
			
			@ -1285,7 +1285,7 @@ void matrix_init_user() {
 | 
			
		|||
#endif
 | 
			
		||||
 | 
			
		||||
  // auto detect output on init
 | 
			
		||||
#ifdef MODULE_ADAFRUIT_BLE
 | 
			
		||||
#ifdef BLUETOOTH_BLUEFRUIT_LE
 | 
			
		||||
  uint8_t output = auto_detect_output();
 | 
			
		||||
  if (output == OUTPUT_USB) {
 | 
			
		||||
    set_output(OUTPUT_USB);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue