diff options
| author | paradoxskin | 2024-07-12 22:46:38 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-12 22:46:38 +0200 |
| commit | 79ad561b67282562f79043b5915e61f99a930652 (patch) | |
| tree | ac95fcdc1472b5993d0dab5d64816c16a886b795 /keyboards/keychron/v3/ansi_encoder/config.h | |
| parent | 5a5f68038e85066cd03cb640fb0e7f43fe4ae92d (diff) | |
Fix typo in Keychron comments: "lcok" to "lock" (#24107)
Diffstat (limited to 'keyboards/keychron/v3/ansi_encoder/config.h')
| -rw-r--r-- | keyboards/keychron/v3/ansi_encoder/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/v3/ansi_encoder/config.h b/keyboards/keychron/v3/ansi_encoder/config.h index 9f2de455b4..ef45867d72 100644 --- a/keyboards/keychron/v3/ansi_encoder/config.h +++ b/keyboards/keychron/v3/ansi_encoder/config.h @@ -25,5 +25,5 @@ /* Encoder Configuration */ #define ENCODER_DEFAULT_POS 0x3 -/* Enable CapsLcok LED */ +/* Enable CapsLock LED */ #define CAPS_LOCK_LED_INDEX 50 |