diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2015-09-14 23:55:26 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2015-09-14 23:55:26 -0400 |
| commit | f610c65f1094d70d2c69c045fde0336a2b692878 (patch) | |
| tree | 8ec640565781d2c15307c30146f5512344aee45a | |
| parent | 6ec03b22187fb3c16677c4c0583e66d6d6a5c4f1 (diff) | |
| parent | b9e42a87538644cd8f7a426d28be9b770e63d73b (diff) | |
| download | qmk_firmware-f610c65f1094d70d2c69c045fde0336a2b692878.tar.gz qmk_firmware-f610c65f1094d70d2c69c045fde0336a2b692878.zip | |
unicode working, i think
| -rw-r--r-- | keyboard/planck/Makefile | 1 | ||||
| -rw-r--r-- | keyboard/planck/matrix.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile index 3ac20a55a..328c21b1d 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile | |||
| @@ -127,7 +127,6 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
| 127 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 127 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 128 | # MIDI_ENABLE = YES # MIDI controls | 128 | # MIDI_ENABLE = YES # MIDI controls |
| 129 | UNICODE_ENABLE = YES # MIDI controls | 129 | UNICODE_ENABLE = YES # MIDI controls |
| 130 | BACKLIGHT_ENABLE = yes | ||
| 131 | 130 | ||
| 132 | ifdef MIDI_ENABLE | 131 | ifdef MIDI_ENABLE |
| 133 | SRC += keymap_midi.c | 132 | SRC += keymap_midi.c |
diff --git a/keyboard/planck/matrix.c b/keyboard/planck/matrix.c index 8a021719c..d335a8fbe 100644 --- a/keyboard/planck/matrix.c +++ b/keyboard/planck/matrix.c | |||
| @@ -65,7 +65,9 @@ void matrix_init(void) | |||
| 65 | MCUCR |= (1<<JTD); | 65 | MCUCR |= (1<<JTD); |
| 66 | MCUCR |= (1<<JTD); | 66 | MCUCR |= (1<<JTD); |
| 67 | 67 | ||
| 68 | #if BACKLIGHT_ENABLE == 'yes' | ||
| 68 | backlight_init_ports(); | 69 | backlight_init_ports(); |
| 70 | #endif | ||
| 69 | 71 | ||
| 70 | // Turn status LED on | 72 | // Turn status LED on |
| 71 | DDRE |= (1<<6); | 73 | DDRE |= (1<<6); |
