You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					23 lines
				
				520 B
			
		
		
			
		
	
	
					23 lines
				
				520 B
			| 
								 
											8 years ago
										 
									 | 
							
								#include "felix.h"
							 | 
						||
| 
								 | 
							
								#include "action_layer.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    KEYMAP(
							 | 
						||
| 
								 | 
							
								        KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
							 | 
						||
| 
								 | 
							
								        KC_P7,   KC_P8,   KC_P9,   KC_PPLS,
							 | 
						||
| 
								 | 
							
								        KC_P4,   KC_P5,   KC_P6,   KC_HOME,
							 | 
						||
| 
								 | 
							
								        KC_P1,   KC_P2,   KC_P3,   KC_END,
							 | 
						||
| 
								 | 
							
								        KC_P0,   KC_PEQL, KC_PDOT, KC_PENT),
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void persistant_default_layer_set(uint16_t default_layer) {
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								  
							 | 
						||
| 
								 | 
							
								bool process_record_user(uint16_t keycode, keyrecord_t *record) {
							 | 
						||
| 
								 | 
							
								  switch (keycode) {
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								  return true;
							 | 
						||
| 
								 | 
							
								}
							 |