diff options
author | yuezp <49514776+LXF-YZP@users.noreply.github.com> | 2023-10-04 12:02:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 21:02:42 -0700 |
commit | 5485d5023eae4653805d1acb481cf438ff8a80e0 (patch) | |
tree | 65c9cb73fb0706318d46f19310eab3d0d46bb0c5 /keyboards/split67/config.h | |
parent | d9fa80c0b0044bb951694aead215d72e4a51807c (diff) |
Add the Split67 keyboard PCB (#22107)
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
Diffstat (limited to 'keyboards/split67/config.h')
-rw-r--r-- | keyboards/split67/config.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/split67/config.h b/keyboards/split67/config.h new file mode 100644 index 0000000000..9d50d9bdd1 --- /dev/null +++ b/keyboards/split67/config.h @@ -0,0 +1,26 @@ +/* +Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2015 Jack Humbert + +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 +/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ +#define LOCKING_SUPPORT_ENABLE +/* Locking resynchronize hack */ +#define LOCKING_RESYNC_ENABLE + + + |