diff options
| author | 2025-09-12 16:10:10 -0700 | |
|---|---|---|
| committer | 2025-09-12 16:25:07 -0700 | |
| commit | 7371835283a2c741a5180b453db2b89dad171dff (patch) | |
| tree | a6f8aabc1c1ff277c07098cd68ad60980ef50474 | |
| parent | 634be28086f058e6a9257628b9ab49227158b2eb (diff) | |
| download | my-keymaps-7371835283a2c741a5180b453db2b89dad171dff.tar.gz my-keymaps-7371835283a2c741a5180b453db2b89dad171dff.zip | |
voyager: Fix compiling the keymap
Without this file and these contents there are certain C-preprocessor
definitions that don't get included, causing compilation to fail.
| -rw-r--r-- | keyboards/zsa/voyager/keymaps/ryuk/keymap.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/zsa/voyager/keymaps/ryuk/keymap.json b/keyboards/zsa/voyager/keymaps/ryuk/keymap.json new file mode 100644 index 0000000..1c0aeaf --- /dev/null +++ b/keyboards/zsa/voyager/keymaps/ryuk/keymap.json @@ -0,0 +1,6 @@ +{ + "modules": [ + "zsa/oryx", + "zsa/defaults" + ] +} |
