Adds optional hebrew layout (Unicode) (#14156)
This commit is contained in:
@@ -14,25 +14,29 @@ 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/>.
|
||||
|
||||
* © 2020,2021 by Jos Boersema
|
||||
* © 2020,2021 by Jos Boersema
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* If MINIFAN_CONFIG_COMPACT in ./user_config.h ⬇
|
||||
*/
|
||||
|
||||
//#define BASE_QWERTY__DEF_BASE
|
||||
//#define BASE_QWERTY__ALT_BASE
|
||||
//#define BASE_QWERTY_BASEARROW__DEF_BASE
|
||||
//#define BASE_QWERTY_BASEARROW__ALT_BASE
|
||||
//#define BASE_QWERTY_BASEARROW__DEF_BASE // ➡ base_qwerty_basearrow.h
|
||||
//#define BASE_QWERTY_BASEARROW__ALT_BASE // ➡ base_qwerty_basearrow.h
|
||||
#define BASE_DVORAK__DEF_BASE
|
||||
//#define BASE_DVORAK__ALT_BASE
|
||||
#define BASE_DVORAK_DESCRAMBLE__ALT_BASE
|
||||
//#define BASE_DVORAK_DESCRAMBLE__ALT_BASE
|
||||
//#define BASE_COLEMAK__DEF_BASE
|
||||
//#define BASE_COLEMAK__ALT_BASE
|
||||
//#define BASE_WORKMAN__DEF_BASE
|
||||
//#define BASE_WORKMAN__ALT_BASE
|
||||
//#define BASE_NUMPAD__ALT_BASE
|
||||
//#define BASE_NUMPAD__ALT_BASE // ➡ base_numpad.h
|
||||
//#define BASE_HEBREW__DEF_BASE // ➡ base_hebrew.h
|
||||
#define BASE_HEBREW__ALT_BASE // ➡ base_hebrew.h
|
||||
|
||||
//#define MINIFAN_SINGLE_LAYOUT
|
||||
|
||||
@@ -66,7 +70,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define ARROWS_TRIANGLE
|
||||
//#define VI_SWITCHERYDOO
|
||||
|
||||
//#define NUMPAD_COMMON_SQUARE
|
||||
#define NUMPAD_COMMON_SQUARE
|
||||
|
||||
#define SPEED_COUNTDOWN 25
|
||||
#define SPEED_HUE_STEP 8
|
||||
@@ -100,5 +104,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define FULL_DRA_4THROW
|
||||
#define FULL_BON_4THROW
|
||||
|
||||
#define LEDS_OFF_BASE_DEF
|
||||
#define LEDS_OFF_BASE_ALT
|
||||
//#define LEDS_OFF_BASE_DEF
|
||||
//#define LEDS_OFF_BASE_ALT
|
||||
|
||||
Reference in New Issue
Block a user