diff options
| author | Manna Harbour <51143715+manna-harbour@users.noreply.github.com> | 2019-12-08 18:08:12 +1100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-12-07 23:08:12 -0800 |
| commit | 3d78e6078e402bf0fe476adeed8ac16033f916c0 (patch) | |
| tree | 8b49da26c139bacb17b1b3c3af370658f16f5ec8 /layouts | |
| parent | e676278474b853fb16187e605c037930c4927144 (diff) | |
| download | qmk_firmware-3d78e6078e402bf0fe476adeed8ac16033f916c0.tar.gz qmk_firmware-3d78e6078e402bf0fe476adeed8ac16033f916c0.zip | |
[Keymap] Display logo for caps lock indication on crkbd using old OLED 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>
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/community/ergodox/manna-harbour_miryoku/keymap.c | 3 | ||||
| -rw-r--r-- | layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/layouts/community/ergodox/manna-harbour_miryoku/keymap.c b/layouts/community/ergodox/manna-harbour_miryoku/keymap.c index 86547df98..1c715a68f 100644 --- a/layouts/community/ergodox/manna-harbour_miryoku/keymap.c +++ b/layouts/community/ergodox/manna-harbour_miryoku/keymap.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | 1 | // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | |
| 2 | // generated from users/manna-harbour_miryoku/miryoku.org | ||
| 3 | 2 | ||
| 4 | #define LAYOUT_miryoku(\ | 3 | #define LAYOUT_miryoku(\ |
| 5 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ | 4 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ |
diff --git a/layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c b/layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c index b1341d41f..07bc15c2a 100644 --- a/layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c +++ b/layouts/community/ortho_4x12/manna-harbour_miryoku/keymap.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | 1 | // generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*- | |
| 2 | // generated from users/manna-harbour_miryoku/miryoku.org | ||
| 3 | 2 | ||
| 4 | #define LAYOUT_miryoku(\ | 3 | #define LAYOUT_miryoku(\ |
| 5 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ | 4 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09,\ |
