initial config
This commit is contained in:
21
boards/shields/cornedeon54/Kconfig.defconfig
Normal file
21
boards/shields/cornedeon54/Kconfig.defconfig
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
if SHIELD_CORNEDEON54_DONGLE
|
||||
config ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS
|
||||
default 2
|
||||
|
||||
config ZMK_SPLIT_ROLE_CENTRAL
|
||||
default y
|
||||
|
||||
config BT_MAX_CONN
|
||||
default 7
|
||||
|
||||
config BT_MAX_PAIRED
|
||||
default 7
|
||||
|
||||
config ZMK_USB
|
||||
default y
|
||||
|
||||
endif # SHIELD_CORNEDEON54_DONGLE
|
||||
9
boards/shields/cornedeon54/Kconfig.shield
Normal file
9
boards/shields/cornedeon54/Kconfig.shield
Normal file
@@ -0,0 +1,9 @@
|
||||
config SHIELD_CORNEDEON54_DONGLE
|
||||
def_bool $(shields_list_contains,cornedeon54_dongle)
|
||||
|
||||
config SHIELD_CORNEDEON54_LEFT
|
||||
def_bool $(shields_list_contains,cornedeon54_left)
|
||||
|
||||
config SHIELD_CORNEDEON54_RIGHT
|
||||
def_bool $(shields_list_contains,cornedeon54_right)
|
||||
|
||||
0
boards/shields/cornedeon54/cornedeon54.conf
Normal file
0
boards/shields/cornedeon54/cornedeon54.conf
Normal file
125
boards/shields/cornedeon54/cornedeon54.dtsi
Normal file
125
boards/shields/cornedeon54/cornedeon54.dtsi
Normal file
@@ -0,0 +1,125 @@
|
||||
/*
|
||||
* Copyright (c) 2020 Pete Johanson
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <dt-bindings/zmk/matrix_transform.h>
|
||||
#include <physical_layouts.dtsi>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,physical-layout = &default_layout;
|
||||
};
|
||||
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
wakeup-source;
|
||||
diode-direction = "col2row";
|
||||
|
||||
row-gpios
|
||||
= <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
, <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
, <&pro_micro 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
, <&pro_micro 18 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
, <&pro_micro 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
;
|
||||
|
||||
col-gpios
|
||||
= <&pro_micro 9 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 8 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 7 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 6 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 5 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 4 GPIO_ACTIVE_HIGH>
|
||||
;
|
||||
};
|
||||
|
||||
default_layout: default_layout {
|
||||
compatible = "zmk,physical-layout";
|
||||
display-name = "6x5";
|
||||
transform = <&default_transform>;
|
||||
keys // w h x y rot rx ry
|
||||
= <&key_physical_attrs 100 100 0 37 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 37 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 12 0 0 0>
|
||||
, <&key_physical_attrs 100 100 300 0 0 0 0>
|
||||
, <&key_physical_attrs 100 100 400 12 0 0 0>
|
||||
, <&key_physical_attrs 100 100 500 24 0 0 0>
|
||||
, <&key_physical_attrs 100 100 800 24 0 0 0>
|
||||
, <&key_physical_attrs 100 100 900 12 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1000 0 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 12 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 37 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 37 0 0 0>
|
||||
|
||||
, <&key_physical_attrs 100 100 0 137 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 137 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 112 0 0 0>
|
||||
, <&key_physical_attrs 100 100 300 100 0 0 0>
|
||||
, <&key_physical_attrs 100 100 400 112 0 0 0>
|
||||
, <&key_physical_attrs 100 100 500 124 0 0 0>
|
||||
, <&key_physical_attrs 100 100 800 124 0 0 0>
|
||||
, <&key_physical_attrs 100 100 900 112 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1000 100 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 112 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 137 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 137 0 0 0>
|
||||
|
||||
, <&key_physical_attrs 100 100 0 237 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 237 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 212 0 0 0>
|
||||
, <&key_physical_attrs 100 100 300 200 0 0 0>
|
||||
, <&key_physical_attrs 100 100 400 212 0 0 0>
|
||||
, <&key_physical_attrs 100 100 500 224 0 0 0>
|
||||
, <&key_physical_attrs 100 100 800 224 0 0 0>
|
||||
, <&key_physical_attrs 100 100 900 212 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1000 200 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 212 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 237 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 237 0 0 0>
|
||||
|
||||
, <&key_physical_attrs 100 100 0 337 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 337 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 312 0 0 0>
|
||||
, <&key_physical_attrs 100 100 300 300 0 0 0>
|
||||
, <&key_physical_attrs 100 100 400 312 0 0 0>
|
||||
, <&key_physical_attrs 100 100 500 324 0 0 0>
|
||||
, <&key_physical_attrs 100 100 800 324 0 0 0>
|
||||
, <&key_physical_attrs 100 100 900 312 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1000 300 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 312 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 337 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 337 0 0 0>
|
||||
|
||||
, <&key_physical_attrs 100 100 0 437 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 437 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 412 0 0 0>
|
||||
, <&key_physical_attrs 100 100 350 412 0 0 0>
|
||||
, <&key_physical_attrs 100 100 450 412 1200 450 412>
|
||||
, <&key_physical_attrs 100 150 548 483 2400 548 433>
|
||||
, <&key_physical_attrs 100 150 752 483 (-2400) 852 433>
|
||||
, <&key_physical_attrs 100 100 850 412 (-1200) 950 412>
|
||||
, <&key_physical_attrs 100 100 950 412 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 412 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 437 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 437 0 0 0>
|
||||
;
|
||||
};
|
||||
|
||||
default_transform: keymap_transform_0 {
|
||||
compatible = "zmk,matrix-transform";
|
||||
columns = <12>;
|
||||
rows = <5>;
|
||||
map = <
|
||||
RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,5) RC(0,6) RC(0,7) RC(0,8) RC(0,9) RC(0,10) RC(0,11)
|
||||
RC(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(1,10) RC(1,11)
|
||||
RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9) RC(2,10) RC(2,11)
|
||||
RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) RC(3,9) RC(3,10) RC(3,11)
|
||||
RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC(4,8) RC(4,9) RC(4,10) RC(4,11)
|
||||
>;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
13
boards/shields/cornedeon54/cornedeon54.zmk.yml
Normal file
13
boards/shields/cornedeon54/cornedeon54.zmk.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
file_format: "1"
|
||||
id: cornedeon54
|
||||
name: Cornedeon54
|
||||
type: shield
|
||||
url: https://github.com/alko-kbd/zmk-cornedeon54/
|
||||
requires: [pro_micro]
|
||||
features:
|
||||
- keys
|
||||
- studio
|
||||
siblings:
|
||||
- cornedeon54_left
|
||||
- cornedeon54_right
|
||||
- cornedeon54_dongle
|
||||
21
boards/shields/cornedeon54/cornedeon54_dongle.conf
Normal file
21
boards/shields/cornedeon54/cornedeon54_dongle.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
### DONGLE MODE
|
||||
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2
|
||||
|
||||
### DONGLE OPTIONS
|
||||
# 3 profiles (n+2)
|
||||
CONFIG_BT_MAX_CONN=5
|
||||
CONFIG_BT_MAX_PAIRED=5
|
||||
|
||||
### DISPLAY DONGLE OPTIONS
|
||||
CONFIG_ZMK_DISPLAY=n
|
||||
CONFIG_BT_BAS=n
|
||||
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
|
||||
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
|
||||
|
||||
### POWER OPTIONS
|
||||
# La unidad del intervalo del informe de energía de la batería es segundos
|
||||
CONFIG_ZMK_BATTERY_REPORT_INTERVAL=60
|
||||
|
||||
### DEBUG OPTIONS
|
||||
# CONFIG_ZMK_USB_LOGGING=y
|
||||
# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
|
||||
109
boards/shields/cornedeon54/cornedeon54_dongle.overlay
Normal file
109
boards/shields/cornedeon54/cornedeon54_dongle.overlay
Normal file
@@ -0,0 +1,109 @@
|
||||
/*
|
||||
* Copyright (c) 2020 Pete Johanson
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <dt-bindings/zmk/matrix_transform.h>
|
||||
#include <physical_layouts.dtsi>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &mock_kscan;
|
||||
zmk,physical-layout = &default_layout;
|
||||
};
|
||||
|
||||
mock_kscan: mock_kscan_0 {
|
||||
compatible = "zmk,kscan-mock";
|
||||
columns = <0>;
|
||||
rows = <0>;
|
||||
events = <0>;
|
||||
};
|
||||
|
||||
default_layout: default_layout {
|
||||
compatible = "zmk,physical-layout";
|
||||
display-name = "6x4";
|
||||
transform = <&default_transform>;
|
||||
keys // w h x y rot rx ry
|
||||
= <&key_physical_attrs 100 100 0 37 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 37 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 12 0 0 0>
|
||||
, <&key_physical_attrs 100 100 300 0 0 0 0>
|
||||
, <&key_physical_attrs 100 100 400 12 0 0 0>
|
||||
, <&key_physical_attrs 100 100 500 24 0 0 0>
|
||||
, <&key_physical_attrs 100 100 800 24 0 0 0>
|
||||
, <&key_physical_attrs 100 100 900 12 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1000 0 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 12 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 37 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 37 0 0 0>
|
||||
|
||||
, <&key_physical_attrs 100 100 0 137 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 137 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 112 0 0 0>
|
||||
, <&key_physical_attrs 100 100 300 100 0 0 0>
|
||||
, <&key_physical_attrs 100 100 400 112 0 0 0>
|
||||
, <&key_physical_attrs 100 100 500 124 0 0 0>
|
||||
, <&key_physical_attrs 100 100 800 124 0 0 0>
|
||||
, <&key_physical_attrs 100 100 900 112 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1000 100 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 112 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 137 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 137 0 0 0>
|
||||
|
||||
, <&key_physical_attrs 100 100 0 237 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 237 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 212 0 0 0>
|
||||
, <&key_physical_attrs 100 100 300 200 0 0 0>
|
||||
, <&key_physical_attrs 100 100 400 212 0 0 0>
|
||||
, <&key_physical_attrs 100 100 500 224 0 0 0>
|
||||
, <&key_physical_attrs 100 100 800 224 0 0 0>
|
||||
, <&key_physical_attrs 100 100 900 212 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1000 200 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 212 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 237 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 237 0 0 0>
|
||||
|
||||
, <&key_physical_attrs 100 100 0 337 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 337 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 312 0 0 0>
|
||||
, <&key_physical_attrs 100 100 300 300 0 0 0>
|
||||
, <&key_physical_attrs 100 100 400 312 0 0 0>
|
||||
, <&key_physical_attrs 100 100 500 324 0 0 0>
|
||||
, <&key_physical_attrs 100 100 800 324 0 0 0>
|
||||
, <&key_physical_attrs 100 100 900 312 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1000 300 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 312 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 337 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 337 0 0 0>
|
||||
|
||||
, <&key_physical_attrs 100 100 0 437 0 0 0>
|
||||
, <&key_physical_attrs 100 100 100 437 0 0 0>
|
||||
, <&key_physical_attrs 100 100 200 412 0 0 0>
|
||||
, <&key_physical_attrs 100 100 350 412 0 0 0>
|
||||
, <&key_physical_attrs 100 100 450 412 1200 450 412>
|
||||
, <&key_physical_attrs 100 150 548 483 2400 548 433>
|
||||
, <&key_physical_attrs 100 150 752 483 (-2400) 852 433>
|
||||
, <&key_physical_attrs 100 100 850 412 (-1200) 950 412>
|
||||
, <&key_physical_attrs 100 100 950 412 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1100 412 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1200 437 0 0 0>
|
||||
, <&key_physical_attrs 100 100 1300 437 0 0 0>
|
||||
;
|
||||
};
|
||||
|
||||
default_transform: keymap_transform_0 {
|
||||
compatible = "zmk,matrix-transform";
|
||||
columns = <12>;
|
||||
rows = <5>;
|
||||
map = <
|
||||
RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,5) RC(0,6) RC(0,7) RC(0,8) RC(0,9) RC(0,10) RC(0,11)
|
||||
RC(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(1,10) RC(1,11)
|
||||
RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9) RC(2,10) RC(2,11)
|
||||
RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) RC(3,9) RC(3,10) RC(3,11)
|
||||
RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC(4,8) RC(4,9) RC(4,10) RC(4,11)
|
||||
>;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
0
boards/shields/cornedeon54/cornedeon54_left.conf
Normal file
0
boards/shields/cornedeon54/cornedeon54_left.conf
Normal file
1
boards/shields/cornedeon54/cornedeon54_left.overlay
Normal file
1
boards/shields/cornedeon54/cornedeon54_left.overlay
Normal file
@@ -0,0 +1 @@
|
||||
#include "cornedeon54.dtsi"
|
||||
@@ -0,0 +1 @@
|
||||
#include "cornedeon54.dtsi"
|
||||
0
boards/shields/cornedeon54/cornedeon54_right.conf
Normal file
0
boards/shields/cornedeon54/cornedeon54_right.conf
Normal file
24
boards/shields/cornedeon54/cornedeon54_right.overlay
Normal file
24
boards/shields/cornedeon54/cornedeon54_right.overlay
Normal file
@@ -0,0 +1,24 @@
|
||||
#include "cornedeon54.dtsi"
|
||||
|
||||
&default_transform {
|
||||
col-offset = <6>;
|
||||
};
|
||||
|
||||
&kscan0 {
|
||||
row-gpios
|
||||
= <&pro_micro 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
, <&pro_micro 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
, <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
, <&pro_micro 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
, <&pro_micro 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||
;
|
||||
|
||||
col-gpios
|
||||
= <&pro_micro 10 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 16 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 14 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 15 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 18 GPIO_ACTIVE_HIGH>
|
||||
, <&pro_micro 19 GPIO_ACTIVE_HIGH>
|
||||
;
|
||||
};
|
||||
Reference in New Issue
Block a user