mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-04 17:05:17 +00:00
Stub docs
This commit is contained in:
parent
90f974344b
commit
b496e62bdc
@ -84,6 +84,7 @@
|
|||||||
* [EEPROM](feature_eeprom.md)
|
* [EEPROM](feature_eeprom.md)
|
||||||
* [Key Lock](feature_key_lock.md)
|
* [Key Lock](feature_key_lock.md)
|
||||||
* [Key Overrides](feature_key_overrides.md)
|
* [Key Overrides](feature_key_overrides.md)
|
||||||
|
* [LampArray](feature_lamparray.md)
|
||||||
* [Layers](feature_layers.md)
|
* [Layers](feature_layers.md)
|
||||||
* [One Shot Keys](one_shot_keys.md)
|
* [One Shot Keys](one_shot_keys.md)
|
||||||
* [OS Detection](feature_os_detection.md)
|
* [OS Detection](feature_os_detection.md)
|
||||||
|
36
docs/feature_lamparray.md
Normal file
36
docs/feature_lamparray.md
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# LampArray
|
||||||
|
|
||||||
|
Implements the open Human Interface Devices (HID) Lighting and Illumination standard.
|
||||||
|
|
||||||
|
> LampArray devices have one or more Lamps (i.e. lights/LEDs/bulbs, etc…) that can be directly manipulated; setting state (on/off), brightness and color (RGB).
|
||||||
|
|
||||||
|
Windows provides support for devices under [Dynamic Lighting](https://support.microsoft.com/en-us/windows/control-your-dynamic-lighting-devices-in-windows-8e8f22e3-e820-476c-8f9d-9ffc7b6ffcd2).
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Supported lighting frameworks:
|
||||||
|
|
||||||
|
* [RGB Matrix](feature_rgb_matrix.md)
|
||||||
|
|
||||||
|
Currently unsupported:
|
||||||
|
|
||||||
|
* Split keyboard
|
||||||
|
* VUSB
|
||||||
|
|
||||||
|
## Basic Configuration :id=basic-configuration
|
||||||
|
|
||||||
|
To enable this feature, add the following to your `rules.mk`:
|
||||||
|
|
||||||
|
LAMPARRAY_ENABLE = yes
|
||||||
|
|
||||||
|
This should provide an out of the box experience, inferred from the existing keyboard and lighting framework configuration.
|
||||||
|
|
||||||
|
## Advanced Configuration :id=advanced-configuration
|
||||||
|
|
||||||
|
To change the default behavior, you can use the following defines in your `config.h`
|
||||||
|
|
||||||
|
|Define |Default |Description |
|
||||||
|
|---------------|-------------|---------------|
|
||||||
|
|`X` |*Not defined*| |
|
||||||
|
|`Y` |*Not defined*| |
|
||||||
|
|`Z` |`7` | |
|
Loading…
Reference in New Issue
Block a user