diff options
author | omkbd <takuya.electronics@gmail.com> | 2018-07-04 08:19:35 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-03 16:19:35 -0700 |
commit | d5def73f6eccc3727d7aa192b9204322af2933ba (patch) | |
tree | fb0362164149d24e666490f7fd42d53c9fa99df1 /keyboards/ergodash/rev2 | |
parent | d7881f3504beaf23e1c01ca0d7e4d9c3549194b6 (diff) |
sync the left and right backlight led control on ErgoDash (#3298)
* Hardware update
Backlight enable
Change pin
Add 2keys (68→70)
* change readme
* support rev1
change keymap path
* move ergodash.h
* sync the left and right backlight led
matrix.c is same as iris keyboad
backlight breathing is unstable, so it comment out
Diffstat (limited to 'keyboards/ergodash/rev2')
-rw-r--r-- | keyboards/ergodash/rev2/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodash/rev2/config.h b/keyboards/ergodash/rev2/config.h index c84d76e14c..d0b396cd40 100644 --- a/keyboards/ergodash/rev2/config.h +++ b/keyboards/ergodash/rev2/config.h @@ -49,8 +49,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef BACKLIGHT_ENABLE #define BACKLIGHT_PIN B6 #define BACKLIGHT_LEVELS 7 - #define BACKLIGHT_BREATHING - #define BREATHING_PERIOD 4 +// #define BACKLIGHT_BREATHING +// #define BREATHING_PERIOD 4 #endif /* Set 0 if debouncing isn't needed */ |