mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
a872faa53e
* enable velocikey for my userspace and explicitly for my 75% layout * add guards to only turn on RGB stuff if the RGB pin is actually defined * update 60_ansi keymap * update the 60_ansi_split_bs_rshift keymap * update 66_ansi keymap * update docs * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/66_ansi/mechmerlin/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * remove my attempt to find a good way to detect this * move audio clicky into user space and do feature setting per keyboard * fixup 66_ansi keymap * update changelog * update readme
19 lines
656 B
Markdown
19 lines
656 B
Markdown
# Changelog
|
|
All notable changes to my userspace will be documented in this file.
|
|
|
|
## [0.2.0] - 2019-02-27
|
|
### Changed
|
|
- Moved `AUDIO_CLICKY` from community layout `66_ansi` into user space.
|
|
-
|
|
|
|
## [0.1.1] - 2018-10-26
|
|
### Added
|
|
- Added a changelog, aka THIS VERY FILE!
|
|
- Added `config.h` to userspace for `RGBLIGHT_SLEEP` feature.
|
|
|
|
### Changed
|
|
- Spruced up the readme file to better explain the things I use in my keymap for would be keymap snoopers. Also useful as an example when people ask.
|
|
- Use `CTL_T` instead of `MT` for my custom `KC_CTCP` keycode as it was causing issues on some boards.
|
|
|
|
## [0.1.0] - 2018-08-31
|
|
Initial usage of userspaces!
|