diff options
author | xster <xiao@xster.net> | 2019-09-14 20:14:16 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-14 20:14:16 -0700 |
commit | 65c4b6cff19814a3f7ebdfbbaa86485becf79658 (patch) | |
tree | 6aa99dbb9c4d70a759b012ceea09966918e8d0f6 /keyboards/xd75/keymaps/xo/config.h | |
parent | 9508b3f333dbd56ca5a91044874daa47f7be1902 (diff) |
[Keymap] Yet another xd75 keymap (#6734)
* add a keymap for xd75
* add colors, change some keys, add reactive modifier hold, key press
* add readme
* permissive hold
Diffstat (limited to 'keyboards/xd75/keymaps/xo/config.h')
-rw-r--r-- | keyboards/xd75/keymaps/xo/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/xo/config.h b/keyboards/xd75/keymaps/xo/config.h new file mode 100644 index 0000000000..31cdef2578 --- /dev/null +++ b/keyboards/xd75/keymaps/xo/config.h @@ -0,0 +1,19 @@ +/* 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 3 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 <https://www.gnu.org/licenses/>. + */ + +#pragma once + +#define TAPPING_TOGGLE 2 +#define PERMISSIVE_HOLD +#define TAPPING_TERM 150 |