summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dqz11n1g/matrix.c
diff options
context:
space:
mode:
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).
*/