 fbc40032e7
			
		
	
	
		fbc40032e7
		
	
	
	
	
		
			
			* adding ut47.2 adding ut47.2 * Update keyboards/ut472/ut472.c Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * Update keyboards/ut472/rules.mk Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * Update keyboards/ut472/ut472.c Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * Update keyboards/ut472/rules.mk Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * changed shift enter special keys to KC_SFTENT changed shift enter special keys to KC_SFTENT * Update keyboards/ut472/ut472.h Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * Update keyboards/ut472/ut472.h Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * Update keyboards/ut472/ut472.h Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * Update keyboards/ut472/readme.md Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * Update keyboards/ut472/readme.md Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * updated for sourcing updated for sourcing * Update keyboards/ut472/readme.md Co-Authored-By: keyhive <42986966+keyhive@users.noreply.github.com> * changed flash to make changed flash to make
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "ut472.h"
 | |
| 
 | |
| void matrix_init_kb(void) {
 | |
|   // Keyboard start-up code goes here
 | |
|   // Runs once when the firmware starts up
 | |
|   matrix_init_user();
 | |
| };
 | |
| 
 | |
| void matrix_scan_kb(void) {
 | |
|   // Looping keyboard code goes here
 | |
|   // This runs every cycle (a lot)
 | |
|   matrix_scan_user();
 | |
| };
 |