1
0
Fork 0

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
This commit is contained in:
omkbd 2018-07-04 08:19:35 +09:00 committed by Drashna Jaelre
parent d7881f3504
commit d5def73f6e
2 changed files with 34 additions and 4 deletions

View file

@ -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 */