[Keymap] Some updates to mechmerlin userspace and keymaps (#14711)

This commit is contained in:
MechMerlin 2021-10-05 16:49:50 -07:00 committed by GitHub
parent e762db44ba
commit e8db309613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 68 additions and 55 deletions

View file

@ -1,6 +1,15 @@
# Changelog
All notable changes to my userspace will be documented in this file.
## [0.4.0] - 2021-10-05
### Added
- Introduced new keycode KV_VER to output the version of QMK. Thanks to drashna for this.
### Changed
- Updated keymaps to use underscores instead of KC_TRNS as it was getting hard to read for my tired eyes.
- Updated readmes on my preferred layouts.
## [0.3.0] - 2020-02-02
### Changed
- Added the `_CL` layer to all the boards for access to `EEP_RST` and `RESET` keycodes. This was done primarily to avoid triggering `RESET` accidentally.