Improve mod-taps for OSM
Swap NAV and SYM layers, because backspace gets awkward otherwise
This commit is contained in:
@@ -15,3 +15,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#define TAPPING_TERM 500
|
||||||
|
#define RETRO_TAPPING
|
||||||
|
#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD
|
||||||
|
|||||||
@@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
CONVERT_TO = liatris
|
CONVERT_TO = liatris
|
||||||
|
CAPS_WORD_ENABLE = yes
|
||||||
|
|||||||
Reference in New Issue
Block a user