|
|
6 vuotta sitten | |
|---|---|---|
| .. | ||
| keymaps | 6 vuotta sitten | |
| templates | 6 vuotta sitten | |
| config.h | 6 vuotta sitten | |
| info.json | 7 vuotta sitten | |
| mxss.c | 7 vuotta sitten | |
| mxss.h | 7 vuotta sitten | |
| mxss_frontled.h | 7 vuotta sitten | |
| readme.md | 6 vuotta sitten | |
| rgblight.c | 7 vuotta sitten | |
| rgblight.h | 6 vuotta sitten | |
| rules.mk | 7 vuotta sitten | |
Keyboard Maintainer: MxBlue
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 then the make instructions for more information.
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.
There are 3 modes of operation:
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).
# Further Notes
As SAFE_RANGE is used for defining the custom keycodes seen above, please use NEW_SAFE_RANGE as the starting value for any custom keycodes in keymap.c, as per the example.