1
0
Fork 0

[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>
This commit is contained in:
Rocco Meli 2022-11-13 02:00:13 +01:00 committed by GitHub
parent ddcb8dd7ca
commit 317b800bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 777 additions and 100 deletions

View file

@ -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
#endif