Address review comments
This commit is contained in:
parent
a924216bc1
commit
f11c840111
6 changed files with 48 additions and 64 deletions
|
@ -11,7 +11,6 @@ config ZMK_KEYBOARD_NAME
|
||||||
config ZMK_SPLIT_ROLE_CENTRAL
|
config ZMK_SPLIT_ROLE_CENTRAL
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
|
||||||
endif # BOARD_ADV360PRO_LEFT
|
endif # BOARD_ADV360PRO_LEFT
|
||||||
|
|
||||||
if BOARD_ADV360PRO_RIGHT
|
if BOARD_ADV360PRO_RIGHT
|
||||||
|
@ -53,6 +52,4 @@ config ZMK_BATTERY_VOLTAGE_DIVIDER
|
||||||
config SPI
|
config SPI
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
endif # BOARD_ADV360PRO_LEFT || BOARD_ADV360PRO_RIGHT
|
endif # BOARD_ADV360PRO_LEFT || BOARD_ADV360PRO_RIGHT
|
||||||
|
|
7
app/boards/arm/adv360pro/README.md
Executable file
7
app/boards/arm/adv360pro/README.md
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
# Kinesis Advantage 360 Professional
|
||||||
|
|
||||||
|
This board definition provides upstream support for the [Kinesis Advantage 360 Professional](https://kinesis-ergo.com/keyboards/advantage360/)
|
||||||
|
|
||||||
|
Kinesis offer a specific [custom configuration](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/) for the 360 Pro that references [a customised version of ZMK](https://github.com/ReFil/zmk/tree/adv360-z3.2-2) with Advantage 360 Pro specific functionality and changes over base ZMK. The Kinesis fork is regularly updated to bring the latest updates and changes from base ZMK however will not always be completely up to date, some features such as new keycodes will not be immediately available on the 360 Pro after they are implemented in base ZMK.
|
||||||
|
|
||||||
|
When using this board definition some of the more advanced features (the indicator RGB leds) will not work, and Kinesis cannot provide customer service for usage of base ZMK. Likewise the ZMK community cannot provide support for either the Kinesis keymap editor, nor any usage of the Kinesis custom fork.
|
|
@ -137,10 +137,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbd {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi3 {
|
&spi3 {
|
||||||
compatible = "nordic,nrf-spim";
|
compatible = "nordic,nrf-spim";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
/*
|
|
||||||
*
|
|
||||||
* Copyright (c) 2023 The ZMK Contributors
|
|
||||||
* SPDX-License-Identifier: MIT
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "adv360pro.keymap"
|
|
|
@ -1,8 +0,0 @@
|
||||||
/*
|
|
||||||
*
|
|
||||||
* Copyright (c) 2023 The ZMK Contributors
|
|
||||||
* SPDX-License-Identifier: MIT
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "adv360pro.keymap"
|
|
Loading…
Add table
Reference in a new issue