diff options
author | chwilk <chwilk@gmail.com> | 2016-09-26 01:04:33 -0500 |
---|---|---|
committer | chwilk <chwilk@gmail.com> | 2016-09-26 01:04:33 -0500 |
commit | 04c0a1c3e2d9f81cd44dc7548f6135ca175edbe1 (patch) | |
tree | 563976a5bf3a9cb3983522d5eef4b06f3316aff8 /keyboards/ergodox/rules.mk | |
parent | f24b3f4589720b796a0184b59e7b7b6d639ef336 (diff) |
Added ONEHAND_ENABLE to allow SWAP HANDS actions
Diffstat (limited to 'keyboards/ergodox/rules.mk')
-rw-r--r-- | keyboards/ergodox/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ergodox/rules.mk b/keyboards/ergodox/rules.mk index ac63d4eff2..add64ec76f 100644 --- a/keyboards/ergodox/rules.mk +++ b/keyboards/ergodox/rules.mk @@ -26,3 +26,4 @@ SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work MIDI_ENABLE ?= no # MIDI controls UNICODE_ENABLE ?= yes # Unicode +ONEHAND_ENABLE ?= yes # Allow swapping hands of keyboard |