diff options
author | Jumail Mundekkat <mundekkat@hotmail.com> | 2020-01-27 09:06:56 +1100 |
---|---|---|
committer | ridingqwerty <george.g.koenig@gmail.com> | 2020-01-26 17:06:56 -0500 |
commit | 645c5fabf24411fe65d2172a3509c26e053651a2 (patch) | |
tree | bbba022ea3e1a9605f80fc4ca97c991dc941d4ed /keyboards/mxss/keymaps/via/config.h | |
parent | 7f7b6b08e8afdd09f83b180e4c03b04f9a531035 (diff) |
Add VIA support to MxSS, plus minor tweaks (#7809)
* Add VIA support to mxss and general cleanup
* Add support for RGB test for FLEDs
* Add LAYOUT_all to allow for more configuration
* Remove blank layers
* Updated readme
* Improve use of EEPROM
* Credit where its due
* Use the latest iteration of rgblight code
* Keep the RGB timer running if the front LED is in RGB mode
* Fix RGB breathing animation
* Better supported RGB animation
Only thing not working is alternating, but that's not too important
* Abstract front LED handlers from main kb code
* Add support for indicator LED color changing
* Remove debug statement
* Persist indicator LED colors
* Mark custom sections in rgblight.c
* Light commenting
* Fix up keymaps
* Add/update comments
* Remove bloat from default hex
* Tidy a stray tab
* Out with the old, in with the new
* Out with the old, in with the new
* Add LAYER_STATE_8BIT for VIA keymap
Diffstat (limited to 'keyboards/mxss/keymaps/via/config.h')
-rw-r--r-- | keyboards/mxss/keymaps/via/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mxss/keymaps/via/config.h b/keyboards/mxss/keymaps/via/config.h new file mode 100644 index 0000000000..7451a7be4f --- /dev/null +++ b/keyboards/mxss/keymaps/via/config.h @@ -0,0 +1,19 @@ +/* Copyright 2018 Jumail Mundekkat / MxBlue + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +#define LAYER_STATE_8BIT |