diff --git a/keyboards/handwired/neodox/neodox.c b/keyboards/handwired/neodox/neodox.c deleted file mode 100644 index 9b1877ad9eb..00000000000 --- a/keyboards/handwired/neodox/neodox.c +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2022 MatteoDM -// 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 -};