diff options
Diffstat (limited to 'keyboards/thevankeyboards/minivan/keymaps/josjoha/base_hebrew.h')
| -rw-r--r-- | keyboards/thevankeyboards/minivan/keymaps/josjoha/base_hebrew.h | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/keyboards/thevankeyboards/minivan/keymaps/josjoha/base_hebrew.h b/keyboards/thevankeyboards/minivan/keymaps/josjoha/base_hebrew.h new file mode 100644 index 000000000..f5604b8f1 --- /dev/null +++ b/keyboards/thevankeyboards/minivan/keymaps/josjoha/base_hebrew.h | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | /* | ||
| 2 | * License (GPL): | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | |||
| 17 | * Author: © 2021 by Jos Boersema | ||
| 18 | * | ||
| 19 | */ | ||
| 20 | |||
| 21 | #pragma once | ||
| 22 | |||
| 23 | // --------------------------------------v--------------------------------------- | ||
| 24 | // Configuration: | ||
| 25 | // --------------------------------------v--------------------------------------- | ||
| 26 | |||
| 27 | /* Harmonize layout with a Latin layout | ||
| 28 | * | ||
| 29 | * See base_hebrew.md for design objectives. | ||
| 30 | */ | ||
| 31 | #define HEBREW_ISRAEL // Close to standard Israeli hebrew. | ||
| 32 | //#define HEBREW_QWERTY // Harmonize punctuation symbols with Qwerty. | ||
| 33 | //#define HEBREW_DVORAK // Harmonize punctuation symbols with Dvorak. | ||
| 34 | |||
| 35 | // --------------------------------------^--------------------------------------- | ||
| 36 | // Below here no more comfortable configuration options..... | ||
| 37 | // --------------------------------------^--------------------------------------- | ||
| 38 | |||
| 39 | /* Redefine a layer in this file | ||
| 40 | * | ||
| 41 | * _Activate_ one or more of the below BASESFILE_LAYER_..., to redefine the layer | ||
| 42 | * in this file. The version in ./keymap.c will be ignored. Keep in mind to use | ||
| 43 | * transparent keys (_______) for “hold” layer switch keys on the BASE map, for | ||
| 44 | * your new layer. | ||
| 45 | */ | ||
| 46 | // #define BASESFILE_LAYER_ACC | ||
| 47 | // #define BASESFILE_LAYER_DRA | ||
| 48 | // #define BASESFILE_LAYER_BON | ||
| 49 | // #define BASESFILE_LAYER_PAD | ||
| 50 | // #define BASESFILE_LAYER_MOV | ||
| 51 | // #define BASESFILE_LAYER_RAR | ||
| 52 | // #define BASESFILE_LAYER_FUN | ||
