From c5ee7794be48d25830fe66fcd232d71a512d880d Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 13 Jul 2018 02:23:53 -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