Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2021-05-13 16:29:39 +00:00
3 changed files with 165 additions and 145 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2018 Jeremy Herve <jeremy@jeremy.hu>
Copyright 2021 Jeremy Herve <jeremy@jeremy.hu>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,3 +36,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_SLEEP
/* Set Unicode mode by default */
#define UNICODE_SELECTED_MODES UC_MAC
/* Custom startup sound */
#ifdef AUDIO_ENABLE
# define STARTUP_SONG SONG(ZELDA_PUZZLE)
#endif

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# A Colemak keymap for the Redox keyboard
----
![jeherve-redox-layout-4](https://user-images.githubusercontent.com/426388/50276398-2664be80-0442-11e9-86b9-fbd0f4275354.png)
![jeherve-redox-layout-5](https://user-images.githubusercontent.com/426388/116534030-56f67600-a8e2-11eb-9bf3-3ce5362d717a.png)
----
@@ -25,6 +25,9 @@ My keymap uses 5 layers:
## Changelog
- 2021.04.29
- Update code to replace deprecated code.
- Fix non-breaking space key.
- 2018.12.20
- 2 new Macro keys, to invoke [Alfred](https://www.alfredapp.com/) and [1Password](https://1password.com/).
- No more Right Command key or Expose key, I didn't use those much.