test de luces rgb de abajo del teclado
This commit is contained in:
parent
26b07ca3fb
commit
c4ba1b70c0
3 changed files with 11 additions and 21 deletions
9
config/Kconfig.defconfig
Normal file
9
config/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
if ZMK_BACKLIGHT
|
||||||
|
|
||||||
|
config PWM
|
||||||
|
default y
|
||||||
|
|
||||||
|
config LED_PWM
|
||||||
|
default y
|
||||||
|
|
||||||
|
endif # ZMK_BACKLIGHT
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
# CONFIG_ZMK_DISPLAY=y
|
# CONFIG_ZMK_DISPLAY=y
|
||||||
|
|
||||||
# Enabling Backlight
|
# Enabling Backlight
|
||||||
# CONFIG_ZMK_BACKLIGHT=y
|
CONFIG_ZMK_BACKLIGHT=y
|
||||||
# CONFIG_ZMK_BACKLIGHT_BRT_STEP=20
|
# CONFIG_ZMK_BACKLIGHT_BRT_STEP=20
|
||||||
# CONFIG_ZMK_BACKLIGHT_BRT_START=40
|
# CONFIG_ZMK_BACKLIGHT_BRT_START=40
|
||||||
# CONFIG_ZMK_BACKLIGHT_ON_START=y
|
# CONFIG_ZMK_BACKLIGHT_ON_START=y
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
#define MOUSE 5
|
#define MOUSE 5
|
||||||
// < LOWER SPACE
|
// < LOWER SPACE
|
||||||
//}}}
|
//}}}
|
||||||
// ### definiendo el teclado aleman {{{
|
// ### 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 // ß
|
||||||
|
|
@ -52,25 +52,6 @@
|
||||||
#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:
|
||||||
|
|
||||||
// ### ejemplos {{{
|
|
||||||
// &kp PLUS = `
|
|
||||||
// &kp GRAVE = <
|
|
||||||
// &kp LT = ^
|
|
||||||
// &kp RPAR = =
|
|
||||||
// &kp APOS = ä
|
|
||||||
// &kp AMPS = /
|
|
||||||
// &kp FSLH = -
|
|
||||||
// &kp STAR = (
|
|
||||||
// &kp LBKT = ü
|
|
||||||
// &kp RBKT = +
|
|
||||||
// &kp TILDE = >
|
|
||||||
// &kp RBRC = *
|
|
||||||
// &kp CARET = &
|
|
||||||
// &kp PIPE = '
|
|
||||||
// &kp BSLH = #
|
|
||||||
// &kp EQUAL = ´
|
|
||||||
//}}}
|
|
||||||
//}}}
|
//}}}
|
||||||
/ {
|
/ {
|
||||||
keymap {
|
keymap {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue