[Keyboard] fixed hhkb keymap issue on e6_rgb (#7684)
* fixed hhkb keymap issue and added allleds configuration * fixed layout mismatch * add more matrix control * remove redundent define in rules.mk * turn NKRO on * remove allled macro, adding readme in allleds mode, add via support * add two more layers for via * update readme file * Update keyboards/exclusive/e6_rgb/keymaps/allleds/readme * Update keyboards/exclusive/e6_rgb/keymaps/allleds/readme.md
This commit is contained in:
		
							parent
							
								
									07984158ed
								
							
						
					
					
						commit
						fe374bc64b
					
				
					 2 changed files with 29 additions and 0 deletions
				
			
		
							
								
								
									
										28
									
								
								keyboards/exclusive/e6_rgb/keymaps/via/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								keyboards/exclusive/e6_rgb/keymaps/via/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,28 @@
 | 
			
		|||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    [0] = LAYOUT_60_wkl_split_bs(
 | 
			
		||||
      KC_ESC,      KC_1,   KC_2,   KC_3,   KC_4,   KC_5,   KC_6,   KC_7,   KC_8,   KC_9,   KC_0,   KC_MINS,KC_EQL, KC_BSLS, KC_GRV,\
 | 
			
		||||
      KC_TAB,      KC_Q,   KC_W,   KC_E,   KC_R,   KC_T,   KC_Y,   KC_U,   KC_I,   KC_O,   KC_P,   KC_LBRC,KC_RBRC,KC_BSPC,\
 | 
			
		||||
      KC_LCTRL,    KC_A,   KC_S,   KC_D,   KC_F,   KC_G,   KC_H,   KC_J,   KC_K,   KC_L,   KC_SCLN,KC_QUOT,        KC_ENT,\
 | 
			
		||||
      KC_LSFT,     KC_Z,   KC_X,   KC_C,   KC_V,   KC_B,   KC_N,   KC_M,   KC_COMM,KC_DOT, KC_SLSH,  KC_RSFT,   KC_END,\
 | 
			
		||||
      KC_CAPS,  KC_LGUI,  KC_LALT,                        LT(1,KC_SPC),                   KC_RALT,  TG(1),   KC_RCTL),
 | 
			
		||||
    [1] = LAYOUT_60_wkl_split_bs(
 | 
			
		||||
      _______,  KC_F1,  KC_F2,  KC_F3,  KC_F4,  KC_F5,  KC_F6,  KC_F7,  KC_F8,  KC_F9, KC_F10, KC_F11, KC_F12,_______,KC_PSCR,\
 | 
			
		||||
      RESET,  RGB_TOG,RGB_MOD,_______,_______,_______,_______,_______,_______,_______,_______,KC_PGUP,KC_PGDN,_______,\
 | 
			
		||||
      _______,        _______,_______,_______,_______,_______,KC_LEFT,KC_DOWN,  KC_UP,KC_RIGHT,_______,_______,_______,\
 | 
			
		||||
      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,_______,_______,                        _______,                                _______,  TG(0),_______),
 | 
			
		||||
    [2] = LAYOUT_60_wkl_split_bs(
 | 
			
		||||
      _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,_______,_______,                        _______,                                _______,_______,_______),
 | 
			
		||||
    [3] = LAYOUT_60_wkl_split_bs(
 | 
			
		||||
      _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,        _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,\
 | 
			
		||||
      _______,_______,_______,                        _______,                                _______,_______,_______),
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										1
									
								
								keyboards/exclusive/e6_rgb/keymaps/via/rules.mk
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								keyboards/exclusive/e6_rgb/keymaps/via/rules.mk
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
VIA_ENABLE = yes
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue