diff options
author | Joe Wasson <jwasson+github@gmail.com> | 2016-08-20 18:32:13 -0700 |
---|---|---|
committer | Joe Wasson <jwasson+github@gmail.com> | 2016-08-20 18:47:06 -0700 |
commit | c20bf83afd698a4535fa1b8df901f6ab1e3cb532 (patch) | |
tree | 6d705a3dd549fdd5d36775923e72d219f87e8631 /keyboards/planck/keymaps/experimental/Makefile | |
parent | 66adbfcab5c197f01ead2c07a79b25d2f2b93b1a (diff) |
Add one-hand key to planck/experimental keymap.
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 |