summaryrefslogtreecommitdiff
path: root/keyboards/caffeinated
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-03 11:04:10 +1100
committerGitHub <noreply@github.com>2023-02-03 00:04:10 +0000
commitf20a05440ed38bb3de754b2193e56d3e41a939a1 (patch)
treea8c234bedb72f485f6192e612fb34fe6bf3c307a /keyboards/caffeinated
parent8c0267c0eb51fa3bdcba5643ca70e293439acbf9 (diff)
Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)
Diffstat (limited to 'keyboards/caffeinated')
-rw-r--r--keyboards/caffeinated/serpent65/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/caffeinated/serpent65/config.h b/keyboards/caffeinated/serpent65/config.h
index 1a3824a3fb..dc869d9765 100644
--- a/keyboards/caffeinated/serpent65/config.h
+++ b/keyboards/caffeinated/serpent65/config.h
@@ -47,9 +47,6 @@ B0, which is unconnected on the PCB
47/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 47/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
48#define DEBOUNCE 5 48#define DEBOUNCE 5
49 49
50/* define if matrix has ghost (lacks anti-ghosting diodes) */
51//#define MATRIX_HAS_GHOST
52
53/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 50/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
54#define LOCKING_SUPPORT_ENABLE 51#define LOCKING_SUPPORT_ENABLE
55/* Locking resynchronize hack */ 52/* Locking resynchronize hack */