diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-08-23 00:29:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 00:29:46 -0400 |
commit | fb4452c2f5a80720fd56306ea4fa7c61a5e8040d (patch) | |
tree | 1568da3302d7afea44b21a59b4e75ad17702751b /keyboards/planck/keymaps/experimental/Makefile | |
parent | 57125ce790843799a420a13a9f08b8b072b546e5 (diff) | |
parent | c20bf83afd698a4535fa1b8df901f6ab1e3cb532 (diff) |
Merge pull request #671 from Talljoe/one-hand
Add native one-handed support
Diffstat (limited to 'keyboards/planck/keymaps/experimental/Makefile')
-rw-r--r-- | keyboards/planck/keymaps/experimental/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/experimental/Makefile b/keyboards/planck/keymaps/experimental/Makefile index 877c4aed0e..3a8250a9b5 100644 --- a/keyboards/planck/keymaps/experimental/Makefile +++ b/keyboards/planck/keymaps/experimental/Makefile @@ -16,6 +16,7 @@ AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +ONEHAND_ENABLE = yes # Enable one-hand typing # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |