mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	Move Space Cadet keycodes to their own section in keycode reference (#7889)
This commit is contained in:
		
							parent
							
								
									c58f7857bd
								
							
						
					
					
						commit
						c7b2d60a23
					
				| @ -17,18 +17,8 @@ | |||||||
| |`DEBUG`        |           |Toggle debug mode                                                    | | |`DEBUG`        |           |Toggle debug mode                                                    | | ||||||
| |`EEPROM_RESET` |`EEP_RST`  |Resets EEPROM state by reinitializing it                             | | |`EEPROM_RESET` |`EEP_RST`  |Resets EEPROM state by reinitializing it                             | | ||||||
| |`KC_GESC`      |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | |`KC_GESC`      |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | ||||||
| |`KC_LSPO`      |           |Left Shift when held, `(` when tapped                                | |  | ||||||
| |`KC_RSPC`      |           |Right Shift when held, `)` when tapped                               | |  | ||||||
| |`KC_LCPO`      |           |Left Control when held, `(` when tapped                              | |  | ||||||
| |`KC_RCPC`      |           |Right Control when held, `)` when tapped                             | |  | ||||||
| |`KC_LAPO`      |           |Left Alt when held, `(` when tapped                                  | |  | ||||||
| |`KC_RAPC`      |           |Right Alt when held, `)` when tapped                                 | |  | ||||||
| |`KC_SFTENT`    |           |Right Shift when held, Enter when tapped                             | |  | ||||||
| |`KC_LEAD`      |           |The [Leader key](feature_leader_key.md)                              | | |`KC_LEAD`      |           |The [Leader key](feature_leader_key.md)                              | | ||||||
| |`KC_LOCK`      |           |The [Lock key](feature_key_lock.md)                                  | | |`KC_LOCK`      |           |The [Lock key](feature_key_lock.md)                                  | | ||||||
| |`FUNC(n)`      |`F(n)`     |Call `fn_action(n)` (deprecated)                                     | |  | ||||||
| |`M(n)`         |           |Call macro `n`                                                       | |  | ||||||
| |`MACROTAP(n)`  |           |Macro-tap `n` idk FIXME                                              | |  | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| </div> | </div> | ||||||
|  | |||||||
| @ -214,18 +214,8 @@ This is a reference only. Each group of keys links to the page documenting their | |||||||
| |`DEBUG`        |           |Toggle debug mode                                                    | | |`DEBUG`        |           |Toggle debug mode                                                    | | ||||||
| |`EEPROM_RESET` |`EEP_RST`  |Resets EEPROM state by reinitializing it                             | | |`EEPROM_RESET` |`EEP_RST`  |Resets EEPROM state by reinitializing it                             | | ||||||
| |`KC_GESC`      |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | |`KC_GESC`      |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | ||||||
| |`KC_LSPO`      |           |Left Shift when held, `(` when tapped                                | |  | ||||||
| |`KC_RSPC`      |           |Right Shift when held, `)` when tapped                               | |  | ||||||
| |`KC_LCPO`      |           |Left Control when held, `(` when tapped                              | |  | ||||||
| |`KC_RCPC`      |           |Right Control when held, `)` when tapped                             | |  | ||||||
| |`KC_LAPO`      |           |Left Alt when held, `(` when tapped                                  | |  | ||||||
| |`KC_RAPC`      |           |Right Alt when held, `)` when tapped                                 | |  | ||||||
| |`KC_SFTENT`    |           |Right Shift when held, Enter when tapped                             | |  | ||||||
| |`KC_LEAD`      |           |The [Leader key](feature_leader_key.md)                              | | |`KC_LEAD`      |           |The [Leader key](feature_leader_key.md)                              | | ||||||
| |`KC_LOCK`      |           |The [Lock key](feature_key_lock.md)                                  | | |`KC_LOCK`      |           |The [Lock key](feature_key_lock.md)                                  | | ||||||
| |`FUNC(n)`      |`F(n)`     |Call `fn_action(n)` (deprecated)                                     | |  | ||||||
| |`M(n)`         |           |Call macro `n`                                                       | |  | ||||||
| |`MACROTAP(n)`  |           |Macro-tap `n` idk FIXME                                              | |  | ||||||
| 
 | 
 | ||||||
| ## [Audio Keys](feature_audio.md) | ## [Audio Keys](feature_audio.md) | ||||||
| 
 | 
 | ||||||
| @ -461,6 +451,18 @@ This is a reference only. Each group of keys links to the page documenting their | |||||||
| |`OSM(mod)`  |Hold `mod` for one keypress       | | |`OSM(mod)`  |Hold `mod` for one keypress       | | ||||||
| |`OSL(layer)`|Switch to `layer` for one keypress| | |`OSL(layer)`|Switch to `layer` for one keypress| | ||||||
| 
 | 
 | ||||||
|  | ## [Space Cadet](feature_space_cadet.md) | ||||||
|  | 
 | ||||||
|  | |Key        |Description                             | | ||||||
|  | |-----------|----------------------------------------| | ||||||
|  | |`KC_LCPO`  |Left Control when held, `(` when tapped | | ||||||
|  | |`KC_RCPC`  |Right Control when held, `)` when tapped| | ||||||
|  | |`KC_LSPO`  |Left Shift when held, `(` when tapped   | | ||||||
|  | |`KC_RSPC`  |Right Shift when held, `)` when tapped  | | ||||||
|  | |`KC_LAPO`  |Left Alt when held, `(` when tapped     | | ||||||
|  | |`KC_RAPC`  |Right Alt when held, `)` when tapped    | | ||||||
|  | |`KC_SFTENT`|Right Shift when held, Enter when tapped| | ||||||
|  | 
 | ||||||
| ## [Swap Hands](feature_swap_hands.md) | ## [Swap Hands](feature_swap_hands.md) | ||||||
| 
 | 
 | ||||||
| |Key        |Description                                                              | | |Key        |Description                                                              | | ||||||
|  | |||||||
| @ -14,15 +14,5 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are | |||||||
| |`DEBUG`        |           |Toggle debug mode                                                    | | |`DEBUG`        |           |Toggle debug mode                                                    | | ||||||
| |`EEPROM_RESET` |`EEP_RST`  |Resets EEPROM state by reinitializing it                             | | |`EEPROM_RESET` |`EEP_RST`  |Resets EEPROM state by reinitializing it                             | | ||||||
| |`KC_GESC`      |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | |`KC_GESC`      |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | ||||||
| |`KC_LSPO`      |           |Left Shift when held, `(` when tapped                                | |  | ||||||
| |`KC_RSPC`      |           |Right Shift when held, `)` when tapped                               | |  | ||||||
| |`KC_LCPO`      |           |Left Control when held, `(` when tapped                              | |  | ||||||
| |`KC_RCPC`      |           |Right Control when held, `)` when tapped                             | |  | ||||||
| |`KC_LAPO`      |           |Left Alt when held, `(` when tapped                                  | |  | ||||||
| |`KC_RAPC`      |           |Right Alt when held, `)` when tapped                                 | |  | ||||||
| |`KC_SFTENT`    |           |Right Shift when held, Enter when tapped                             | |  | ||||||
| |`KC_LEAD`      |           |The [Leader key](feature_leader_key.md)                              | | |`KC_LEAD`      |           |The [Leader key](feature_leader_key.md)                              | | ||||||
| |`KC_LOCK`      |           |The [Lock key](feature_key_lock.md)                                  | | |`KC_LOCK`      |           |The [Lock key](feature_key_lock.md)                                  | | ||||||
| |`FUNC(n)`      |`F(n)`     |Call `fn_action(n)` (deprecated)                                     | |  | ||||||
| |`M(n)`         |           |Call macro `n`                                                       | |  | ||||||
| |`MACROTAP(n)`  |           |Macro-tap `n` idk FIXME                                              | |  | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 fauxpark
						fauxpark