User space fixed (#3095)
* 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
This commit is contained in:
		
							parent
							
								
									abce980b8b
								
							
						
					
					
						commit
						8eaf23ae81
					
				
					 24 changed files with 1425 additions and 489 deletions
				
			
		
							
								
								
									
										37
									
								
								keyboards/lets_split/keymaps/bbaserdem/keymap.c
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										37
									
								
								keyboards/lets_split/keymaps/bbaserdem/keymap.c
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,37 @@
 | 
			
		|||
/*
 | 
			
		||||
 * Let's Split - Dvorak turkish
 | 
			
		||||
 * Keymap by @bbaserdem
 | 
			
		||||
 * Dvorak layout with multiple features
 | 
			
		||||
 * Most of the code is in the "user" directory.
 | 
			
		||||
 * Check qmk_firmware/users/bbaserdem for the main part of the code
 | 
			
		||||
 */
 | 
			
		||||
#define KEYMAP(...) LAYOUT_ortho_4x12(__VA_ARGS__)
 | 
			
		||||
 | 
			
		||||
#include "lets_split.h"
 | 
			
		||||
#include "bbaserdem.h"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void matrix_init_keymap (void) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
uint32_t layer_state_set_keymap(uint32_t state) {
 | 
			
		||||
    return state;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    // Main Dvorak layer
 | 
			
		||||
    [_DV] = DVORAK,
 | 
			
		||||
    // Turkish and special character overlay
 | 
			
		||||
    [_AL] = ALTCHAR,
 | 
			
		||||
    // Gaming layer
 | 
			
		||||
    [_GA] = GAME,
 | 
			
		||||
    // Numbers layer
 | 
			
		||||
    [_NU] = NUMBERS,
 | 
			
		||||
    // Settings layer
 | 
			
		||||
    [_SE] = SETTINGS,
 | 
			
		||||
    // Mouse emulation layer
 | 
			
		||||
    [_MO] = MOUSE,
 | 
			
		||||
#ifdef AUDIO_ENABLE
 | 
			
		||||
    [_MU] = MUSIC,
 | 
			
		||||
#endif
 | 
			
		||||
};
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue