]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add MxSS keyboard (#3335)
authorMxBlu <mundekkat@hotmail.com>
Sun, 8 Jul 2018 02:33:36 +0000 (12:33 +1000)
committerDrashna Jaelre <drashna@live.com>
Sun, 8 Jul 2018 02:33:36 +0000 (19:33 -0700)
commite661f1559ebdf90c3bb806b6f5940c5363720738
treed4104b21c10e6522d3c03339687354092de49e5e
parentdf8b564518930969f6ee319edeee2fcb0d715db6
Add MxSS keyboard (#3335)

* Added basic MxSS support

* Fixed split RSHFT for ISO layouts

* Updated readme.md for MxSS

* Added initial support for individual control of front RGB LEDs

* Changed RGBLED color selection to work using hue and saturation rather than RGB
Added code for LED state change on layer change

* Avoid needing an entire 8 bits to store the brightness value

* Added custom keycodes, along with their handlers

* Added EEPROM storage for front LED config

* Fixed up ability to use QMK Configurator and updated readme.md

* Applied suggested changes from pull request: https://github.com/standard/standard/issues/452

Updated name in license descriptions
Updated layouts to snake case
Corrected mistakes in info.json
Updated layer_colors to a weak attributed array in mxss.c

* Defined a new safe range for custom keycodes in keymap.c
keyboards/mxss/config.h [new file with mode: 0644]
keyboards/mxss/info.json [new file with mode: 0644]
keyboards/mxss/keymaps/default/config.h [new file with mode: 0644]
keyboards/mxss/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/mxss/mxss.c [new file with mode: 0644]
keyboards/mxss/mxss.h [new file with mode: 0644]
keyboards/mxss/mxss_frontled.h [new file with mode: 0644]
keyboards/mxss/readme.md [new file with mode: 0644]
keyboards/mxss/rgblight.c [new file with mode: 0644]
keyboards/mxss/rules.mk [new file with mode: 0644]
keyboards/mxss/templates/keymap.c [new file with mode: 0644]