[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:
@ -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
|
||||
|
Reference in New Issue
Block a user