diff options
author | Joel Challis <git@zvecr.com> | 2020-11-21 19:11:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 19:11:50 +0000 |
commit | 95fd2ce81a394d972d922b7be34a99752aed9e31 (patch) | |
tree | f09ac6312037356da157ccd1304a0552c2bffadf /keyboards/clueboard/66/rev2/config.h | |
parent | 23222625c201cd960a5b4a99ee52e74d4c13bba9 (diff) |
Refactor to use led config - Part 4 (#10967)
* Refactor to use led config
* Refactor to use led_update_kb
Diffstat (limited to 'keyboards/clueboard/66/rev2/config.h')
-rw-r--r-- | keyboards/clueboard/66/rev2/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/clueboard/66/rev2/config.h b/keyboards/clueboard/66/rev2/config.h index f11cfe82f7..a1e4804cad 100644 --- a/keyboards/clueboard/66/rev2/config.h +++ b/keyboards/clueboard/66/rev2/config.h @@ -49,7 +49,9 @@ //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION - /* Backlight configuration +#define LED_CAPS_LOCK_PIN B4 + +/* Backlight configuration */ #define BACKLIGHT_LEVELS 1 |