|
|
6 years ago | |
|---|---|---|
| .. | ||
| keymaps | f14629ed1c Remove/migrate action_get_macro()s from default keymaps (#5625) | 7 years ago |
| templates | e2d3c92199 Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152) | 7 years ago |
| config.h | faaaa134fd Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) | 7 years ago |
| info.json | a345458fa9 MxSS Configurator bugfix: removed an extra key that didn't belong (#3362) | 8 years ago |
| mxss.c | f28f569600 Fixed issues with MxSS RGB functionality (#3341) | 8 years ago |
| mxss.h | 5b7ac47b1a MxSS refactor and Configurator bugfix (#3355) | 8 years ago |
| mxss_frontled.h | e661f1559e Add MxSS keyboard (#3335) | 8 years ago |
| readme.md | c8cbee5d71 Modified URLs to point to new locations | 7 years ago |
| rgblight.c | b7688590b8 Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) | 7 years ago |
| rgblight.h | e7711b3b66 Moving rgb typedefs into a single location (#5978) | 7 years ago |
| rules.mk | e96cac0814 Cleanup rules.mk for 32U4 keyboards, L-M (#7120) | 6 years ago |
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.
