Skip to content

Commit

Permalink
Merge pull request #3354 from drashna/shiny_dox_fix
Browse files Browse the repository at this point in the history
Fix Ergodox EZ issues introduced with ShinyDox merge (#3229)
  • Loading branch information
ezuk committed Jul 9, 2018
2 parents c6042a2 + 4081288 commit 4a6d668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/ergodox_ez/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
/* fix space cadet rollover issue */
#define DISABLE_SPACE_CADET_ROLLOVER

// #define RGBW_BB_TWI
#define RGBW_BB_TWI

// #define RGBW 1
#define RGBW 1

/* "debounce" is measured in keyboard scans. Some users reported
* needing values as high as 15, which was at the time around 50ms.
Expand Down
4 changes: 2 additions & 2 deletions keyboards/ergodox_ez/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ UNICODE_ENABLE = yes # Unicode
SWAP_HANDS_ENABLE= yes # Allow swapping hands of keyboard
SLEEP_LED_ENABLE = no
API_SYSEX_ENABLE = no
RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = yes
RGBLIGHT_ENABLE = yes
RGB_MATRIX_ENABLE = no // enable later

LAYOUTS = ergodox

0 comments on commit 4a6d668

Please sign in to comment.