[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:
parent
ddcb8dd7ca
commit
317b800bbb
18 changed files with 777 additions and 100 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue