diff options
author | 2018-09-19 16:13:58 -0700 | |
---|---|---|
committer | 2018-09-19 16:13:58 -0700 | |
commit | c23233f41ab9221577fc83bbae0a230452a38231 (patch) | |
tree | 659d89fab1b5d8e27642a3de50ac66e33205df83 /layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h | |
parent | 71fe973190610bf155d864c71b8b326bc1b74eab (diff) | |
download | qmk_firmware-c23233f41ab9221577fc83bbae0a230452a38231.tar.gz |
Keymap: Talljoe's keymap for oddball keyboards (#3910)
* Create layout for JD45
* Tweak layout to better support JD45 and add more tap dancing.
* Add Maltron and tweak layout for 40% enter compatibility.
* Switch back to `BL_TOGGLE` for backlight.
* More tweaks
* Rename talljoe_gherkin to talljoe-gherkin
* Make NAV layer tab C_S_T also.
* Add missing RESET key.
* Add Talljoe layout for minivan.
* MTI is not for me
* Tweak keymap.
* Add talljoe keymap to Atreus.
* Minor tweaks.
* Fix talljoe keymaps to work with new Zeal60 commit.
Diffstat (limited to 'layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h')
-rw-r--r-- | layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h b/layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h new file mode 100644 index 000000000..3b00caea7 --- /dev/null +++ b/layouts/community/60_ansi_split_bs_rshift/talljoe/solarized.h @@ -0,0 +1,27 @@ +#ifndef SOLARIZED_H +#define SOLARIZED_H + +#include "quantum/color.h" + +typedef struct { + HSV base03; + HSV base02; + HSV base01; + HSV base00; + HSV base0; + HSV base1; + HSV base2; + HSV base3; + HSV yellow; + HSV orange; + HSV red; + HSV magenta; + HSV violet; + HSV blue; + HSV cyan; + HSV green; +} solarized_t; + +extern solarized_t solarized; + +#endif |