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.
This commit is contained in:
committed by
Drashna Jaelre
parent
71fe973190
commit
c23233f41a
@@ -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
|
||||
Reference in New Issue
Block a user