Browse Source

Stub docs

hidlamp
zvecr 4 months ago
parent
commit
b496e62bdc
2 changed files with 37 additions and 0 deletions
  1. +1
    -0
      docs/_summary.md
  2. +36
    -0
      docs/feature_lamparray.md

+ 1
- 0
docs/_summary.md View File

@ -84,6 +84,7 @@
* [EEPROM](feature_eeprom.md)
* [Key Lock](feature_key_lock.md)
* [Key Overrides](feature_key_overrides.md)
* [LampArray](feature_lamparray.md)
* [Layers](feature_layers.md)
* [One Shot Keys](one_shot_keys.md)
* [OS Detection](feature_os_detection.md)


+ 36
- 0
docs/feature_lamparray.md View 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…
Cancel
Save