[Keymap] Updating crkbd RGB keymap implementation & ninjonas userspace updates (#6834)
* [keymap] Updating crkbd RGB implementation & ninjonas userspace updates * [chore] adding process_record_oled method to process_records.h
This commit is contained in:
		
							parent
							
								
									f418efcaf5
								
							
						
					
					
						commit
						cffe671a61
					
				
					 16 changed files with 115 additions and 94 deletions
				
			
		| 
						 | 
				
			
			@ -3,8 +3,6 @@
 | 
			
		|||
## Keymap
 | 
			
		||||
This keymap is designed based off my typing habits and is subject to change. Information about custom user macros and tap dances can be found [here](../../../../users/ninjonas).
 | 
			
		||||
 | 
			
		||||
> Make sure you update QMK's lily58 config.h TAPPING_TERM to 200ms or this won't compile
 | 
			
		||||
 | 
			
		||||
More information about the Lily58 pro keyboard can be found [here](https://yuchi-kbd.hatenablog.com/entry/2018/12/23/214342)
 | 
			
		||||
 | 
			
		||||
### QWERTY
 | 
			
		||||
| 
						 | 
				
			
			@ -71,7 +69,7 @@ More information about the Lily58 pro keyboard can be found [here](https://yuchi
 | 
			
		|||
 * |------+------+------+-------+------+------|                    |------+------+------+------+-------+------|
 | 
			
		||||
 * |      |      |KC_BRID| Next |VolUp |      |-------.    ,-------| PgDn | Left | Down |Right |K_LOCK |      |
 | 
			
		||||
 * |------+------+------+-------+------+------|       |    |       |------+------+------+------+-------+------|
 | 
			
		||||
 * |M_SHFT|      |      | Prev  |VolDn |      |-------|    |-------|      |      |      |      |M_ZOOM |M_PYNV|
 | 
			
		||||
 * |M_SHFT|      |      | Prev  |VolDn |      |-------|    |-------|      |      |      |      |       |M_PYNV|
 | 
			
		||||
 * `------------------------------------------/       /     \      \------------------------------------------'
 | 
			
		||||
 *                    |      |      |      | /       /       \      \  |      |M_CODE|      |
 | 
			
		||||
 *                    |      |      |      |/       /         \      \ |      |      |      |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -92,7 +92,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
 * |------+------+------+-------+------+------|                    |------+------+------+------+-------+------|
 | 
			
		||||
 * |      |      |KC_BRID| Next |VolUp |      |-------.    ,-------| PgDn | Left | Down |Right |K_LOCK |      |
 | 
			
		||||
 * |------+------+------+-------+------+------|       |    |       |------+------+------+------+-------+------|
 | 
			
		||||
 * |M_SHFT|      |      | Prev  |VolDn |      |-------|    |-------|      |      |      |      |M_ZOOM |M_PYNV|
 | 
			
		||||
 * |      |M_SHFT|      | Prev  |VolDn |      |-------|    |-------|      | M    |      |      |       |M_PYNV|
 | 
			
		||||
 * `------------------------------------------/       /     \      \------------------------------------------'
 | 
			
		||||
 *                    |      |      |      | /       /       \      \  |      |M_CODE|      |
 | 
			
		||||
 *                    |      |      |      |/       /         \      \ |      |      |      |
 | 
			
		||||
| 
						 | 
				
			
			@ -100,9 +100,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
 */
 | 
			
		||||
[_LOWER] = LAYOUT_wrapper( \
 | 
			
		||||
	_____________________FUNC_LEFT______________________,                     _____________________FUNC_RIGHT_____________________, \
 | 
			
		||||
	_______, _______, _________MEDIA_1_________, _______,                     _______________NAV_1______________, _______,  K_MDSH, \
 | 
			
		||||
	_______, _______, _________MEDIA_2_________, _______,                     _______________NAV_2______________, K_LOCK,  _______, \
 | 
			
		||||
	M_SHFT,  _______, _________MEDIA_3_________, _______, _______,   _______, _______, _______, _______, _______, M_ZOOM,  M_PYNV, \
 | 
			
		||||
	 M_XXX2,  M_XXX3, _________MEDIA_1_________, _______,                     _______________NAV_1______________, _______,  K_MDSH, \
 | 
			
		||||
	 M_XXX4,  M_XXX5, _________MEDIA_2_________, _______,                     _______________NAV_2______________,  K_LOCK, _______, \
 | 
			
		||||
	_______,  M_SHFT, _________MEDIA_3_________, _______, _______,   _______, _______,    KC_M, _______, _______,  M_XXX1,  M_PYNV, \
 | 
			
		||||
	                           __________________________________,   _______, _______, M_CODE,  _______ \
 | 
			
		||||
	),
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue