Skip to content

Commit

Permalink
Fix userspace compilation issues related to module stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Mar 2, 2025
1 parent 52fd4dd commit 8bd239a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"modules": [
"drashna/unicode_typing"
]
}
5 changes: 5 additions & 0 deletions keyboards/bastardkb/dilemma/4x6_4/keymaps/drashna/keymap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"modules": [
"drashna/unicode_typing"
]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"modules": [
"drashna/unicode_typing"
Expand Down
5 changes: 5 additions & 0 deletions keyboards/zsa/moonlander/keymaps/drashna/keymap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"modules": [
"drashna/unicode_typing"
]
}
5 changes: 5 additions & 0 deletions keyboards/zsa/voyager/keymaps/drashna/keymap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"modules": [
"drashna/unicode_typing"
]
}
1 change: 0 additions & 1 deletion users/drashna/display/menu/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <printf.h>
#include "display/menu/menu.h"
#include "keyrecords/process_records.h"
#include "unicode.h"
#include "deferred_exec.h"

#include "menu.inc"
Expand Down
1 change: 1 addition & 0 deletions users/drashna/display/menu/submenus/unicode_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Unicode

#ifdef UNICODE_COMMON_ENABLE
# include "unicode.h"
# include "keyrecords/unicode.h"
# ifdef COMMUNITY_MODULE_UNICODE_TYPING_ENABLE
# include "modules/drashna/unicode_typing/unicode_typing.h"
Expand Down

0 comments on commit 8bd239a

Please sign in to comment.