This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use gtk4::prelude::*; | |
use gtk4::{ | |
Application, ApplicationWindow, Button, DrawingArea, EventControllerKey, EventControllerMotion, | |
Inhibit, | |
}; | |
fn main() { | |
let app = Application::builder() | |
.application_id("org.example.HelloWorld") | |
.build(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- west build: generating a build system | |
CMake Error at cmake/zmk_config.cmake:142 (message): | |
Failed to locate keymap file! | |
Call Stack (most recent call first): | |
CMakeLists.txt:15 (include) | |
-- Configuring incomplete, errors occurred! | |
FATAL ERROR: command exited with status 1: /usr/bin/cmake -B/home/david/zmk/app/build -S/home/david/zmk/app -GNinja -DBOARD=native_posix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atomconfig |