aboutsummaryrefslogtreecommitdiff
path: root/keyboards/bpiphany/tiger_lily/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bpiphany/tiger_lily/config.h')
-rw-r--r--keyboards/bpiphany/tiger_lily/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/bpiphany/tiger_lily/config.h b/keyboards/bpiphany/tiger_lily/config.h
index 1ab352ccb..d7eb42941 100644
--- a/keyboards/bpiphany/tiger_lily/config.h
+++ b/keyboards/bpiphany/tiger_lily/config.h
@@ -44,6 +44,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
44 */ 44 */
45#define UNUSED_PINS { B0, C4, D3 } 45#define UNUSED_PINS { B0, C4, D3 }
46 46
47#define LED_NUM_LOCK_PIN C5
48#define LED_CAPS_LOCK_PIN C6
49#define LED_SCROLL_LOCK_PIN B7
50#define LED_PIN_ON_STATE 0
51
47/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 52/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
48#define DEBOUNCE 5 53#define DEBOUNCE 5
49 54