diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-04 19:08:37 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-04 19:08:37 +0000 |
commit | 4fcc709f4eb8112525ae0d63641a51e2b452cfe4 (patch) | |
tree | 1ee7f20b43f53eb6686b9b4cd7b13b3bb189c530 /keyboards/thevankeyboards/minivan/keymaps/josjoha/base_qwerty_basearrow.h | |
parent | 01c5ee6f7d2b12dd54bcd572c91c00e63bc0a056 (diff) | |
parent | 7639b5aa3e1a70d35d03fb25bb7804458ec36f3b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/thevankeyboards/minivan/keymaps/josjoha/base_qwerty_basearrow.h')
-rw-r--r-- | keyboards/thevankeyboards/minivan/keymaps/josjoha/base_qwerty_basearrow.h | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/keyboards/thevankeyboards/minivan/keymaps/josjoha/base_qwerty_basearrow.h b/keyboards/thevankeyboards/minivan/keymaps/josjoha/base_qwerty_basearrow.h new file mode 100644 index 0000000000..bb5ab5ae2f --- /dev/null +++ b/keyboards/thevankeyboards/minivan/keymaps/josjoha/base_qwerty_basearrow.h @@ -0,0 +1,63 @@ +/* + * License (GPL): + +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/>. + + * Author: © 2021 by Jos Boersema + * + */ + +// --------------------------------------v--------------------------------------- +// Configuration: +// --------------------------------------v--------------------------------------- + + /* • Harmonize regular Qwerty + * + * If compiling this ‛Qwerty Base Arrow’ base pair with regular Qwerty on + * the other base pair (dual layout), the key ‛/?’ is on a different key + * in these two layouts. This is bound to cause typing errors. With this + * option you can cause the regular Qwerty to also have a ‛/?’ in the same + * spot as ‛Qwerty Base Arrow’ has it, sacrificing Right Control/‛`~’ there. + * + * Regular Qwerty will still also have a ‛/?’ key in the normal Qwerty location. + * + * The key ‛`~’ can be reached through other means: just below on numbers & + * symbols _NSY layer, or on the bonus Unicode layer _BON (on the far left, home row). + * This is so by default, it remains unchanged. + */ + #define QWERTY_BASEARROW_HARMONIZE // _Activate_ to harmonize the ‛/?’ key in the regular Qwerty layout. + // _Remove_ leave regular Qwerty layout unchanged from default. + +// --------------------------------------^--------------------------------------- +// Below here no more comfortable configuration options..... +// --------------------------------------^--------------------------------------- + + + /* Redefine a layer in this file + * + * _Activate_ one or more of the below BASESFILE_LAYER_..., to redefine the layer + * in this file. The version in ./keymap.c will be ignored. Keep in mind to use + * transparent keys (_______) for “hold” layer switch keys on the BASE map, for + * your new layer. + */ +// #define BASESFILE_LAYER_ACC +// #define BASESFILE_LAYER_DRA +// #define BASESFILE_LAYER_BON +// #define BASESFILE_LAYER_PAD +// #define BASESFILE_LAYER_MOV +// #define BASESFILE_LAYER_RAR +// #define BASESFILE_LAYER_FUN + + /* ⬇ */ + |