zmk-config_helloword_hw-75
zmk-config for HelloWord HW-75
File Explorer
Download Latest Version (.zip)- build.yml
- RELEASE_TEMPLATE.md
- behavior_lvgl_key_press.c
- behavior_mouse_wheel.c
- hid_mouse.h
- indicator.h
- lvgl_key_press.h
- CMakeLists.txt
- handler.h
- handler_eink.c
- handler_knob.c
- handler_rgb.c
- handler_version.c
- CMakeLists.txt
- Kconfig
- usb_comm_handler.ld
- usb_comm_hid.c
- usb_comm_hid.h
- usb_comm_proto.c
- CMakeLists.txt
- hid_mouse.c
- indicator.c
- Kconfig
- Kconfig.hid_mouse
- Kconfig.indicator
- storage_init.c
- eink_state_changed.h
- knob_state_changed.h
- CMakeLists.txt
- icons.ttf
- CMakeLists.txt
- Zfull-GB.ttf
- CMakeLists.txt
- CMakeLists.txt
- icons.csv
- Kconfig
- knob_indicator.c
- knob_indicator.h
- knob_status.c
- knob_status.h
- layer_status.c
- layer_status.h
- status_screen.c
- strings.csv
- CMakeLists.txt
- handler.h
- handler_fn_state.c
- CMakeLists.txt
- Kconfig
- uart_comm.c
- CMakeLists.txt
- eink_app.c
- eink_app.h
- indicator_app.c
- Kconfig
- Kconfig.eink
- Kconfig.knob
- knob_app.c
- knob_app.h
- ssd1306_delay.c
- board.cmake
- CMakeLists.txt
- hw75_dynamic.dts
- hw75_dynamic.yaml
- hw75_dynamic.zmk.yml
- hw75_dynamic_A.conf
- hw75_dynamic_A.overlay
- hw75_dynamic_B.conf
- hw75_dynamic_B.overlay
- hw75_dynamic_defconfig
- Kconfig.board
- Kconfig.defconfig
- Kconfig.display
- Kconfig.rgb
- Kconfig.uf2
- Kconfig.usb
- README.md
- revision.cmake
- CMakeLists.txt
- report.h
- report_fn_state.c
- report_ping.c
- CMakeLists.txt
- Kconfig
- uart_comm.c
- CMakeLists.txt
- Kconfig
- board.cmake
- CMakeLists.txt
- hw75_keyboard.dts
- hw75_keyboard.yaml
- hw75_keyboard.zmk.yml
- hw75_keyboard_1_1_0.conf
- hw75_keyboard_1_1_0.overlay
- hw75_keyboard_1_2_0.conf
- hw75_keyboard_1_2_0.overlay
- hw75_keyboard_defconfig
- Kconfig.board
- Kconfig.defconfig
- Kconfig.rgb
- Kconfig.rtt
- Kconfig.uf2
- Kconfig.usb
- keymap.png
- README.md
- revision.cmake
- font_subset.cmake
- lv_font_conv.cmake
- ui_strings.cmake
- ui_strings.py
- version.cmake
- uart_slip.h
- CMakeLists.txt
- Kconfig
- Kconfig.uart_slip
- uart_slip.c
- CMakeLists.txt
- display_sw_rotate.c
- Kconfig
- Kconfig.ssd16xx
- Kconfig.sw_rotate
- ssd16xx.c
- ssd16xx_regs.h
- CMakeLists.txt
- Kconfig
- kscan_gpio_74hc165.c
- led_strip_remap.h
- CMakeLists.txt
- Kconfig
- Kconfig.remap
- led_strip_remap.c
- CMakeLists.txt
- encoder_as5047.c
- Kconfig
- Kconfig.as5047
- encoder.h
- inverter.h
- knob.h
- motor.h
- profile.h
- CMakeLists.txt
- inverter_stm32.c
- Kconfig
- Kconfig.stm32
- encoder_state.h
- lpf.h
- math.h
- pid.h
- time.h
- CMakeLists.txt
- encoder_state.c
- lpf.c
- pid.c
- CMakeLists.txt
- damped.c
- disable.c
- encoder.c
- inertia.c
- ratchet.c
- spin.c
- spring.c
- switch.c
- CMakeLists.txt
- Kconfig
- knob.c
- motor.c
- CMakeLists.txt
- Kconfig
- CMakeLists.txt
- Kconfig
- lvgl_key_press.dtsi
- mouse_wheel.dtsi
- sensor_rotate_mouse_wheel.dtsi
- zmk,behavior-lvgl-key-press.yaml
- zmk,behavior-mouse-wheel.yaml
- solomon,ssd1608.yaml
- solomon,ssd1673.yaml
- solomon,ssd1675a.yaml
- solomon,ssd1680.yaml
- solomon,ssd1681.yaml
- solomon,ssd16xx-common.yaml
- zmk,display-sw-rotate.yaml
- zmk,kscan-gpio-74hc165.yaml
- zmk,led-strip-remap.yaml
- ams,as5047.yaml
- zmk,inverter-stm32.yaml
- knob-profile.yaml
- zmk,knob-profile-damped.yaml
- zmk,knob-profile-disable.yaml
- zmk,knob-profile-encoder.yaml
- zmk,knob-profile-inertia.yaml
- zmk,knob-profile-ratchet.yaml
- zmk,knob-profile-spin.yaml
- zmk,knob-profile-spring.yaml
- zmk,knob-profile-switch.yaml
- zmk,knob.yaml
- zmk,motor.yaml
- zmk,keymap-ext.yaml
- zmk,uart-slip.yaml
- lvgl.h
- mouse.h
- CMakeLists.txt
- Kconfig
- uart_comm.proto
- usb_comm.proto
- module.yml
- CMakeLists.txt
- hw75_dynamic.keymap
- hw75_keyboard.keymap
- Kconfig
- west.yml
- .clang-format
- .editorconfig
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/xingrz/zmk-config_helloword_hw-75
Downloads the entire project code from GitHub to your computer.
cd zmk-config_helloword_hw-75
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cd config
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
