skeletyl: enable autoshift, symbols only

This commit is contained in:
Michael Grote 2024-03-15 15:42:32 +01:00
parent 043eb0e25a
commit 68e89645f5
2 changed files with 7 additions and 1 deletions
keyboards/bastardkb/skeletyl/keymaps/quotengrote

View file

@ -1,3 +1,8 @@
// tap and hold
#define TAPPING_TERM 200 //in milliseconds
/* VBUS detection. */
// VBUS detection
#define USB_VBUS_PIN GP19
// autoshift
#define NO_AUTO_SHIFT_TAB
#define NO_AUTO_SHIFT_NUMERIC
#define NO_AUTO_SHIFT_ALPHA

View file

@ -1 +1,2 @@
CAPS_WORD_ENABLE = yes
AUTO_SHIFT_ENABLE = yes