aboutsummaryrefslogtreecommitdiffstats
path: root/users/manna-harbour_miryoku
Commit message (Collapse)AuthorAgeFilesLines
* Update miryoku (#9442)Manna Harbour2020-06-225-221/+450
| | | | | | | | | | | | | | | | | | | | | - Add mouse buttons overlay layer - Change button order - Remove crkbd hardware specifics - Add alternative base layer alphas - Change title - Add logo - Reword intro text - Add dev branch and new commits links - Replace manual toc and remove anchors - Unindent lists - Reduce headings - Update docs - Build keymap as object instead of including .c file - Add kle subset mapping images - Add alternative mapping support - Change default mapping for ortho_4x12 - Add split mapping for ortho_4x12 - Add contact section - Add #pragma once to layout and keyboard config.h
* [Keymap] Display logo for caps lock indication on crkbd using old OLED ↵Manna Harbour2019-12-074-24/+58
| | | | | | | | | | | | | | driver (#7535) * Display logo for caps lock indication on crkbd using old OLED driver * Add emacs read-only mode file variable to generated files * use LTO_ENABLE instead of EXTRAFLAGS This enables the same option, and disables action_macros, and action_functions, both of which seem to break when LTO is enabled. And this is a lot simpler to use. Co-Authored-By: Drashna Jaelre <drashna@live.com>
* [Keymap] Add RGB keycodes to keymap, enable RGB_MATRIX on crkbd (#7499)Manna Harbour2019-11-292-6/+61
|
* [Keymap] Add ALGR and kle image, expand and correct documentation (#7426)Manna Harbour2019-11-202-15/+27
|
* [Keymap] miryoku layout (#6171)Manna Harbour2019-06-265-0/+684
* First release * add "#pragma once" to config.h and related docs * generate config.h with change from miryoku.org