skeletyl: enable autoshift, symbols only
This commit is contained in:
parent
043eb0e25a
commit
68e89645f5
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
CAPS_WORD_ENABLE = yes
|
||||
AUTO_SHIFT_ENABLE = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue