Create CONTRIBUTING.md

This commit is contained in:
László Monda
2017-06-15 19:19:07 +02:00
committed by GitHub
parent 976444b5fe
commit 2e9048bbb0

View File

@@ -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: