* Migrate python tests away from onekey * Add stub files to stop lint complaints * Make all the pytest keymaps compile
		
			
				
	
	
		
			6 lines
		
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			118 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include QMK_KEYBOARD_H
 | 
						|
 | 
						|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
						|
    LAYOUT_ortho_1x1(KC_A)
 | 
						|
};
 |