diff options
Diffstat (limited to 'keyboards/jd40/config.h')
-rw-r--r-- | keyboards/jd40/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/jd40/config.h b/keyboards/jd40/config.h index c229548b6e..50c5665d51 100644 --- a/keyboards/jd40/config.h +++ b/keyboards/jd40/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 @@ -42,10 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 -/* define if matrix has ghost (lacks anti-ghosting diodes) */ -//#define MATRIX_HAS_GHOST - -/* number of backlight levels */ #define BACKLIGHT_LEVELS 3 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |