Explorar el Código

[Docs] Fix function signature (layer_state_set_*) (#5313)

`void uint32_t` is not a return type.
lf hace 6 años
padre
commit
4c62c7bd6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/custom_quantum_functions.md

+ 1 - 1
docs/custom_quantum_functions.md

@@ -321,7 +321,7 @@ uint32_t layer_state_set_user(uint32_t state) {
 ```
 ### `layer_state_set_*` Function Documentation
 
-* Keyboard/Revision: `void uint32_t layer_state_set_kb(uint32_t state)`
+* Keyboard/Revision: `uint32_t layer_state_set_kb(uint32_t state)`
 * Keymap: `uint32_t layer_state_set_user(uint32_t state)`
 
 The `state` is the bitmask of the active layers, as explained in the [Keymap Overview](keymap.md#keymap-layer-status)