From 2e9048bbb0191789a128c733f1aea79847807c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 15 Jun 2017 19:19:07 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: