Improve mod-taps for OSM

Swap NAV and SYM layers, because backspace gets awkward otherwise
This commit is contained in:
bluepython508
2024-02-20 12:16:45 +00:00
parent 6a82f1360f
commit 42039d5cce
3 changed files with 6 additions and 1 deletions

View File

@@ -15,3 +15,6 @@
*/ */
#pragma once #pragma once
#define TAPPING_TERM 500
#define RETRO_TAPPING
#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD

View File

@@ -13,12 +13,13 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "keyboard.h"
#include QMK_KEYBOARD_H #include QMK_KEYBOARD_H
enum layers { enum layers {
_COLEMAK_DH = 0, _COLEMAK_DH = 0,
_NAV,
_SYM, _SYM,
_NAV,
_FUN, _FUN,
}; };

View File

@@ -1 +1,2 @@
CONVERT_TO = liatris CONVERT_TO = liatris
CAPS_WORD_ENABLE = yes