This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import demjson | |
# Design the base layer in http://www.keyboard-layout-editor.com | |
# and copy the "json" from the raw data tab in KLE and save to file. | |
# This is NOT using the real json from KLE's "Export to json" feature. | |
# Paste the output of this program into the same raw data tab. | |
FILEPATH = "kyriaBase.json" |