summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/_example/_example.c2
-rw-r--r--users/_example/_example.h2
-rw-r--r--users/_example/readme.md2
-rw-r--r--users/_example/rules.mk2
-rw-r--r--users/readme.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/users/_example/_example.c b/users/_example/_example.c
index 8e0778b122..5f9580d8e9 100644
--- a/users/_example/_example.c
+++ b/users/_example/_example.c
@@ -2,4 +2,4 @@
2 2
3void my_custom_function(void) { 3void my_custom_function(void) {
4 4
5} \ No newline at end of file 5}
diff --git a/users/_example/_example.h b/users/_example/_example.h
index f7c7990257..72907d06d7 100644
--- a/users/_example/_example.h
+++ b/users/_example/_example.h
@@ -5,4 +5,4 @@
5 5
6void my_custom_function(void); 6void my_custom_function(void);
7 7
8#endif \ No newline at end of file 8#endif
diff --git a/users/_example/readme.md b/users/_example/readme.md
index fdea33b67a..d6ead7efd2 100644
--- a/users/_example/readme.md
+++ b/users/_example/readme.md
@@ -11,4 +11,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11GNU General Public License for more details. 11GNU General Public License for more details.
12 12
13You should have received a copy of the GNU General Public License 13You should have received a copy of the GNU General Public License
14along with this program. If not, see <http://www.gnu.org/licenses/>. \ No newline at end of file 14along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/users/_example/rules.mk b/users/_example/rules.mk
index 250adc3d0d..af076dd7fe 100644
--- a/users/_example/rules.mk
+++ b/users/_example/rules.mk
@@ -1 +1 @@
SRC += _example.c \ No newline at end of file SRC += _example.c
diff --git a/users/readme.md b/users/readme.md
index d8f14d8beb..8a490c28ce 100644
--- a/users/readme.md
+++ b/users/readme.md
@@ -1,3 +1,3 @@
1# User space 1# User space
2 2
3This is a place for users to put code that they might use between keyboards. If you build the keymap `mine`, `/users/mine/rules.mk` will be included in your build, and `/users/mine/` will be in your path - keep these things in mind when naming your files and referencing them from other places. \ No newline at end of file 3This is a place for users to put code that they might use between keyboards. If you build the keymap `mine`, `/users/mine/rules.mk` will be included in your build, and `/users/mine/` will be in your path - keep these things in mind when naming your files and referencing them from other places.