diff options
Diffstat (limited to 'keyboards/pandora/config.h')
-rw-r--r-- | keyboards/pandora/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/pandora/config.h b/keyboards/pandora/config.h index 873f6dd150..3a44129c49 100644 --- a/keyboards/pandora/config.h +++ b/keyboards/pandora/config.h @@ -47,6 +47,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW +#define LED_CAPS_LOCK_PIN E6 +#define LED_PIN_ON_STATE 0 + /* Encoder Function */ #define ENCODERS_PAD_A { F6 } #define ENCODERS_PAD_B { F5 } |