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/chimera_ortho | |
| 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/chimera_ortho')
| -rw-r--r-- | keyboards/chimera_ortho/matrix.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/chimera_ortho/matrix.c b/keyboards/chimera_ortho/matrix.c index 0d046339e..66d29f8b3 100644 --- a/keyboards/chimera_ortho/matrix.c +++ b/keyboards/chimera_ortho/matrix.c | |||
| @@ -48,16 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | static matrix_row_t matrix[MATRIX_ROWS]; | 48 | static matrix_row_t matrix[MATRIX_ROWS]; |
| 49 | 49 | ||
| 50 | __attribute__ ((weak)) | 50 | __attribute__ ((weak)) |
| 51 | void matrix_init_quantum(void) { | ||
| 52 | matrix_init_kb(); | ||
| 53 | } | ||
| 54 | |||
| 55 | __attribute__ ((weak)) | ||
| 56 | void matrix_scan_quantum(void) { | ||
| 57 | matrix_scan_kb(); | ||
| 58 | } | ||
| 59 | |||
| 60 | __attribute__ ((weak)) | ||
| 61 | void matrix_init_kb(void) { | 51 | void matrix_init_kb(void) { |
| 62 | matrix_init_user(); | 52 | matrix_init_user(); |
| 63 | } | 53 | } |
