Skip to content

Commit

Permalink
Remove duplicate pro_micro.h (qmk#7246)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and HokieGeek committed Feb 21, 2020
1 parent cb4089c commit fbbf3f4
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 1,115 deletions.
1 change: 0 additions & 1 deletion keyboards/ai03/orbit/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <stddef.h>
#include <stdbool.h>
#include "serial.h"
//#include <pro_micro.h>

#ifdef SOFT_SERIAL_PIN

Expand Down
1 change: 0 additions & 1 deletion keyboards/claw44/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <stddef.h>
#include <stdbool.h>
#include "serial.h"
//#include <pro_micro.h>

#ifdef SOFT_SERIAL_PIN

Expand Down
1 change: 0 additions & 1 deletion keyboards/crkbd/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <stddef.h>
#include <stdbool.h>
#include "serial.h"
//#include <pro_micro.h>

#ifdef SOFT_SERIAL_PIN

Expand Down
6 changes: 0 additions & 6 deletions keyboards/ergoinu/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,12 @@ uint8_t matrix_scan(void) {
}else{
matrix_slave_scan();

// if(serial_slave_DATA_CORRUPT()){
// TXLED0;
int offset = (isLeftHand) ? ROWS_PER_HAND : 0;

for (int i = 0; i < ROWS_PER_HAND; ++i) {
matrix[offset+i] = serial_master_buffer[i];
}

// }else{
// TXLED1;
// }

matrix_scan_quantum();
}
return 1;
Expand Down
1 change: 0 additions & 1 deletion keyboards/fortitude60/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <stddef.h>
#include <stdbool.h>
#include "serial.h"
//#include <pro_micro.h>

#ifdef SOFT_SERIAL_PIN

Expand Down
1 change: 0 additions & 1 deletion keyboards/handwired/xealous/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "util.h"
#include "matrix.h"
#include "split_util.h"
#include "pro_micro.h"
#include "config.h"
#include "timer.h"

Expand Down
1 change: 0 additions & 1 deletion keyboards/helix/local_drivers/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <stddef.h>
#include <stdbool.h>
#include "serial.h"
//#include <pro_micro.h>

#ifdef SOFT_SERIAL_PIN

Expand Down
6 changes: 0 additions & 6 deletions keyboards/helix/pico/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,18 +202,12 @@ uint8_t matrix_scan(void)
}else{
matrix_slave_scan();

// if(serial_slave_DATA_CORRUPT()){
// TXLED0;
int offset = (isLeftHand) ? ROWS_PER_HAND : 0;

for (int i = 0; i < ROWS_PER_HAND; ++i) {
matrix[offset+i] = serial_master_buffer[i];
}

// }else{
// TXLED1;
// }

matrix_scan_quantum();
}
return 1;
Expand Down
1 change: 0 additions & 1 deletion keyboards/lily58/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <stddef.h>
#include <stdbool.h>
#include "serial.h"
//#include <pro_micro.h>

#ifdef SOFT_SERIAL_PIN

Expand Down
2 changes: 0 additions & 2 deletions keyboards/meira/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ void matrix_init(void)
init_rows();
// init_lcols();

// TX_RX_LED_INIT;

// initialize matrix state: all keys off
for (uint8_t i=0; i < MATRIX_ROWS; i++) {
matrix[i] = 0;
Expand Down
2 changes: 0 additions & 2 deletions keyboards/meira/promicro/promicro.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

#include "quantum.h"

#include "pro_micro.h"

#endif
Loading

0 comments on commit fbbf3f4

Please sign in to comment.