Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions include/aekeynox/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -39,21 +39,21 @@
// 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]
// Uncomment the following line for an extended character support on Windows.
// 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


/******************************************************************************
Expand Down Expand Up @@ -102,20 +102,20 @@
// + 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
// hand’s navigation layer key. Enabling this means that if the Alt key is held
// 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.
Expand Down