diff options
author | jels <66403163+Jels-kb@users.noreply.github.com> | 2021-11-20 03:51:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 09:51:21 -0800 |
commit | 5c3afe3e6bc40ecda2770a61d8110bfa9b0dd39b (patch) | |
tree | 77a1a167490c9108bbe236c3310ed89558f3c32c /keyboards/winkeyless/b87/keymaps/via/config.h | |
parent | 817a82378b58ec34b24a71e80f1ac0389aed9d39 (diff) |
[Keyboard] Add b87 keyboard (#15091)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/winkeyless/b87/keymaps/via/config.h')
-rw-r--r-- | keyboards/winkeyless/b87/keymaps/via/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/winkeyless/b87/keymaps/via/config.h b/keyboards/winkeyless/b87/keymaps/via/config.h new file mode 100644 index 0000000000..ce14d28749 --- /dev/null +++ b/keyboards/winkeyless/b87/keymaps/via/config.h @@ -0,0 +1,19 @@ +/* Copyright 2021 Joah Nelson (Jels) + * + * 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 DYNAMIC_KEYMAP_LAYER_COUNT 3 |