diff options
author | dbroqua <dbroqua@mousur.org> | 2017-05-30 23:10:14 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2017-05-30 23:10:14 +0200 |
commit | c5d3faace526d2fe69758ee38c4adb173553c74f (patch) | |
tree | 6ea91cabfac3f96aa398c642359c74eb0a575216 | |
parent | 061bb4a0b8ceea19857d0483737dc2815b76a3fb (diff) | |
parent | a381eb01f588ae16c36f2bbbc0836645f8d46aa8 (diff) |
Merge remote-tracking branch 'origin/feature/DK60'
-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 e586056cff..9c5232ef06 100644 --- a/keyboards/dk60/config.h +++ b/keyboards/dk60/config.h @@ -1,5 +1,5 @@ /* -Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2017 Damien Broqua <contact@darkou.fr> This program is free software: you can redistribute it and/or modify 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/>. #define MATRIX_COLS 13 // ROWS: Top to bottom, COLS: Left to right - #define MATRIX_ROW_PINS { B6, B4, D7, D6, D4 } #define MATRIX_COL_PINS { B0, B3, B2, B1, D3, D5, B5, B7, C6, C7, D0, D1, D2 } #define UNUSED_PINS diff --git a/keyboards/dk60/dk60.h b/keyboards/dk60/dk60.h index 859e88e03f..4b91599190 100644 --- a/keyboards/dk60/dk60.h +++ b/keyboards/dk60/dk60.h @@ -3,7 +3,6 @@ #include "quantum.h" #include <util/delay.h> -// #include "led.h" inline void dk60_caps_led_on(void) { PORTE |= (1<<6); } inline void dk60_esc_led_on(void) { PORTF |= (1<<0); } |