summaryrefslogtreecommitdiffstats
path: root/keyboards/mxss
Commit message (Expand)AuthorAgeFilesLines
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-303-3/+3
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-101-3/+3
|\
| * Fix detection of EEPROM reset in some keyboards (#17970)Wilba2022-08-091-3/+3
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-032-8/+7
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-091-19/+0
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-192-2/+2
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-261-48/+0
|\
| * Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-261-48/+0
* | Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)Joel Challis2021-09-151-4/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-121-1/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-121-2/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-052-23/+0
|\|
| * Remove empty override functions (#14312)Ryan2021-09-052-23/+0
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-011-4/+1
|/
* Various fixes from reorg of files (#14051)Joel Challis2021-08-181-1/+1
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Move RGBLight code into its own folder (#13312)Ryan2021-06-281-17/+9
* Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre2021-02-091-1/+0
* Remove `DESCRIPTION`, K-M (#11619)Ryan2021-01-201-1/+0
* Update MXSS custom rgblight and fix compilation errorfauxpark2021-01-042-451/+289
* Normalise include statements in keyboard code (#11185)Ryan2020-12-161-2/+2
* `setrgb()`: Use arrow operator (#10451)Ryan2020-09-261-7/+7
* fix keyboards/mxss/rgblight.h (#8388)Takeshi ISHII2020-03-111-3/+41
* MxSS RGB Handler Touchup (#8105)Jumail Mundekkat2020-02-183-2/+42
* Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty2020-01-301-5/+5
* Add VIA support to MxSS, plus minor tweaks (#7809)Jumail Mundekkat2020-01-2614-965/+1687
* Relocate RGB keycode processing (#7508)Joel Challis2019-12-161-0/+1
* Cleanup rules.mk for 32U4 keyboards, L-M (#7120)fauxpark2019-10-241-45/+9
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-16/+0
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
* Moving rgb typedefs into a single location (#5978)XScorpion22019-06-041-1/+1
* add keyboards/mxss/rgblight.h from e661f1559:quantum/rgblight.h (#5461)Takeshi ISHII2019-03-231-0/+166
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-6/+1
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-181-1/+1
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-4/+1
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
* Remove empty fn_actions[]fauxpark2019-01-111-5/+0
* Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)David Dai2018-12-311-1/+1
* MxSS Configurator bugfix: removed an extra key that didn't belong (#3362)noroadsleft2018-07-091-1/+1
* MxSS refactor and Configurator bugfix (#3355)noroadsleft2018-07-092-113/+113
* Fixed MxSS ISO layouts in QMK configuator (hopefully) (#3352)MxBlu2018-07-081-41/+41