diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-22 16:23:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-22 16:23:41 +0000 |
commit | b58d164504f5c4e60657afb7e9854b2bea04f266 (patch) | |
tree | 3ba4d070152eb0f6204e0016082c3c5bbd1a3dd4 /keyboards/ploopyco/mouse/keymaps/drashna/config.h | |
parent | 37ebbe8d9e4cadfe33d74d9534a146b0d21f8805 (diff) | |
parent | 7a08b9d374dfcf9d872738af44b231862064b96f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ploopyco/mouse/keymaps/drashna/config.h')
-rw-r--r-- | keyboards/ploopyco/mouse/keymaps/drashna/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/ploopyco/mouse/keymaps/drashna/config.h b/keyboards/ploopyco/mouse/keymaps/drashna/config.h new file mode 100644 index 0000000000..5bc704fec1 --- /dev/null +++ b/keyboards/ploopyco/mouse/keymaps/drashna/config.h @@ -0,0 +1,24 @@ +/* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> + * Copyright 2019 Sunjun Kim + * Copyright 2020 Ploopy Corporation + * + * 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 + +#undef RGBLIGHT_LIMIT_VAL +#define RGBLIGHT_LIMIT_VAL 255 +#define RGBLIGHT_ANIMATIONS +#define RGBLIGHT_SLEEP |