diff options
author | Joe Wasson <jwasson+github@gmail.com> | 2018-03-11 22:07:02 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-16 21:33:43 +0100 |
commit | 7230923b051bdb32bea19c3d732fa1fbc4883a68 (patch) | |
tree | cb2ebffc0c730d6e34ffd8cf33d3d361309d5a2e /keyboards/ergodone | |
parent | 687c7070a14108f69623bc925496444c4eadcf6a (diff) | |
download | qmk_firmware-7230923b051bdb32bea19c3d732fa1fbc4883a68.tar.gz qmk_firmware-7230923b051bdb32bea19c3d732fa1fbc4883a68.tar.xz |
Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency
Diffstat (limited to 'keyboards/ergodone')
-rw-r--r-- | keyboards/ergodone/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodone/rules.mk b/keyboards/ergodone/rules.mk index dee7a14e0..6acfaf92e 100644 --- a/keyboards/ergodone/rules.mk +++ b/keyboards/ergodone/rules.mk @@ -5,7 +5,7 @@ # # make clean = Clean out built project files. # -# That's pretty much all you need. To compile, always go make clean, +# That's pretty much all you need. To compile, always go make clean, # followed by make. # # For advanced users only: @@ -88,7 +88,7 @@ FADING_LED_ENABLE = no # Enable fading backlight BREATHING_LED_ENABLE = no # Enable breathing backlight LEDMAP_ENABLE = no # Enable LED mapping LEDMAP_IN_EEPROM_ENABLE = no # Read LED mapping from eeprom -ONEHAND_ENABLE = no # Disable Onehand +SWAP_HANDS_ENABLE = no # Disable Onehand RGBLIGHT_ENABLE = no MIDI_ENABLE = no |