diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f184fc..4af47d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,9 +103,11 @@ Header files are composed of sections. The order of sections is fixed. Every hea // Typedefs: - typedef struct { - ... - } led_driver_state_t; + typedef enum { + KeystrokeType_Basic, + KeystrokeType_Media, + KeystrokeType_System, + } keystroke_type_t; // Variables: