[Keyboard] Add Epomaker tide65 (#23356)
Co-authored-by: 岩弈 <oncwnuItq3UWm0BoCNj7YclFsdYs@git.weixin.qq.com> Co-authored-by: yanyi24 <yanyi9399@outlook.com>
This commit is contained in:
		
							parent
							
								
									45d60214f4
								
							
						
					
					
						commit
						b31ebe789d
					
				
					 7 changed files with 324 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								keyboards/epomaker/tide65/tide65.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								keyboards/epomaker/tide65/tide65.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
// Copyright 2024 SDK (@sdk66)
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
void keyboard_pre_init_kb(void) {
 | 
			
		||||
    gpio_set_pin_output(A5);
 | 
			
		||||
    gpio_write_pin_high(A5);
 | 
			
		||||
    keyboard_pre_init_user();
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue