summaryrefslogtreecommitdiffstats
path: root/users/rmeli/rmeli.h
diff options
context:
space:
mode:
authorRocco Meli <r.meli@bluemail.ch>2022-11-13 02:00:13 +0100
committerGitHub <noreply@github.com>2022-11-12 17:00:13 -0800
commit317b800bbb28c5ae91f413cfd17471a06de76c2f (patch)
tree3b92daec8b627c439818f71b17ed62931cfa7f8b /users/rmeli/rmeli.h
parentddcb8dd7caa067bdd7a9e0b88b0c9e74a87fe969 (diff)
[Keymap] Update/refactor userspace and add keymaps for rmeli (#18398)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Elliot Powell <johnp8727@gmail.com>
Diffstat (limited to 'users/rmeli/rmeli.h')
-rw-r--r--users/rmeli/rmeli.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/users/rmeli/rmeli.h b/users/rmeli/rmeli.h
index e6f51d4908..d3533db7c3 100644
--- a/users/rmeli/rmeli.h
+++ b/users/rmeli/rmeli.h
@@ -15,6 +15,10 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#pragma once
+
+#include "keyrecords/wrappers.h"
+
#ifdef UNICODEMAP_ENABLE
# include "keyrecords/unicode.h"
#endif
@@ -25,4 +29,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef TAP_DANCE_ENABLE
# include "keyrecords/tap_dances.h"
-#endif \ No newline at end of file
+#endif