diff options
| author | Ryan | 2023-07-02 23:40:13 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-02 23:40:13 +0200 |
| commit | 023035f462fa307a30968247f33854ac361b232d (patch) | |
| tree | 6d4c493f7867d1f28e4c2181da0153e832924a35 /keyboards/woodkeys | |
| parent | 9ab16e62f75dc6228549ec0aba00ec0704bbc779 (diff) | |
Move miscellaneous defines to data driven (#21382)
Diffstat (limited to 'keyboards/woodkeys')
| -rw-r--r-- | keyboards/woodkeys/meira/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/woodkeys/meira/config.h b/keyboards/woodkeys/meira/config.h index 3d10842a94..4b3491cfa1 100644 --- a/keyboards/woodkeys/meira/config.h +++ b/keyboards/woodkeys/meira/config.h @@ -22,7 +22,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROWS 4 #define MATRIX_COLS 12 -/* COL2ROW, ROW2COL*/ -//#define DIODE_DIRECTION - #define BACKLIGHT_PWM_MAP {2, 4, 8, 16, 40, 55, 70, 128, 200, 255} |