* Put in my keymaps * Fixed all but weird lets split issue * Organized and tried to trobleshoot lets split * Organized and tried to trobleshoot lets split * Added bbaserdem keymaps * Added bbaserdem keymaps * Fixed stuff * FIxed a filename error * Lets split eh * Finalized things regarding keymap
		
			
				
	
	
		
			22 lines
		
	
	
		
			880 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			880 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "xd75.h"
 | |
| #include "bbaserdem.h"
 | |
| 
 | |
| const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | |
| /* Layout
 | |
|  * ,-----------------------------------------------------------.
 | |
|  * |Blt|Lck| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = |
 | |
|  * |---+---+-----------------------------------------------+---|
 | |
|  * |Int|Trm|                                               |Cps|
 | |
|  * |---+---|                                               |---|
 | |
|  * |Clc|Psw|                                               | \ |
 | |
|  * |---+---|                    PLANCK                     |---|
 | |
|  * |Rev|Ffw|                                               | [ |
 | |
|  * |---+---|                                               |---|
 | |
|  * |Tog|Mut|                                               | ] |
 | |
|  * `-----------------------------------------------------------'
 | |
|  */
 | |
| [0] = KM( FKLAVYE ),
 | |
| [1] = KM( AYARLAR ),
 | |
| };
 | |
| 
 |