diff --git a/include/aekeynox/settings.h b/include/aekeynox/settings.h index 01247fc..39d04be 100644 --- a/include/aekeynox/settings.h +++ b/include/aekeynox/settings.h @@ -10,7 +10,7 @@ // a non-QWERTY keyboard layout. This is required to set an appropriate // 'Symbols' layer and relevant keyboard shortcuts in the 'Nav' layer. -// #define KB_LAYOUT_AZERTY +#define KB_LAYOUT_AZERTY // #define KB_LAYOUT_BEPO // #define KB_LAYOUT_BEPOLAR // #define KB_LAYOUT_DVORAK @@ -39,7 +39,7 @@ // partial emulation only. QWERTY-intl hosts usually give the best results. // #define KB_EMULATION_DVORAK // host: QWERTY -// #define KB_EMULATION_ERGOL // host: QWERTY-intl or AZERTY +#define KB_EMULATION_ERGOL // host: QWERTY-intl or AZERTY // #define KB_EMULATION_QWERTY_LAFAYETTE // host: QWERTY-intl or AZERTY // [Experimental] @@ -47,13 +47,13 @@ // Useless on QWERTY/English keymaps or non-Windows hosts, recommended otherwise. // XXX This assumes NumLock is ON. It will not work otherwise. -// #define ENABLE_CP1252_ALT_CODES +#define ENABLE_CP1252_ALT_CODES // [Experimental] // Uncomment the following line for an improved dead key support. // This only applies to some Hummingbird keymaps and layout emulations. -// #define ENABLE_FANCY_DEAD_KEYS +#define ENABLE_FANCY_DEAD_KEYS /****************************************************************************** @@ -102,7 +102,7 @@ // + Escape under the left thumb (direct access) // Highly recommended for Vim users, obviously. :-) -// #define VIM_NAVIGATION +#define VIM_NAVIGATION // [Experimental] // Uncomment the following line to enable the "mod-hold behavior" on the left @@ -110,12 +110,12 @@ // when entering the navigation layer, Alt will only be released when nav is // released. This enables one-handed alt-tabs, but may cause unwanted side effects. -// #define ENABLE_MOD_HOLD_NAVIGATION +#define ENABLE_MOD_HOLD_NAVIGATION // Uncomment the following line to enable shift as a pinky HRM. // Useful for combined shortcuts, but NOT MEANT to type text! -// #define HRM_SHIFT +#define HRM_SHIFT // Uncomment the following line to swap Space and Backspace. // Beware: this increases the typing load of the left thumb.