The macros were integrated and also the possibility of using RGB with the NiceView screen
This commit is contained in:
parent
f59c5dacad
commit
1b0227b8e9
6 changed files with 125 additions and 274 deletions
|
|
@ -1,53 +1,43 @@
|
|||
### MOUSE
|
||||
# CONFIG_ZMK_MOUSE=y
|
||||
|
||||
### RGB
|
||||
# Uncomment the following lines to enable the Corne RGB Underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
|
||||
# Uncomment the following line to enable the Corne OLED Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
# CONFIG_I2C=y
|
||||
# CONFIG_SSD1306=y
|
||||
# CONFIG_SSD1306_REVERSE_MODE=y
|
||||
# CONFIG_LVGL_HOR_RES_MAX=128
|
||||
# CONFIG_LVGL_VER_RES_MAX=32
|
||||
# CONFIG_LVGL_VDB_SIZE=64
|
||||
# CONFIG_LVGL_DPI=148
|
||||
# CONFIG_LVGL_BITS_PER_PIXEL=1
|
||||
# CONFIG_LVGL_COLOR_DEPTH_1=y
|
||||
# con esta configuracion no me compila
|
||||
# CONFIG_ZMK_WPM=y
|
||||
# CONFIG_ZMK_WIDGET_WPM_STATUS=y
|
||||
# CONFIG_ZMK_WIDGET_LAYER_STATUS=y
|
||||
# CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
|
||||
# CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y
|
||||
# 0 Solid color 1 Breathe 2 Spectrum 3 Swirl
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=2
|
||||
|
||||
# Turn off RGB underglow when keyboard goes into idle state
|
||||
# apaga los leds cuando el teclado esta en reposo, ahorrando energia
|
||||
# este no es compatible con
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_IDLE=y
|
||||
|
||||
# Better compatibility with iPadOS
|
||||
# CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
|
||||
# Hue step in degrees (0-359) used by RGB actions default 10
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_HUE_STEP=30
|
||||
# Brightness step in percent used by RGB actions default 10
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_SAT_STEP=2
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_BRT_STEP=10
|
||||
# ESTO NO SE ACTIVA
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_AUTO_OFF_USB=y
|
||||
|
||||
# Power options
|
||||
# CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=7
|
||||
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=5400000
|
||||
### POWER OPTIONS
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
|
||||
CONFIG_ZMK_IDLE_TIMEOUT=120000
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
|
||||
# Uncomment the following line to enable the Corne OLED Display
|
||||
CONFIG_ZMK_EXT_POWER=y # optional
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
# CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y
|
||||
# CONFIG_ZMK_WIDGET_LAYER_STATUS=y
|
||||
# CONFIG_ZMK_WIDGET_WPM_STATUS=y
|
||||
# CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
|
||||
|
||||
# Uncomment these two lines to add support for encoders
|
||||
# CONFIG_EC11=y
|
||||
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
|
||||
# Uncomment the line below to disable external power toggling by the underglow.
|
||||
# By default toggling the underglow on and off also toggles external power
|
||||
# on and off. This also causes the display to turn off.
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
||||
|
||||
# Enabling Backlight
|
||||
# CONFIG_ZMK_BACKLIGHT=y
|
||||
# CONFIG_ZMK_BACKLIGHT_BRT_STEP=20
|
||||
# CONFIG_ZMK_BACKLIGHT_BRT_START=40
|
||||
# CONFIG_ZMK_BACKLIGHT_ON_START=y
|
||||
# CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=n
|
||||
# CONFIG_ZMK_BACKLIGHT_AUTO_OFF_USB=n
|
||||
|
||||
# TESTS
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
CONFIG_ZMK_EXT_POWER=y
|
||||
# Turn on logging, and set ZMK logging to debug output
|
||||
#CONFIG_ZMK_USB_LOGGING=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue