53 lines
2.1 KiB
C
53 lines
2.1 KiB
C
/*
|
|
* 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
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
// --------------------------------------v---------------------------------------
|
|
// Configuration:
|
|
// --------------------------------------v---------------------------------------
|
|
|
|
/* Harmonize layout with a Latin layout
|
|
*
|
|
* See base_hebrew.md for design objectives.
|
|
*/
|
|
#define HEBREW_ISRAEL // Close to standard Israeli hebrew.
|
|
//#define HEBREW_QWERTY // Harmonize punctuation symbols with Qwerty.
|
|
//#define HEBREW_DVORAK // Harmonize punctuation symbols with Dvorak.
|
|
|
|
// --------------------------------------^---------------------------------------
|
|
// 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
|