diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-13 02:50:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-13 02:50:58 +0000 |
commit | 408bb469bbd014a4c866c0bace6aec9305998b91 (patch) | |
tree | 5abb037857ecd956850fc7090831fba2d7f4d727 /keyboards/keebio/convolution/rev1/config.h | |
parent | e0e22176bb559f5e3eb5640275d3d0a7775bd103 (diff) | |
parent | e25672baef4f4aa2a6566cd279bca701a54b5d72 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/convolution/rev1/config.h')
-rw-r--r-- | keyboards/keebio/convolution/rev1/config.h | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/keyboards/keebio/convolution/rev1/config.h b/keyboards/keebio/convolution/rev1/config.h new file mode 100644 index 0000000000..35a7d5b00d --- /dev/null +++ b/keyboards/keebio/convolution/rev1/config.h @@ -0,0 +1,46 @@ +/* Copyright 2022 Danny Nguyen <danny@keeb.io> + +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 + +// RGB Matrix +#define RGB_DI_PIN GP26 +#define RGB_MATRIX_LED_COUNT 16 +#define RGB_DISABLE_WHEN_USB_SUSPENDED + +#define ENABLE_RGB_MATRIX_ALPHAS_MODS +#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN +#define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT +#define ENABLE_RGB_MATRIX_BREATHING +#define ENABLE_RGB_MATRIX_BAND_SAT +#define ENABLE_RGB_MATRIX_BAND_VAL +#define ENABLE_RGB_MATRIX_BAND_PINWHEEL_SAT +#define ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL +#define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT +#define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL +#define ENABLE_RGB_MATRIX_CYCLE_ALL +#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT +#define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN +#define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON +#define ENABLE_RGB_MATRIX_CYCLE_OUT_IN +#define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL +#define ENABLE_RGB_MATRIX_CYCLE_PINWHEEL +#define ENABLE_RGB_MATRIX_CYCLE_SPIRAL +#define ENABLE_RGB_MATRIX_DUAL_BEACON +#define ENABLE_RGB_MATRIX_RAINBOW_BEACON +#define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS + +#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 |