Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in Keychron comments: "lcok" to "lock" #24107

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keyboards/keychron/c1_pro/ansi/white/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define SNLED27351_CURRENT_TUNE \
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }

/* Enbale caps_lcok, win os and mac os indicator */
/* Enbale caps_lock, win os and mac os indicator */
#define CAPS_LOCK_LED_INDEX 63
#define MAC_LOCK_LED_INDEX 64
#define WIN_LOCK_LED_INDEX 65
2 changes: 1 addition & 1 deletion keyboards/keychron/q3/ansi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
#define SNLED27351_CURRENT_TUNE \
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }

/* Enable CapsLcok LED */
/* Enable CapsLock LED */
#define CAPS_LOCK_LED_INDEX 50

2 changes: 1 addition & 1 deletion keyboards/keychron/q3/ansi_encoder/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
#define SNLED27351_CURRENT_TUNE \
{ 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44, 0x9D, 0x9D, 0x44 }

/* Enable CapsLcok LED */
/* Enable CapsLock LED */
#define CAPS_LOCK_LED_INDEX 50
2 changes: 1 addition & 1 deletion keyboards/keychron/q3/jis/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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

2 changes: 1 addition & 1 deletion keyboards/keychron/q3/jis_encoder/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
#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 51
2 changes: 1 addition & 1 deletion keyboards/keychron/q4/ansi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

#pragma once

/* Enable CapsLcok LED*/
/* Enable CapsLock LED*/
#define CAPS_LOCK_LED_INDEX 28
2 changes: 1 addition & 1 deletion keyboards/keychron/q4/iso/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
/* RGB Matrix Driver Configuration */
#define SNLED27351_I2C_ADDRESS_1 SNLED27351_I2C_ADDRESS_GND

/* Enable CapsLcok LED*/
/* Enable CapsLock LED*/
#define CAPS_LOCK_LED_INDEX 27
2 changes: 1 addition & 1 deletion keyboards/keychron/v3/ansi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion keyboards/keychron/v3/ansi_encoder/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
/* Encoder Configuration */
#define ENCODER_DEFAULT_POS 0x3

/* Enable CapsLcok LED */
/* Enable CapsLock LED */
#define CAPS_LOCK_LED_INDEX 50
2 changes: 1 addition & 1 deletion keyboards/keychron/v3/jis/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion keyboards/keychron/v3/jis_encoder/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
/* Encoder Configuration */
#define ENCODER_DEFAULT_POS 0x3

/* Enable CapsLcok LED */
/* Enable CapsLock LED */
#define CAPS_LOCK_LED_INDEX 51
2 changes: 1 addition & 1 deletion keyboards/keychron/v4/ansi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

#pragma once

/* Enable CapsLcok LED*/
/* Enable CapsLock LED*/
#define CAPS_LOCK_LED_INDEX 28
2 changes: 1 addition & 1 deletion keyboards/keychron/v4/iso/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

#pragma once

/* Enable CapsLcok LED*/
/* Enable CapsLock LED*/
#define CAPS_LOCK_LED_INDEX 27
Loading