aboutsummaryrefslogtreecommitdiff
path: root/keyboards/bpiphany/unloved_bastard/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bpiphany/unloved_bastard/config.h')
-rw-r--r--keyboards/bpiphany/unloved_bastard/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/bpiphany/unloved_bastard/config.h b/keyboards/bpiphany/unloved_bastard/config.h
index 029cdb59e..e67ca658f 100644
--- a/keyboards/bpiphany/unloved_bastard/config.h
+++ b/keyboards/bpiphany/unloved_bastard/config.h
@@ -35,6 +35,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
35/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 35/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
36#define DEBOUNCE 5 36#define DEBOUNCE 5
37 37
38#define LED_NUM_LOCK_PIN B7
39#define LED_CAPS_LOCK_PIN C5
40#define LED_SCROLL_LOCK_PIN C6
41#define LED_PIN_ON_STATE 0
42
38/* define if matrix has ghost (lacks anti-ghosting diodes) */ 43/* define if matrix has ghost (lacks anti-ghosting diodes) */
39//#define MATRIX_HAS_GHOST 44//#define MATRIX_HAS_GHOST
40 45