[Keyboard] Add SP-111 v2 keyboard (#21652)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
		
							parent
							
								
									7603a464cd
								
							
						
					
					
						commit
						22fbbbb1cc
					
				
					 8 changed files with 317 additions and 0 deletions
				
			
		
							
								
								
									
										12
									
								
								keyboards/viktus/sp111_v2/sp111_v2.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								keyboards/viktus/sp111_v2/sp111_v2.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
// Copyright 2023 BlindAssassin111 (@blindassassin111)
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
void keyboard_pre_init_kb(void) {
 | 
			
		||||
    // enable built in pullups to avoid timeouts when right hand not connected
 | 
			
		||||
    setPinInputHigh(D0);
 | 
			
		||||
    setPinInputHigh(D1);
 | 
			
		||||
 | 
			
		||||
    keyboard_pre_init_user();
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue