Community modules (#24848)
This commit is contained in:
		
							parent
							
								
									63b095212b
								
							
						
					
					
						commit
						1efc82403b
					
				
					 37 changed files with 987 additions and 84 deletions
				
			
		
							
								
								
									
										10
									
								
								modules/qmk/hello_world/introspection.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								modules/qmk/hello_world/introspection.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
// Copyright 2025 Nick Brassel (@tzarc)
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
typedef struct hello_world_introspection_t {
 | 
			
		||||
    int16_t total_size;
 | 
			
		||||
    int16_t layer_count;
 | 
			
		||||
} hello_world_introspection_t;
 | 
			
		||||
 | 
			
		||||
hello_world_introspection_t hello_world_introspection(void);
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue