forked from mirrors/qmk_userspace
		
	FIX: include files
This commit is contained in:
		
					parent
					
						
							
								c166fb744f
							
						
					
				
			
			
				commit
				
					
						7a336b05ec
					
				
			
		
					 3 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -3,7 +3,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#include <avr/io.h>
 | 
					#include <avr/io.h>
 | 
				
			||||||
#include <util/delay.h>
 | 
					#include <util/delay.h>
 | 
				
			||||||
#include "keymap.h"
 | 
					 | 
				
			||||||
#include "matrix.h"
 | 
					#include "matrix.h"
 | 
				
			||||||
#include "print.h"
 | 
					#include "print.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,9 +8,9 @@
 | 
				
			||||||
#include "usb_keyboard.h"
 | 
					#include "usb_keyboard.h"
 | 
				
			||||||
#include "usb_mouse.h"
 | 
					#include "usb_mouse.h"
 | 
				
			||||||
#include "print.h"
 | 
					#include "print.h"
 | 
				
			||||||
#include "matrix_skel.h"
 | 
					 | 
				
			||||||
#include "keymap.h"
 | 
					 | 
				
			||||||
#include "jump_bootloader.h"
 | 
					#include "jump_bootloader.h"
 | 
				
			||||||
 | 
					#include "matrix_skel.h"
 | 
				
			||||||
 | 
					#include "keymap_skel.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "key_process.h"
 | 
					#include "key_process.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,6 +17,8 @@ bool matrix_is_modified(void);
 | 
				
			||||||
bool matrix_has_ghost(void);
 | 
					bool matrix_has_ghost(void);
 | 
				
			||||||
/* matrix state on row */
 | 
					/* matrix state on row */
 | 
				
			||||||
uint16_t matrix_get_row(int row);
 | 
					uint16_t matrix_get_row(int row);
 | 
				
			||||||
 | 
					/* count keys pressed */
 | 
				
			||||||
 | 
					int matrix_key_count(void);
 | 
				
			||||||
/* print matrix for debug */
 | 
					/* print matrix for debug */
 | 
				
			||||||
void matrix_print(void);
 | 
					void matrix_print(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue