diff options
author | npspears <40127181+npspears@users.noreply.github.com> | 2021-10-26 18:34:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 16:34:21 -0700 |
commit | 2938c4e0594778ccf8b3a72f7e2cbb357bd67ede (patch) | |
tree | 6a96f7e5af228eb323372d23c4382ba9c0effb76 /keyboards/checkerboards/phoenix45_ortho/keymaps/6u/config.h | |
parent | e90e633c3bc45b0abca3c194d1dc231956230138 (diff) |
[Keyboard] add support for Phoenix45_Ortho PCB (#14798)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/checkerboards/phoenix45_ortho/keymaps/6u/config.h')
-rw-r--r-- | keyboards/checkerboards/phoenix45_ortho/keymaps/6u/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/checkerboards/phoenix45_ortho/keymaps/6u/config.h b/keyboards/checkerboards/phoenix45_ortho/keymaps/6u/config.h new file mode 100644 index 0000000000..b1498826ee --- /dev/null +++ b/keyboards/checkerboards/phoenix45_ortho/keymaps/6u/config.h @@ -0,0 +1,19 @@ +/* Copyright 2021 Nathan Spears + * + * 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 TAPPING_TOGGLE 2 |