diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-14 05:52:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-14 05:52:48 +0000 |
commit | 8233ab83c2290a6157cdd9c910b6a9bce188d46c (patch) | |
tree | 0c9a9c77a4ab092be21bfd47c9641d6c290e3a26 /keyboards/massdrop/alt/keymaps/urbanvanilla/config.h | |
parent | e60844738261d60b6fd03dec9285dff8487cbd00 (diff) | |
parent | 214528b1e77728adc2094752c84b9b0d919da86d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/massdrop/alt/keymaps/urbanvanilla/config.h')
-rw-r--r-- | keyboards/massdrop/alt/keymaps/urbanvanilla/config.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/massdrop/alt/keymaps/urbanvanilla/config.h b/keyboards/massdrop/alt/keymaps/urbanvanilla/config.h new file mode 100644 index 0000000000..0f2740013d --- /dev/null +++ b/keyboards/massdrop/alt/keymaps/urbanvanilla/config.h @@ -0,0 +1,27 @@ +/* +Copyright 2015 Jun Wako <wakojun@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 + +#define MATRIX_IO_DELAY 40 + +#define RGB_MATRIX_KEYPRESSES +#define RGB_MATRIX_FRAMEBUFFER_EFFECTS +#define RGB_MATRIX_LED_PROCESS_LIMIT 15 +#define RGB_MATRIX_LED_FLUSH_LIMIT 10 + +#define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended |