Address comments
This commit is contained in:
parent
77262f6aef
commit
1ddc9f9153
5 changed files with 25 additions and 17 deletions
|
@ -6,19 +6,11 @@ if BOARD_DAO_LEFT
|
|||
config ZMK_KEYBOARD_NAME
|
||||
default "Dao"
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
config ZMK_SPLIT_ROLE_CENTRAL
|
||||
default y
|
||||
|
||||
endif # BOARD_DAO_LEFT
|
||||
|
||||
if BOARD_DAO_RIGHT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Dao Right"
|
||||
|
||||
endif # BOARD_DAO_RIGHT
|
||||
|
||||
|
||||
if BOARD_DAO_LEFT || BOARD_DAO_RIGHT
|
||||
|
||||
config BOARD
|
||||
|
|
5
app/boards/arm/dao/dao.conf
Normal file
5
app/boards/arm/dao/dao.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Turn on logging, and set ZMK logging to debug output
|
||||
# CONFIG_ZMK_USB_LOGGING=y
|
||||
|
||||
# Increase transmit power level
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
|
@ -40,6 +40,23 @@
|
|||
>;
|
||||
};
|
||||
|
||||
less_key_transform: keymap_transform_1 {
|
||||
compatible = "zmk,matrix-transform";
|
||||
columns = <12>;
|
||||
rows = <4>;
|
||||
|
||||
// | SW1 | SW2 | SW3 | SW4 | SW5 | SW6 | | SW6 | SW5 | SW4 | SW3 | SW2 | SW1 |
|
||||
// | SW7 | SW8 | SW9 | SW10 | SW11 | SW12 | | SW12 | SW11 | SW10 | SW9 | SW8 | SW7 |
|
||||
// | SW13 | SW14 | SW15 | SW16 | SW17 | SW18 | | SW18 | SW17 | SW16 | SW15 | SW14 | SW13 |
|
||||
// | | | | SW20 | SW21 | SW22 | | SW22 | SW21 | SW20 | | | |
|
||||
map = <
|
||||
RC(0,0) RC(0,1) RC(0,2) RC(0,3) RC(0,4) RC(0,5) RC(0,11) RC(0,10) RC(0,9) RC(0,8) RC(0,7) RC(0,6)
|
||||
RC(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,11) RC(1,10) RC(1,9) RC(1,8) RC(1,7) RC(1,6)
|
||||
RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,11) RC(2,10) RC(2,9) RC(2,8) RC(2,7) RC(2,6)
|
||||
RC(3,3) RC(3,4) RC(3,5) RC(3,11) RC(3,10) RC(3,9)
|
||||
>;
|
||||
}
|
||||
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
label = "KSCAN";
|
||||
|
|
|
@ -36,6 +36,3 @@ CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM=y
|
|||
|
||||
# Turn on uf2 build
|
||||
CONFIG_BUILD_OUTPUT_UF2=y
|
||||
|
||||
# Increase transmit power level
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
|
|
@ -34,6 +34,3 @@ CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM=y
|
|||
|
||||
# Turn on uf2 build
|
||||
CONFIG_BUILD_OUTPUT_UF2=y
|
||||
|
||||
# Increase transmit power level
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
|
|
Loading…
Add table
Reference in a new issue