none to XXX trans to ___
This commit is contained in:
parent
25465bdbe1
commit
9ab59b650b
1 changed files with 41 additions and 0 deletions
|
|
@ -1,3 +1,44 @@
|
||||||
|
/* Copyright 2022 Marcos Ivan Chow Castro
|
||||||
|
* Inspired by Stephen Bösebeck
|
||||||
|
*
|
||||||
|
* 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
|
||||||
|
* the Free Software Foundation, either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
// #pragma once
|
||||||
|
|
||||||
|
#define XXX &none
|
||||||
|
#define ___ &trans
|
||||||
|
|
||||||
|
// Apple "Globe" key
|
||||||
|
// https://github.com/zmkfirmware/zmk/issues/947
|
||||||
|
// #define GLOBE CAPSLOCK
|
||||||
|
|
||||||
|
// clang-format off
|
||||||
|
|
||||||
|
/*
|
||||||
|
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬─────┐
|
||||||
|
* │ ^ │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ ß │ ´ │ │
|
||||||
|
* ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬───┤
|
||||||
|
* │ │ Q │ W │ E │ R │ T │ Z │ U │ I │ O │ P │ Ü │ + │ │
|
||||||
|
* ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ │
|
||||||
|
* │ │ A │ S │ D │ F │ G │ H │ J │ K │ L │ Ö │ Ä │ # │ │
|
||||||
|
* ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴──┤
|
||||||
|
* │ │ < │ Y │ X │ C │ V │ B │ N │ M │ , │ . │ - │ │
|
||||||
|
* ├────┴┬──┴─┬─┴───┼───┴───┴───┴───┴───┴───┼───┴─┬─┴──┬─────┤
|
||||||
|
* │ │ │ │ │ │ │ │
|
||||||
|
* └─────┴────┴─────┴───────────────────────┴─────┴────┴─────┘
|
||||||
|
*/
|
||||||
// Row 1
|
// Row 1
|
||||||
// #define DE_CIRC &kp GRAVE // ^ (dead)
|
// #define DE_CIRC &kp GRAVE // ^ (dead)
|
||||||
#define DE_1 &kp N1 // 1
|
#define DE_1 &kp N1 // 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue