diff options
author | Harshit Goel <harshitgoel96@yahoo.com> | 2020-10-29 13:46:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 01:16:51 -0700 |
commit | 36f4f1e9b819dccf4efda6d88b0c086768ddbd63 (patch) | |
tree | 0be3404b219530bbf627efb3b4113f8ca54ab352 /keyboards/redox/keymaps/via/config.h | |
parent | f487b726cd31f51f652f0c498e9767118faeff10 (diff) |
[Keyboard] Redox via support added (#10710)
* add via config for Redox OG
* Fix name typo
* clean up via file and move to via pull
* fix typo in readme, align config.h properly
Diffstat (limited to 'keyboards/redox/keymaps/via/config.h')
-rw-r--r-- | keyboards/redox/keymaps/via/config.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/redox/keymaps/via/config.h b/keyboards/redox/keymaps/via/config.h new file mode 100644 index 0000000000..a3ef209a05 --- /dev/null +++ b/keyboards/redox/keymaps/via/config.h @@ -0,0 +1,34 @@ +/* +Copyright 2018 Mattia Dal Ben <matthewdibi@gmail.com> + +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 + +/* Use I2C or Serial, not both */ +#define USE_SERIAL +// #define USE_I2C + +/* Select hand configuration */ +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS + +#undef RGBLED_NUM +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 14 +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8 |