mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 10:45:04 +00:00
Add xmk
This commit is contained in:
11
config/native_posix_64.conf
Normal file
11
config/native_posix_64.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
CONFIG_NATIVE_UART_0_ON_OWN_PTY=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_SHELL_MINIMAL=y
|
||||
CONFIG_UART_NATIVE_POSIX=y
|
||||
CONFIG_ZMK_KEYBOARD_NAME="xmk"
|
||||
CONFIG_ZMK_SHELL_KEY_POSITIONS=y
|
||||
CONFIG_ZMK_USB=y
|
||||
6
config/native_posix_64.keymap
Normal file
6
config/native_posix_64.keymap
Normal file
@@ -0,0 +1,6 @@
|
||||
// Copyright 2022 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#include "../miryoku/custom_config.h"
|
||||
#include "../miryoku/mapping/36/minidox.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
8
config/native_posix_64.overlay
Normal file
8
config/native_posix_64.overlay
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2022 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
&kscan {
|
||||
/delete-property/ exit-after;
|
||||
rows = <4>;
|
||||
columns = <32>;
|
||||
};
|
||||
6
config/xmk.keymap
Normal file
6
config/xmk.keymap
Normal file
@@ -0,0 +1,6 @@
|
||||
// Copyright 2022 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#include "../miryoku/custom_config.h"
|
||||
#include "../miryoku/mapping/36/minidox.h"
|
||||
#include "../miryoku/miryoku.dtsi"
|
||||
Reference in New Issue
Block a user