diff options
author | Joe Wasson <jwasson+github@gmail.com> | 2018-03-11 14:07:02 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-16 16:33:43 -0400 |
commit | 7230923b051bdb32bea19c3d732fa1fbc4883a68 (patch) | |
tree | cb2ebffc0c730d6e34ffd8cf33d3d361309d5a2e /keyboards/ergodox_infinity/rules.mk | |
parent | 687c7070a14108f69623bc925496444c4eadcf6a (diff) | |
download | qmk_firmware-7230923b051bdb32bea19c3d732fa1fbc4883a68.tar.gz qmk_firmware-7230923b051bdb32bea19c3d732fa1fbc4883a68.zip |
Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency
Diffstat (limited to 'keyboards/ergodox_infinity/rules.mk')
-rw-r--r-- | keyboards/ergodox_infinity/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/ergodox_infinity/rules.mk b/keyboards/ergodox_infinity/rules.mk index e1cef51c1e..c243c258ba 100644 --- a/keyboards/ergodox_infinity/rules.mk +++ b/keyboards/ergodox_infinity/rules.mk @@ -67,7 +67,7 @@ CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDox EZ 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 UNICODE_ENABLE = yes # Unicode -ONEHAND_ENABLE = yes # Allow swapping hands of keyboard +SWAP_HANDS_ENABLE= yes # Allow swapping hands of keyboard CUSTOM_MATRIX = yes # Custom matrix file SERIAL_LINK_ENABLE = yes @@ -79,11 +79,11 @@ MIDI_ENABLE = no RGBLIGHT_ENABLE = no LCD_DRIVER = st7565 -LCD_WIDTH = 128 +LCD_WIDTH = 128 LCD_HEIGHT = 32 LED_DRIVER = is31fl3731c -LED_WIDTH = 7 +LED_WIDTH = 7 LED_HEIGHT = 7 LAYOUTS = ergodox |