diff options
author | Guillaume Gérard <1322081+GreatWizard@users.noreply.github.com> | 2022-05-09 03:05:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 02:05:05 +0100 |
commit | 76eff706f6f0a5a4599be52aa5553465449cccc0 (patch) | |
tree | d79e6c587c9b2b796447029c3d810520ff95e18e /keyboards/kprepublic/jj50/keymaps/via/config.h | |
parent | 5acdb4c921cbe3d1b10f35fc46334c8df9fc4374 (diff) |
feat: add support for JJ50 VIA (#16420)
Diffstat (limited to 'keyboards/kprepublic/jj50/keymaps/via/config.h')
-rw-r--r-- | keyboards/kprepublic/jj50/keymaps/via/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/kprepublic/jj50/keymaps/via/config.h b/keyboards/kprepublic/jj50/keymaps/via/config.h new file mode 100644 index 0000000000..e05e2c8741 --- /dev/null +++ b/keyboards/kprepublic/jj50/keymaps/via/config.h @@ -0,0 +1,20 @@ +/* +Copyright 2022 Guillaume Gérard + +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 LicensezZZ +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#pragma once + +#define DYNAMIC_KEYMAP_LAYER_COUNT 5 |