|
|
7 年 前 | |
|---|---|---|
| .. | ||
| keymaps | 0072fdd799 Cleanup Default Keymaps (#5442) | 7 年 前 |
| templates | e2d3c92199 Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152) | 7 年 前 |
| config.h | fc06986989 Remove CUSTOM_MATRIX option from diode direction (#5090) | 7 年 前 |
| info.json | a345458fa9 MxSS Configurator bugfix: removed an extra key that didn't belong (#3362) | 8 年 前 |
| mxss.c | f28f569600 Fixed issues with MxSS RGB functionality (#3341) | 8 年 前 |
| mxss.h | 5b7ac47b1a MxSS refactor and Configurator bugfix (#3355) | 8 年 前 |
| mxss_frontled.h | e661f1559e Add MxSS keyboard (#3335) | 8 年 前 |
| readme.md | c8cbee5d71 Modified URLs to point to new locations | 7 年 前 |
| rgblight.c | b7688590b8 Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747) | 7 年 前 |
| rgblight.h | bfc16765f4 add keyboards/mxss/rgblight.h from e661f1559:quantum/rgblight.h (#5461) | 7 年 前 |
| rules.mk | e661f1559e Add MxSS keyboard (#3335) | 8 年 前 |
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.
