Skip to content

Commit

Permalink
Modify the via_keyboards repository download link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy committed Aug 2, 2022
1 parent b6cbff8 commit 1d7bb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def refresh_tabs(self):
def load_via_stack_json(self):
from urllib.request import urlopen

with urlopen("https://github.com/vial-kb/via-keymap-precompiled/raw/main/via_keyboard_stack.json") as resp:
with urlopen("https://github.com/WestBerryVIA/via-keymap-precompiled/raw/main/via_keyboard_stack.json") as resp:
data = resp.read()
self.autorefresh.load_via_stack(data)
# write to cache
Expand Down

0 comments on commit 1d7bb3d

Please sign in to comment.