Update GPIO API usage in keyboard code (#23361)
This commit is contained in:
		
							parent
							
								
									5426a7a129
								
							
						
					
					
						commit
						d09a06a1b3
					
				
					 390 changed files with 3912 additions and 3913 deletions
				
			
		| 
						 | 
				
			
			@ -18,8 +18,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
#include "ghost_squid.h"
 | 
			
		||||
 | 
			
		||||
void keyboard_pre_init_kb(void) {
 | 
			
		||||
    setPinOutput(D0);
 | 
			
		||||
    writePinLow(D0);
 | 
			
		||||
    gpio_set_pin_output(D0);
 | 
			
		||||
    gpio_write_pin_low(D0);
 | 
			
		||||
    fn_led_off();
 | 
			
		||||
    
 | 
			
		||||
    keyboard_pre_init_user();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue