mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Fixed kbd8x compile issues (#3409)
Fixed compile errors on some machines
This commit is contained in:
		
							parent
							
								
									b292d30a25
								
							
						
					
					
						commit
						6bdef6b8c2
					
				@ -13,8 +13,16 @@
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include "kbd8x.h"
 | 
			
		||||
 | 
			
		||||
extern inline void caps_led_off(void);
 | 
			
		||||
extern inline void caps_led_on(void);
 | 
			
		||||
extern inline void num_led_off(void);
 | 
			
		||||
extern inline void num_led_on(void);
 | 
			
		||||
extern inline void scroll_led_off(void);
 | 
			
		||||
extern inline void scroll_led_on(void);
 | 
			
		||||
 | 
			
		||||
void matrix_init_kb(void) {
 | 
			
		||||
	// put your keyboard start-up code here
 | 
			
		||||
	// runs once when the firmware starts up
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user