Remove duplicated rgblight implementation from mxss (#22122)
This commit is contained in:
parent
c597731d1d
commit
a4760c4d1b
11 changed files with 22 additions and 1932 deletions
|
|
@ -2,11 +2,6 @@
|
|||
|
||||

|
||||
|
||||
### Important Note:
|
||||
**This PCB supports the VIA configurator, and this is the recommended way to configure the keymap on this keyboard. Building the firmware should only be necessary if you would like to change the colours of the front LEDs in indicator mode.**
|
||||
|
||||
**For more information about the VIA configurator, [see here](https://caniusevia.com/).**
|
||||
|
||||
### Information:
|
||||
|
||||
- Case: Frosted Polycarbonate, CNC milled
|
||||
|
|
@ -24,32 +19,23 @@
|
|||
- RGB underglow
|
||||
- 1.5kg with plate and weight
|
||||
|
||||
Keyboard Maintainer: [MxBlue](https://github.com/mxblu)
|
||||
|
||||
Hardware Supported: Custom PCB, ATMega32u4
|
||||
|
||||
Hardware Availability: https://geekhack.org/index.php?topic=94986.0
|
||||
* Keyboard Maintainer: [MxBlue](https://github.com/mxblu)
|
||||
* Hardware Supported: Custom PCB, ATMega32u4
|
||||
* Hardware Availability: https://geekhack.org/index.php?topic=94986.0
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make mxss:default
|
||||
|
||||
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
|
||||
Flashing example for this keyboard:
|
||||
|
||||
# Front LED Operation
|
||||
make mxss:default:flash
|
||||
|
||||
The MxSS PCB has 2 front RGB LEDs which has a separate brightness and mode of operation to the rest of the RGB LEDs. These are controlled through the supplied custom keycodes.
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
||||
|
||||
There are 3 modes of operation:
|
||||
## Bootloader
|
||||
|
||||
- FLED_OFF - Front LEDs stay off
|
||||
- FLED_RGB - Front LEDs are part of the standard RGB LED modes, only works correctly with rainbow modes (will fix on request)
|
||||
- FLED_INDI - Top front LED represents Caps Lock status, bottom LED represents current layer
|
||||
|
||||
Colors for FLED_INDI mode are hardcoded as hue/saturation values, the caps lock color can be found in mxss_frontled.h, the layer colors are defined in keymap.c (see default/keymap.c for example).
|
||||
Enter the bootloader in 2 ways:
|
||||
|
||||
## Custom Keycodes
|
||||
|
||||
- FLED_MOD - Cycle between the 3 modes (FLED_OFF -> FLED_RGB -> FLED_INDI)
|
||||
- FLED_VAI - Increase front LED brightness
|
||||
- FLED_VAD - Decrease front LED brightness
|
||||
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
|
||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue