test
This commit is contained in:
parent
39295ba1c0
commit
b0a5053b09
2 changed files with 64 additions and 32 deletions
|
|
@ -10,7 +10,8 @@
|
||||||
#include <dt-bindings/zmk/bt.h>
|
#include <dt-bindings/zmk/bt.h>
|
||||||
#include <dt-bindings/zmk/outputs.h>
|
#include <dt-bindings/zmk/outputs.h>
|
||||||
#include <dt-bindings/zmk/ext_power.h>
|
#include <dt-bindings/zmk/ext_power.h>
|
||||||
#include "keymap_german_mac_iso.h"
|
// #include "keymap_german_mac_iso.h"
|
||||||
|
#include "keymap_german_mac_iso_test.h"
|
||||||
// }}}
|
// }}}
|
||||||
// ### CONFIG_ZMK_DISPLAY {{{
|
// ### CONFIG_ZMK_DISPLAY {{{
|
||||||
#ifdef CONFIG_ZMK_DISPLAY
|
#ifdef CONFIG_ZMK_DISPLAY
|
||||||
|
|
@ -75,37 +76,37 @@
|
||||||
// label = "MOUSE";
|
// label = "MOUSE";
|
||||||
//}}}
|
//}}}
|
||||||
// ### definicion de teclado ALEMAN STANDARD {{{
|
// ### definicion de teclado ALEMAN STANDARD {{{
|
||||||
#define DE_Y &kp Z // Y
|
// #define DE_Y &kp Z // Y
|
||||||
#define DE_Z &kp Y // Z
|
// #define DE_Z &kp Y // Z
|
||||||
#define DE_SS &kp MINUS // ß
|
// #define DE_SS &kp MINUS // ß
|
||||||
#define DE_UDIA &kp LBKT // Ü
|
// #define DE_UDIA &kp LBKT // Ü
|
||||||
#define DE_ODIA &kp SEMICOLON // Ö
|
// #define DE_ODIA &kp SEMICOLON // Ö
|
||||||
#define DE_ADIA &kp APOS // Ä
|
// #define DE_ADIA &kp APOS // Ä
|
||||||
#define DE_MINS &kp SLASH // -
|
// #define DE_MINS &kp SLASH // -
|
||||||
#define DE_FSLH &kp AMPS // "/"
|
// #define DE_FSLH &kp AMPS // "/"
|
||||||
#define DE_STAR &kp RBRC // "*"
|
// #define DE_STAR &kp RBRC // "*"
|
||||||
#define DE_EQUAL &kp RPAR // =
|
// #define DE_EQUAL &kp RPAR // =
|
||||||
#define DE_PLUS &kp RBKT // +
|
// #define DE_PLUS &kp RBKT // +
|
||||||
#define DE_GRAVE &kp PLUS // `
|
// #define DE_GRAVE &kp PLUS // `
|
||||||
#define DE_HASH &kp BSLH // #
|
// #define DE_HASH &kp BSLH // #
|
||||||
#define DE_TILDE &kp LA(RBKT) // ~
|
// #define DE_TILDE &kp LA(RBKT) // ~
|
||||||
#define DE_PIPE &kp RA(GRAVE) // "|"
|
// #define DE_PIPE &kp RA(GRAVE) // "|"
|
||||||
#define DE_AMPS &kp CARET // "&"
|
// #define DE_AMPS &kp CARET // "&"
|
||||||
#define DE_BSLH &kp RA(MINUS) // "\"
|
// #define DE_BSLH &kp RA(MINUS) // "\"
|
||||||
#define DE_QUESTION &kp LS(MINUS) // ?
|
// #define DE_QUESTION &kp LS(MINUS) // ?
|
||||||
#define DE_AT &kp RA(Q) // "@"
|
// #define DE_AT &kp RA(Q) // "@"
|
||||||
#define DE_LPAR &kp LS(N8) // (
|
// #define DE_LPAR &kp LS(N8) // (
|
||||||
#define DE_RPAR &kp LS(N9) // )
|
// #define DE_RPAR &kp LS(N9) // )
|
||||||
#define DE_LBKT &kp RA(N8) // [
|
// #define DE_LBKT &kp RA(N8) // [
|
||||||
#define DE_RBKT &kp RA(N9) // ]
|
// #define DE_RBKT &kp RA(N9) // ]
|
||||||
#define DE_LBRC &kp RA(N7) // {
|
// #define DE_LBRC &kp RA(N7) // {
|
||||||
#define DE_RBRC &kp RA(N0) // }
|
// #define DE_RBRC &kp RA(N0) // }
|
||||||
#define DE_LABK &kp GRAVE // <
|
// #define DE_LABK &kp GRAVE // <
|
||||||
#define DE_RABK &kp LS(GRAVE) // >
|
// #define DE_RABK &kp LS(GRAVE) // >
|
||||||
#define DE_APOS &kp PIPE // '
|
// #define DE_APOS &kp PIPE // '
|
||||||
#define DE_ACUT &kp EQUAL // ´ hasta aqui funciona
|
// #define DE_ACUT &kp EQUAL // ´ hasta aqui funciona
|
||||||
|
//
|
||||||
#define DE_CARET &kp HASH // ^ TODO:
|
// #define DE_CARET &kp HASH // ^ TODO:
|
||||||
//}}}
|
//}}}
|
||||||
/ {
|
/ {
|
||||||
keymap {
|
keymap {
|
||||||
|
|
|
||||||
31
config/keymap_german_mac_iso_test.h
Normal file
31
config/keymap_german_mac_iso_test.h
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
#define DE_Y &kp Z // Y
|
||||||
|
#define DE_Z &kp Y // Z
|
||||||
|
#define DE_SS &kp MINUS // ß
|
||||||
|
#define DE_UDIA &kp LBKT // Ü
|
||||||
|
#define DE_ODIA &kp SEMICOLON // Ö
|
||||||
|
#define DE_ADIA &kp APOS // Ä
|
||||||
|
#define DE_MINS &kp SLASH // -
|
||||||
|
#define DE_FSLH &kp AMPS // "/"
|
||||||
|
#define DE_STAR &kp RBRC // "*"
|
||||||
|
#define DE_EQUAL &kp RPAR // =
|
||||||
|
#define DE_PLUS &kp RBKT // +
|
||||||
|
#define DE_GRAVE &kp PLUS // `
|
||||||
|
#define DE_HASH &kp BSLH // #
|
||||||
|
#define DE_TILDE &kp LA(RBKT) // ~
|
||||||
|
#define DE_PIPE &kp RA(GRAVE) // "|"
|
||||||
|
#define DE_AMPS &kp CARET // "&"
|
||||||
|
#define DE_BSLH &kp RA(MINUS) // "\"
|
||||||
|
#define DE_QUESTION &kp LS(MINUS) // ?
|
||||||
|
#define DE_AT &kp RA(Q) // "@"
|
||||||
|
#define DE_LPAR &kp LS(N8) // (
|
||||||
|
#define DE_RPAR &kp LS(N9) // )
|
||||||
|
#define DE_LBKT &kp RA(N8) // [
|
||||||
|
#define DE_RBKT &kp RA(N9) // ]
|
||||||
|
#define DE_LBRC &kp RA(N7) // {
|
||||||
|
#define DE_RBRC &kp RA(N0) // }
|
||||||
|
#define DE_LABK &kp GRAVE // <
|
||||||
|
#define DE_RABK &kp LS(GRAVE) // >
|
||||||
|
#define DE_APOS &kp PIPE // '
|
||||||
|
#define DE_ACUT &kp EQUAL // ´ hasta aqui funciona
|
||||||
|
|
||||||
|
#define DE_CARET &kp HASH // ^ TODO:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue