diff options
author | Dalius Dobravolskas <daliusd@wix.com> | 2022-10-25 09:23:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 23:23:35 -0700 |
commit | f100de88e524633d4f7b35602b37ad6a76044f1d (patch) | |
tree | ef9a85422f8cd2c301d3178a34bdb8d166f70af3 /keyboards/a_dux/keymaps/daliusd/config.h | |
parent | 846e9d4c537c85f1a549f14865d1923793d8dbf9 (diff) |
Callum style layout improvements and my layout changes (#16174)
Diffstat (limited to 'keyboards/a_dux/keymaps/daliusd/config.h')
-rw-r--r-- | keyboards/a_dux/keymaps/daliusd/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/a_dux/keymaps/daliusd/config.h b/keyboards/a_dux/keymaps/daliusd/config.h index 42e88a687f..786451768a 100644 --- a/keyboards/a_dux/keymaps/daliusd/config.h +++ b/keyboards/a_dux/keymaps/daliusd/config.h @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define UNICODE_SELECTED_MODES UC_MAC, UC_LNX +#define UNICODE_SELECTED_MODES UC_LNX #define MOUSEKEY_INTERVAL 12 #define MOUSEKEY_MAX_SPEED 6 @@ -30,3 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MOUSEKEY_WHEEL_INTERVAL 50 // The default is 40 #define MOUSEKEY_WHEEL_TIME_TO_MAX 100 + +#define FLOW_COUNT 6 +#define FLOW_LAYERS_COUNT 5 |