From 7371835283a2c741a5180b453db2b89dad171dff Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 12 Sep 2025 16:10:10 -0700 Subject: 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. --- keyboards/zsa/voyager/keymaps/ryuk/keymap.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 keyboards/zsa/voyager/keymaps/ryuk/keymap.json 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" + ] +} -- cgit v1.3-2-g0d8e