]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
- Updated copyright
authordbroqua <dbroqua@mousur.org>
Tue, 30 May 2017 21:09:39 +0000 (23:09 +0200)
committerdbroqua <dbroqua@mousur.org>
Tue, 30 May 2017 21:09:39 +0000 (23:09 +0200)
keyboards/dk60/config.h
keyboards/dk60/dk60.h

index e586056cff68a4414fe8f3891240c4254ba4b294..9c5232ef062f52d6ff829cb6e4bcf43cf9f0ae35 100644 (file)
@@ -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
index 859e88e03fb32f5fdc02c2b54887fda05f00bbf4..4b91599190d82daf506e62664337a9a019d4e2f6 100644 (file)
@@ -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); }