forked from mirrors/qmk_userspace
		
	Minor amendment to bcat userspace to prevent build failure (#21205)
		
	Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
		
					parent
					
						
							
								1abf8f3e8b
							
						
					
				
			
			
				commit
				
					
						f466fb8bc1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -18,7 +18,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdbool.h>
 | 
					#include <stdbool.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "keycodes.h"
 | 
					#include "quantum_keycodes.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Layer numbers shared across keymaps. */
 | 
					/* Layer numbers shared across keymaps. */
 | 
				
			||||||
enum user_layer {
 | 
					enum user_layer {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue