summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dqz11n1g/matrix.c
diff options
context:
space:
mode:
authorDavid Kühling <665506+dvdkhlng@users.noreply.github.com>2022-12-04 21:43:28 +0100
committerGitHub <noreply@github.com>2022-12-04 20:43:28 +0000
commit2f92880578ce926c4901604d4ea4c176804d3202 (patch)
treeb15ac7f21f21757053c61080c7be4c0839896a9b /keyboards/handwired/dqz11n1g/matrix.c
parent4d1b1bc534aeea4252bf25086810ceccff43f19f (diff)
dqz11n1g: Documentation improvement. (#19230)
Co-authored-by: David <dvdkhlng@posteo.de>
Diffstat (limited to 'keyboards/handwired/dqz11n1g/matrix.c')
-rw-r--r--keyboards/handwired/dqz11n1g/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/dqz11n1g/matrix.c b/keyboards/handwired/dqz11n1g/matrix.c
index f9f3f2b68f..d93dd853b6 100644
--- a/keyboards/handwired/dqz11n1g/matrix.c
+++ b/keyboards/handwired/dqz11n1g/matrix.c
@@ -38,7 +38,7 @@ void matrix_init_custom(void) {
/* columns read via shift-register on SPI lines */
- /* Enable SPI, Master, set clock rate fck/2. First bit already at Qh
+ /* Enable SPI, Master, set clock rate fck/16. First bit already at Qh
* output before clock edge (CPHA=0). SN74HC165 shift register shifts
* on low-to-high transition (CPOL=1). Receive the LSB first (DORD=1).
*/