diff options
author | Brandon Schlack <brandonschlack@gmail.com> | 2020-11-04 21:55:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 21:55:03 -0800 |
commit | f12dcb0659918657d35dc599e69f1aec43a22e97 (patch) | |
tree | 50e98a01f9103a82574390879f9989ef27b47e98 /keyboards/keebio/bdn9/keymaps/brandonschlack/config.h | |
parent | 262a60733483a38ed998b6dc6495f748ba6b71b0 (diff) |
[Keymap] add brandonschlack userspace and keymaps (#10411)
Diffstat (limited to 'keyboards/keebio/bdn9/keymaps/brandonschlack/config.h')
-rw-r--r-- | keyboards/keebio/bdn9/keymaps/brandonschlack/config.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/keebio/bdn9/keymaps/brandonschlack/config.h b/keyboards/keebio/bdn9/keymaps/brandonschlack/config.h new file mode 100644 index 0000000000..cde5051c8b --- /dev/null +++ b/keyboards/keebio/bdn9/keymaps/brandonschlack/config.h @@ -0,0 +1,25 @@ +/* Copyright 2020 Brandon Schlack + * + * 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 ENCODER_DIRECTION_FLIP + +#undef RGBLIGHT_ANIMATIONS +#define RGBLIGHT_EFFECT_BREATHING // Only have Breathing Animation + +/* Mouse Keys Configuration */ +#define MK_3_SPEED +#define MK_W_INTERVAL_UNMOD 20 |