summaryrefslogtreecommitdiff
path: root/users/cjuniet/cjuniet.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-03-04 17:19:26 -0800
committerGitHub <noreply@github.com>2020-03-04 17:19:26 -0800
commit8fd845430899311663a6bcdeb6a16574cb92fe54 (patch)
treefc193433bae444f81d0e76d1cf394b8843bc4f54 /users/cjuniet/cjuniet.h
parent8e229f0db65cb7d23d0a64daca2b0a1298eb456d (diff)
[Keymap] Add @cjuniet's keymap/layout/userspace (#8258)
* Add Colemak layout * Add status bar for mods & locks with a custom font * Swap DEL and TAB * Fix media keys and add QMK Configurator layout * Add dead grave accent on <leader>e
Diffstat (limited to 'users/cjuniet/cjuniet.h')
-rw-r--r--users/cjuniet/cjuniet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/cjuniet/cjuniet.h b/users/cjuniet/cjuniet.h
new file mode 100644
index 0000000000..adc46d7ed6
--- /dev/null
+++ b/users/cjuniet/cjuniet.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "quantum.h"
+
+void render_status_bar(void);