diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2018-04-26 13:51:19 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-26 13:51:19 -0700 |
commit | 535a4d55ae27746d88f4012a6ec717e89b5cee00 (patch) | |
tree | 4154c3826a781745b8781b6f91cf3b222bcde445 /keyboards/clueboard/2x1800/config.h | |
parent | 66e40529aa9271c76d207fb8190ad76bb5cf8d6b (diff) | |
download | qmk_firmware-535a4d55ae27746d88f4012a6ec717e89b5cee00.tar.gz qmk_firmware-535a4d55ae27746d88f4012a6ec717e89b5cee00.zip |
Keymap Fixes for 7U layout, RGB and Audio support (#2779)
- confused KC_COMM, KC_SLSH, KC_DOT order
- KC_INS -> KC_DEL
- Document audio on C4 and B7, set default RGB to pin C6
Diffstat (limited to 'keyboards/clueboard/2x1800/config.h')
-rw-r--r-- | keyboards/clueboard/2x1800/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/clueboard/2x1800/config.h b/keyboards/clueboard/2x1800/config.h index 0aff939701..ea3c7a6e97 100644 --- a/keyboards/clueboard/2x1800/config.h +++ b/keyboards/clueboard/2x1800/config.h @@ -69,6 +69,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE +#define RGB_DI_PIN C6 +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 16 +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8 + /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. * This is userful for the Windows task manager shortcut (ctrl+shift+esc). */ |