diff options
author | ZyberSE <reine@tuba.nu> | 2022-09-30 04:01:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 19:01:33 -0700 |
commit | adcdacf93c7d83306e794fad8f6c3c1ba19bd414 (patch) | |
tree | b7bf2eb4bafe8d8260c80c62eea92ad1c1857ab7 /users/zyber/config.h | |
parent | 5b2eb4ec85062125ed44c1a790d087a1d604a1ed (diff) |
[Keymap] Personal user space code and keymaps by ZyBeR (#18512)
Co-authored-by: ZyBeR <n/a>
Diffstat (limited to 'users/zyber/config.h')
-rw-r--r-- | users/zyber/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/zyber/config.h b/users/zyber/config.h new file mode 100644 index 0000000000..be005d8008 --- /dev/null +++ b/users/zyber/config.h @@ -0,0 +1,9 @@ +// Copyright 2022 ZyBeR (@ZyberSE) +// SPDX-License-Identifier: GPL-2.0 + +#pragma once + +#undef TAPPING_TERM +#define TAPPING_TERM 152 +#define GRAVE_ESC_GUI_OVERRIDE +#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD |