Skip to content

deasthope/bault-user-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaulT ZMK Config

Instructions

Brand new to ZMK?

  1. You will need to sign up for a GitHub account, and fork this repository so you can edit it.

  2. Navigate to the Actions tab and click the "I understand my workflows, go ahead and run them" button to enable builds.

    Actions tab with "I understand my workflows" button

  3. Edit config/bault.conf to add/enable/disable features. Edit config/bault.keymap to change the keymap.

  4. After committing your changes, your firmware will begin compiling. Assuming there are no typos or other problems, it will eventually be downloadable from the Actions tab.

  5. Flash the non-settings-reset firmware.

Do you have a zmk-config repo already?

You can add the BaulT zmk config repository as a module by modifying your config/west.yml file.

manifest:
  remotes:
    - name: zmkfirmware
      url-base: https://github.com/zmkfirmware
    # Add the base GitHub URL as a remote.
    - name: armastardo # You can name this whatever you like; just make sure the "remote" below matches.
      url-base: https://github.com/Armastardo
  projects:
    - name: zmk
      remote: zmkfirmware
      revision: main
      import: app/west.yml
    # Add the name of the repository as a project.
    - name: bault-zmk-config
      remote: armastardo
      revision: main # This is the name of the branch you want to use.
  self:
    path: config

After making this change, add a copy of the configuration file and the keymap to the config folder that is already in your repo.

Common Questions/Problems

There was an error and the build didn't finish.

There is probably an error in your keymap.

Carefully double-check the last changes you made. Each ZMK code is generally preceded by a reference categorizing what that code does. For example: the letter "Z" is categorized as a key press. To add the letter "Z" to a keymap, it must be written &kp Z. Don't forget to read the ZMK docs!

Clicking into the details of the action will show the error log. While very long, this log will often show the exact line number causing the problem in your keymap so it is worth reading closely.

nickcoutsos's in-browser keymap editor aims to provide a GUI for remapping, which may be helpful.

I edited the keymap/configuration and flashed, but nothing was updated.

Make sure you are editing the files in the config folder.

Changes made in the boards/arm folder will be overridden or ignored; your customizations belong in config.

After disconnecting the keyboard from Bluetooth, it won't reconnect.

Forget the Bluetooth connection on both the bault and the host, then try re-pairing.

If you don't remember which profile on the keyboard was used, you may have to clear them all. See ZMK's documentation for more details on profile management.

As a last resort, try flashing the settings_reset firmware; this will force-clear everything.

Further Troubleshooting Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published