@@ -213,8 +213,8 @@ void setKeyboardBrightness(uint8_t command)
213213/* *
214214 * @brief Checks if a key was released.
215215 *
216- * @param colIndex The column index of the key.
217216 * @param rowIndex The row index of the key.
217+ * @param colIndex The column index of the key.
218218 * @return true if the key was released, false otherwise.
219219 */
220220bool keyReleased (int rowIndex, int colIndex)
@@ -225,8 +225,8 @@ bool keyReleased(int rowIndex, int colIndex)
225225/* *
226226 * @brief Checks if a key is being held.
227227 *
228- * @param colIndex The column index of the key.
229228 * @param rowIndex The row index of the key.
229+ * @param colIndex The column index of the key.
230230 * @return true if the key is being held, false otherwise.
231231 */
232232bool keyHeld (int rowIndex, int colIndex)
@@ -237,8 +237,8 @@ bool keyHeld(int rowIndex, int colIndex)
237237/* *
238238 * @brief Checks if a key was pressed.
239239 *
240- * @param colIndex The column index of the key.
241240 * @param rowIndex The row index of the key.
241+ * @param colIndex The column index of the key.
242242 * @return true if the key was pressed, false otherwise.
243243 */
244244bool keyPressed (int rowIndex, int colIndex)
@@ -249,8 +249,8 @@ bool keyPressed(int rowIndex, int colIndex)
249249/* *
250250 * @brief Checks if a key is not pressed.
251251 *
252- * @param colIndex The column index of the key.
253252 * @param rowIndex The row index of the key.
253+ * @param colIndex The column index of the key.
254254 * @return true if the key is not pressed, false otherwise.
255255 */
256256bool keyNotPressed (int rowIndex, int colIndex)
@@ -261,8 +261,8 @@ bool keyNotPressed(int rowIndex, int colIndex)
261261/* *
262262 * @brief Checks if a key exists in the keymap.
263263 *
264- * @param colIndex The column index of the key.
265264 * @param rowIndex The row index of the key.
265+ * @param colIndex The column index of the key.
266266 * @param keymap The keymap to check.
267267 * @return true if the key exists in the keymap, false otherwise.
268268 */
@@ -307,8 +307,8 @@ void autoResetKeymapIndex()
307307/* *
308308 * @brief Sets the default character for a key.
309309 *
310- * @param colIndex The column index of the key.
311310 * @param rowIndex The row index of the key.
311+ * @param colIndex The column index of the key.
312312 */
313313void setDefaultCharacter (int rowIndex, int colIndex)
314314{
@@ -335,8 +335,8 @@ void setDefaultCharacter(int rowIndex, int colIndex)
335335/* *
336336 * @brief Sets the symbol character for a key.
337337 *
338- * @param colIndex The column index of the key.
339338 * @param rowIndex The row index of the key.
339+ * @param colIndex The column index of the key.
340340 */
341341void setSymbolCharacter (int rowIndex, int colIndex)
342342{
0 commit comments