Add Levinson rev2 (#1939)
* Add levinson rev2 files * Add hexwire keymap * Remove redefinition of backlight defines
This commit is contained in:
parent
2d77f9cbb9
commit
83af62322c
15 changed files with 554 additions and 12 deletions
|
@ -66,6 +66,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define ws2812_PORTREG PORTD
|
||||
#define ws2812_DDRREG DDRD
|
||||
|
||||
/* Backlight LEDs */
|
||||
#define BACKLIGHT_PIN B6
|
||||
#define BACKLIGHT_LEVELS 7
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue