diff options
| author | U-LANDSRAAD\drashna <drashna@live.com> | 2018-02-05 21:57:32 -0800 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-06 12:25:30 -0500 |
| commit | 84a713b05cb50d01fc94e6b5b3e69420e7028d2c (patch) | |
| tree | 425828112375330f0ab59284cc681f04bee2b8d0 /keyboards/eagle_viper/v2/matrix.c | |
| parent | 9aaa491bc0b7f904dca1be0d002efe0f0db86477 (diff) | |
| download | qmk_firmware-84a713b05cb50d01fc94e6b5b3e69420e7028d2c.tar.gz qmk_firmware-84a713b05cb50d01fc94e6b5b3e69420e7028d2c.zip | |
Remove _quantum functions from custom matrix.c code
Diffstat (limited to 'keyboards/eagle_viper/v2/matrix.c')
| -rw-r--r-- | keyboards/eagle_viper/v2/matrix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/eagle_viper/v2/matrix.c b/keyboards/eagle_viper/v2/matrix.c index c93766d1b..7003a7ae0 100644 --- a/keyboards/eagle_viper/v2/matrix.c +++ b/keyboards/eagle_viper/v2/matrix.c | |||
| @@ -33,15 +33,6 @@ static void init_rows(void); | |||
| 33 | static void unselect_cols(void); | 33 | static void unselect_cols(void); |
| 34 | static void select_col(uint8_t col); | 34 | static void select_col(uint8_t col); |
| 35 | 35 | ||
| 36 | __attribute__ ((weak)) | ||
| 37 | void matrix_init_quantum(void) { | ||
| 38 | matrix_init_kb(); | ||
| 39 | } | ||
| 40 | |||
| 41 | __attribute__ ((weak)) | ||
| 42 | void matrix_scan_quantum(void) { | ||
| 43 | matrix_scan_kb(); | ||
| 44 | } | ||
| 45 | 36 | ||
| 46 | __attribute__ ((weak)) | 37 | __attribute__ ((weak)) |
| 47 | void matrix_init_kb(void) { | 38 | void matrix_init_kb(void) { |
