winget install --id=DygmaLabs.Bazecor -e
The Bazecor configurator software allows you to remap any key and create up to 10 fully programmable layers for your Dygma Raise keyboard. It also allows you to create and manage superkeys, macros, and shortcuts.
Bazecor is the graphical configurator for the Dygma Raise. While still heavily under development, it's at a stage where it is already usable.
The primary purpose of the application is to allow one to configure their keyboard without having to compile or flash firmware, by storing the configuration on the keyboard itself, in EEPROM. There are no external tools required, just Bazecor itself.
Bazecor is supported on all three major operating systems, we test our releases on Windows 10, MacOS, and Ubuntu LTS.
The protocol Bazecor uses to communicate with the keyboard requires USB serial support, which is known to be problematic on Windows prior to Windows 10.
Bazecor is beta quality software. There will be bugs, missing features and non-obvious things. Reporting any and all of these help us make the software better, please feel free to open issues liberally!
To launch the development environment, simply install nodejs and yarn (check node version in package.json engine.node) then type yarn && yarn start
.
To do a local production build without signing the executable use yarn run make-dev
.
To do a production build, use yarn run make
, or limit it to a particular OS:
| OS | Architecture | Command |
|---------|--------------|---------------------------|
| Windows | | yarn run make-win
|
| macOS | | yarn run make-mac
|
| macOS | x64 | yarn run make-mac-intel
|
| macOS | arm64 | yarn run make-mac-arm
|
| Linux | | yarn run make-lin
|
See the scripts
section of package.json
for more scripts.
To get more information about our efforts, how Bazecor communicates with the Raise and the latest development news, please check the links below