From 57dd3942e12a26e1c02080b5d70d4f38543364c9 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 7 May 2019 21:35:37 -0700 Subject: [PATCH] Use correct filename case for keywords.txt Use of filename case other than exactly keywords.txt causes the file to not be recognized by the Arduino IDE on a filename case-sensitive OS such as Linux. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords --- KEYWORDS.txt => keywords.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename KEYWORDS.txt => keywords.txt (100%) diff --git a/KEYWORDS.txt b/keywords.txt similarity index 100% rename from KEYWORDS.txt rename to keywords.txt