mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 21:52:02 +00:00
remove unecessary file
This commit is contained in:
parent
b6448cbac6
commit
ae1b80b637
@ -1,22 +0,0 @@
|
|||||||
// Copyright 2022 MatteoDM <matteodalmo@gmail.com>
|
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
||||||
#include "quantum.h"
|
|
||||||
|
|
||||||
|
|
||||||
/* Mask out handedness diode to prevent it
|
|
||||||
* from keeping the keyboard awake
|
|
||||||
* - just mirroring `KC_NO` in the `LAYOUT`
|
|
||||||
* macro to keep it simple
|
|
||||||
*/
|
|
||||||
const matrix_row_t matrix_mask[] = {
|
|
||||||
0b00111111,
|
|
||||||
0b00111111,
|
|
||||||
0b01111111,
|
|
||||||
0b01111111,
|
|
||||||
0b01111111,
|
|
||||||
0b00111111,
|
|
||||||
0b00111111,
|
|
||||||
0b01111111,
|
|
||||||
0b01111111,
|
|
||||||
0b01111111
|
|
||||||
};
|
|
Loading…
Reference in New Issue
Block a user