diff options
| author | dbroqua <dbroqua@mousur.org> | 2017-05-30 23:09:39 +0200 |
|---|---|---|
| committer | dbroqua <dbroqua@mousur.org> | 2017-05-30 23:09:39 +0200 |
| commit | a381eb01f588ae16c36f2bbbc0836645f8d46aa8 (patch) | |
| tree | 35335996b8149daa2fa8ee4784ac3478af896ad4 | |
| parent | 05f5243426320aad7376d18cabdab3bd8cd9e0ea (diff) | |
| download | qmk_firmware-a381eb01f588ae16c36f2bbbc0836645f8d46aa8.tar.gz qmk_firmware-a381eb01f588ae16c36f2bbbc0836645f8d46aa8.zip | |
- Updated copyright
| -rw-r--r-- | keyboards/dk60/config.h | 3 | ||||
| -rw-r--r-- | keyboards/dk60/dk60.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/dk60/config.h b/keyboards/dk60/config.h index e586056cf..9c5232ef0 100644 --- a/keyboards/dk60/config.h +++ b/keyboards/dk60/config.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | 2 | Copyright 2017 Damien Broqua <contact@darkou.fr> |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
| @@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 33 | #define MATRIX_COLS 13 | 33 | #define MATRIX_COLS 13 |
| 34 | 34 | ||
| 35 | // ROWS: Top to bottom, COLS: Left to right | 35 | // ROWS: Top to bottom, COLS: Left to right |
| 36 | |||
| 37 | #define MATRIX_ROW_PINS { B6, B4, D7, D6, D4 } | 36 | #define MATRIX_ROW_PINS { B6, B4, D7, D6, D4 } |
| 38 | #define MATRIX_COL_PINS { B0, B3, B2, B1, D3, D5, B5, B7, C6, C7, D0, D1, D2 } | 37 | #define MATRIX_COL_PINS { B0, B3, B2, B1, D3, D5, B5, B7, C6, C7, D0, D1, D2 } |
| 39 | #define UNUSED_PINS | 38 | #define UNUSED_PINS |
diff --git a/keyboards/dk60/dk60.h b/keyboards/dk60/dk60.h index 859e88e03..4b9159919 100644 --- a/keyboards/dk60/dk60.h +++ b/keyboards/dk60/dk60.h | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #include "quantum.h" | 4 | #include "quantum.h" |
| 5 | #include <util/delay.h> | 5 | #include <util/delay.h> |
| 6 | // #include "led.h" | ||
| 7 | 6 | ||
| 8 | inline void dk60_caps_led_on(void) { PORTE |= (1<<6); } | 7 | inline void dk60_caps_led_on(void) { PORTE |= (1<<6); } |
| 9 | inline void dk60_esc_led_on(void) { PORTF |= (1<<0); } | 8 | inline void dk60_esc_led_on(void) { PORTF |= (1<<0); } |
