diff options
| author | QMK Bot | 2022-10-10 10:05:15 +0200 |
|---|---|---|
| committer | QMK Bot | 2022-10-10 10:05:15 +0200 |
| commit | aab2bad08966bfea083b9b50486c82dba380a25a (patch) | |
| tree | ba03ab7baa1b9a98d29184f21f1d024df62a8172 /users/art/custom_definitions.h.example | |
| parent | 9f5806781ce60c17ddb82278dbc3b325dbb76f75 (diff) | |
| parent | cd4a265560b45d117ac8296887188015c907e3c8 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/art/custom_definitions.h.example')
| -rw-r--r-- | users/art/custom_definitions.h.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/art/custom_definitions.h.example b/users/art/custom_definitions.h.example new file mode 100644 index 0000000000..b15d3d5e6d --- /dev/null +++ b/users/art/custom_definitions.h.example @@ -0,0 +1,8 @@ +// Copyright 2022 Artjoms Rizihs (@artjomsR) +// SPDX-License-Identifier: GPL-2.0-or-later + +static char * custom[] = { + "", + "", + "" +};
\ No newline at end of file |