diff options
author | brickbots <rich@brickbots.com> | 2019-06-11 09:01:59 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-11 09:01:59 -0700 |
commit | 8c22d641ee378cba08769f667201fea6ddaef98e (patch) | |
tree | 65042513bcea446ef874b70f2fede9a5d9ffafa8 /keyboards/plaid/plaid.h | |
parent | d0c29f25c9d2fae826e8ed66bfc9a1c51d0de6a4 (diff) | |
download | qmk_firmware-8c22d641ee378cba08769f667201fea6ddaef98e.tar.gz |
[Keyboard] Adding LED support to the plaid default keycap (#6109)
* Adding led support for Plaid
* Adding led support for Plaid
Diffstat (limited to 'keyboards/plaid/plaid.h')
-rw-r--r-- | keyboards/plaid/plaid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/plaid/plaid.h b/keyboards/plaid/plaid.h index e680c077c..d791cf7c0 100644 --- a/keyboards/plaid/plaid.h +++ b/keyboards/plaid/plaid.h @@ -63,3 +63,6 @@ #define LAYOUT_planck_mit LAYOUT_plaid_mit #define LAYOUT_kc_ortho_4x12 KC_KEYMAP #define KC_LAYOUT_ortho_4x12 KC_KEYMAP + +#define LED_RED C5 +#define LED_GREEN C4 |