diff options
author | Joel Challis <git@zvecr.com> | 2020-11-17 17:06:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 17:06:23 +0000 |
commit | adfd34c4512f6215a49a8f705ce408d6c82fb8cc (patch) | |
tree | 8906980e1e581609db99856c449395afece1709e /keyboards/bpiphany/unloved_bastard/config.h | |
parent | 3c156e130b3e7a24166eb20bf862aaaac8ceff53 (diff) |
Refactor to use led config - Part 2 (#10906)
* Refactor to use led config
* Refactor to use led config
* Refactor to use led config
Diffstat (limited to 'keyboards/bpiphany/unloved_bastard/config.h')
-rw-r--r-- | keyboards/bpiphany/unloved_bastard/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/bpiphany/unloved_bastard/config.h b/keyboards/bpiphany/unloved_bastard/config.h index 029cdb59e0..e67ca658fe 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/>. /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 +#define LED_NUM_LOCK_PIN B7 +#define LED_CAPS_LOCK_PIN C5 +#define LED_SCROLL_LOCK_PIN C6 +#define LED_PIN_ON_STATE 0 + /* define if matrix has ghost (lacks anti-ghosting diodes) */ //#define MATRIX_HAS_GHOST |