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 | |
| parent | 5a5f68038e85066cd03cb640fb0e7f43fe4ae92d (diff) | |
Fix typo in Keychron comments: "lcok" to "lock" (#24107)
Diffstat (limited to 'keyboards/keychron/v3')
| -rw-r--r-- | keyboards/keychron/v3/ansi/config.h | 2 | ||||
| -rw-r--r-- | keyboards/keychron/v3/ansi_encoder/config.h | 2 | ||||
| -rw-r--r-- | keyboards/keychron/v3/jis/config.h | 2 | ||||
| -rw-r--r-- | keyboards/keychron/v3/jis_encoder/config.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/keychron/v3/ansi/config.h b/keyboards/keychron/v3/ansi/config.h index 8dea820916..0d77671465 100644 --- a/keyboards/keychron/v3/ansi/config.h +++ b/keyboards/keychron/v3/ansi/config.h @@ -28,5 +28,5 @@ #define SNLED27351_CURRENT_TUNE \ { 0x95, 0x95, 0x55, 0x95, 0x95, 0x55, 0x95, 0x95, 0x55, 0x95, 0x95, 0x55 } -/* Enable CapsLcok LED */ +/* Enable CapsLock LED */ #define CAPS_LOCK_LED_INDEX 50 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 diff --git a/keyboards/keychron/v3/jis/config.h b/keyboards/keychron/v3/jis/config.h index 802a70b646..2c7adeaf8a 100644 --- a/keyboards/keychron/v3/jis/config.h +++ b/keyboards/keychron/v3/jis/config.h @@ -28,6 +28,6 @@ #define SNLED27351_CURRENT_TUNE \ { 0x94, 0x94, 0x44, 0x94, 0x94, 0x44, 0x94, 0x94, 0x44, 0x94, 0x94, 0x44 } -/* Enable CapsLcok LED */ +/* Enable CapsLock LED */ #define CAPS_LOCK_LED_INDEX 50 diff --git a/keyboards/keychron/v3/jis_encoder/config.h b/keyboards/keychron/v3/jis_encoder/config.h index 37684f0b6f..0e1f11e01e 100644 --- a/keyboards/keychron/v3/jis_encoder/config.h +++ b/keyboards/keychron/v3/jis_encoder/config.h @@ -28,5 +28,5 @@ /* Encoder Configuration */ #define ENCODER_DEFAULT_POS 0x3 -/* Enable CapsLcok LED */ +/* Enable CapsLock LED */ #define CAPS_LOCK_LED_INDEX 51 |