diff options
author | IFo Hancroft <contact@ifohancroft.com> | 2021-02-21 07:52:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 21:52:20 -0800 |
commit | bb9316a2f915995e2bd6884425af1eaa10c09503 (patch) | |
tree | d0cb3f82f88fb22b90d3f8a0f8ba684260fd27f6 /keyboards/idobo/keymaps/ifohancroft/config.h | |
parent | 516afb03438d30240286720ac513a8e548e668ff (diff) |
[Keymap] My Idobo Keymap (#11897)
Diffstat (limited to 'keyboards/idobo/keymaps/ifohancroft/config.h')
-rw-r--r-- | keyboards/idobo/keymaps/ifohancroft/config.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/idobo/keymaps/ifohancroft/config.h b/keyboards/idobo/keymaps/ifohancroft/config.h new file mode 100644 index 0000000000..09467b4362 --- /dev/null +++ b/keyboards/idobo/keymaps/ifohancroft/config.h @@ -0,0 +1,27 @@ +/* Copyright 2021 IFo Hancroft + * + * 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 + +// place overrides here +#define USB_POLLING_INTERVAL_MS 1 +#undef RGBLIGHT_HUE_STEP +#define RGBLIGHT_HUE_STEP 1 +#undef RGBLIGHT_SAT_STEP +#define RGBLIGHT_SAT_STEP 1 +#undef RGBLIGHT_VAL_STEP +#define RGBLIGHT_VAL_STEP 1 +#define FORCE_NKRO |