forked from mirrors/qmk_userspace
		
	Add new brightness aliases to keycodes_basic.md
This commit is contained in:
		
					parent
					
						
							
								ade6f8e71a
							
						
					
				
			
			
				commit
				
					
						ba05f9667b
					
				
			
		
					 2 changed files with 249 additions and 253 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@ This is a reference only. Each group of keys links to the page documenting their
 | 
				
			||||||
## [Basic Keycodes](keycodes_basic.md)
 | 
					## [Basic Keycodes](keycodes_basic.md)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
|Key                    |Aliases                       |Description                                    |
 | 
					|Key                    |Aliases                       |Description                                    |
 | 
				
			||||||
|-----------------------|--------------------|-----------------------------------------------|
 | 
					|-----------------------|------------------------------|-----------------------------------------------|
 | 
				
			||||||
|`KC_NO`                |`XXXXXXX`                     |Ignore this key (NOOP)                         |
 | 
					|`KC_NO`                |`XXXXXXX`                     |Ignore this key (NOOP)                         |
 | 
				
			||||||
|`KC_TRANSPARENT`       |`KC_TRNS`, `_______`          |Use the next lowest non-transparent key        |
 | 
					|`KC_TRANSPARENT`       |`KC_TRNS`, `_______`          |Use the next lowest non-transparent key        |
 | 
				
			||||||
|`KC_A`                 |                              |`a` and `A`                                    |
 | 
					|`KC_A`                 |                              |`a` and `A`                                    |
 | 
				
			||||||
| 
						 | 
					@ -203,8 +203,8 @@ This is a reference only. Each group of keys links to the page documenting their
 | 
				
			||||||
|`KC_WWW_FAVORITES`     |`KC_WFAV`                     |Browser Favorites (Windows)                    |
 | 
					|`KC_WWW_FAVORITES`     |`KC_WFAV`                     |Browser Favorites (Windows)                    |
 | 
				
			||||||
|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`                     |Next Track (macOS)                             |
 | 
					|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`                     |Next Track (macOS)                             |
 | 
				
			||||||
|`KC_MEDIA_REWIND`      |`KC_MRWD`                     |Previous Track (macOS)                         |
 | 
					|`KC_MEDIA_REWIND`      |`KC_MRWD`                     |Previous Track (macOS)                         |
 | 
				
			||||||
|`KC_BRIGHTNESS_UP`     |`KC_BRIU`           |Brightness Up (macOS: use `KC_BRMU`)           |
 | 
					|`KC_BRIGHTNESS_UP`     |`KC_BRIU`                     |Brightness Up                                  |
 | 
				
			||||||
|`KC_BRIGHTNESS_DOWN`   |`KC_BRID`           |Brightness Down (macOS: use `KC_BRMD`)         |
 | 
					|`KC_BRIGHTNESS_DOWN`   |`KC_BRID`                     |Brightness Down                                |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Quantum Keycodes](quantum_keycodes.md#qmk-keycodes)
 | 
					## [Quantum Keycodes](quantum_keycodes.md#qmk-keycodes)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -238,8 +238,6 @@ This is a reference only. Each group of keys links to the page documenting their
 | 
				
			||||||
|`MU_TOG`        |         |Toggles Music Mode                |
 | 
					|`MU_TOG`        |         |Toggles Music Mode                |
 | 
				
			||||||
|`MU_MOD`        |         |Cycles through the music modes    |
 | 
					|`MU_MOD`        |         |Cycles through the music modes    |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## [Backlighting](feature_backlight.md)
 | 
					## [Backlighting](feature_backlight.md)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
|Key      |Description                               |
 | 
					|Key      |Description                               |
 | 
				
			||||||
| 
						 | 
					@ -285,7 +283,6 @@ This is a reference only. Each group of keys links to the page documenting their
 | 
				
			||||||
|`OUT_USB` |USB only                                      |
 | 
					|`OUT_USB` |USB only                                      |
 | 
				
			||||||
|`OUT_BT`  |Bluetooth only                                |
 | 
					|`OUT_BT`  |Bluetooth only                                |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
## [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers)
 | 
					## [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
|Key             |Description                                                                       |
 | 
					|Key             |Description                                                                       |
 | 
				
			||||||
| 
						 | 
					@ -439,7 +436,6 @@ 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|
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
## [Swap Hands](feature_swap_hands.md)
 | 
					## [Swap Hands](feature_swap_hands.md)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
|Key        |Description                                                              |
 | 
					|Key        |Description                                                              |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -98,9 +98,9 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07
 | 
				
			||||||
## Lock Keys
 | 
					## Lock Keys
 | 
				
			||||||
 | 
					
 | 
				
			||||||
|Key                |Aliases             |Description                         |
 | 
					|Key                |Aliases             |Description                         |
 | 
				
			||||||
|-------------------|--------------------|-------------------------|
 | 
					|-------------------|--------------------|------------------------------------|
 | 
				
			||||||
|`KC_CAPSLOCK`      |`KC_CLCK`, `KC_CAPS`|Caps Lock                           |
 | 
					|`KC_CAPSLOCK`      |`KC_CLCK`, `KC_CAPS`|Caps Lock                           |
 | 
				
			||||||
|`KC_SCROLLLOCK`    |`KC_SLCK`           |Scroll Lock              |
 | 
					|`KC_SCROLLLOCK`    |`KC_SLCK`, `KC_BRMD`|Scroll Lock, Brightness Down (macOS)|
 | 
				
			||||||
|`KC_NUMLOCK`       |`KC_NLCK`           |Keypad Num Lock and Clear           |
 | 
					|`KC_NUMLOCK`       |`KC_NLCK`           |Keypad Num Lock and Clear           |
 | 
				
			||||||
|`KC_LOCKING_CAPS`  |`KC_LCAP`           |Locking Caps Lock                   |
 | 
					|`KC_LOCKING_CAPS`  |`KC_LCAP`           |Locking Caps Lock                   |
 | 
				
			||||||
|`KC_LOCKING_NUM`   |`KC_LNUM`           |Locking Num Lock                    |
 | 
					|`KC_LOCKING_NUM`   |`KC_LNUM`           |Locking Num Lock                    |
 | 
				
			||||||
| 
						 | 
					@ -145,9 +145,9 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07
 | 
				
			||||||
## Commands
 | 
					## Commands
 | 
				
			||||||
 | 
					
 | 
				
			||||||
|Key               |Aliases                       |Description                   |
 | 
					|Key               |Aliases                       |Description                   |
 | 
				
			||||||
|------------------|-------------------|------------------------------|
 | 
					|------------------|------------------------------|------------------------------|
 | 
				
			||||||
|`KC_PSCREEN`      |`KC_PSCR`                     |Print Screen                  |
 | 
					|`KC_PSCREEN`      |`KC_PSCR`                     |Print Screen                  |
 | 
				
			||||||
|`KC_PAUSE`        |`KC_PAUS`, `KC_BRK`|Pause                         |
 | 
					|`KC_PAUSE`        |`KC_PAUS`, `KC_BRK`, `KC_BRMU`|Pause, Brightness Up (macOS)  |
 | 
				
			||||||
|`KC_INSERT`       |`KC_INS`                      |Insert                        |
 | 
					|`KC_INSERT`       |`KC_INS`                      |Insert                        |
 | 
				
			||||||
|`KC_HOME`         |                              |Home                          |
 | 
					|`KC_HOME`         |                              |Home                          |
 | 
				
			||||||
|`KC_PGUP`         |                              |Page Up                       |
 | 
					|`KC_PGUP`         |                              |Page Up                       |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue