Fix Sofle build, update Intro page.
This commit is contained in:
parent
e559cb2d71
commit
0ede549a13
3 changed files with 7 additions and 3 deletions
|
@ -50,6 +50,7 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(4,5) RC(4,6) RC(3,6) RC(3,7)
|
||||||
a-gpios = <&pro_micro_a 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
a-gpios = <&pro_micro_a 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||||
b-gpios = <&pro_micro_a 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
b-gpios = <&pro_micro_a 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||||
resolution = <4>;
|
resolution = <4>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
right_encoder: encoder_right {
|
right_encoder: encoder_right {
|
||||||
|
@ -58,6 +59,7 @@ RC(3,0) RC(3,1) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(4,5) RC(4,6) RC(3,6) RC(3,7)
|
||||||
a-gpios = <&pro_micro_a 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
a-gpios = <&pro_micro_a 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||||
b-gpios = <&pro_micro_a 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
b-gpios = <&pro_micro_a 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||||
resolution = <4>;
|
resolution = <4>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sensors {
|
sensors {
|
||||||
|
|
|
@ -55,7 +55,7 @@ in the stack _also_ get the event.
|
||||||
## Behavior Bindings
|
## Behavior Bindings
|
||||||
|
|
||||||
Binding a behavior at a certain key position may include up to two extra parameters that are used to
|
Binding a behavior at a certain key position may include up to two extra parameters that are used to
|
||||||
alter the behavior when that specific key position is activated/deactived. For example, when binding
|
alter the behavior when that specific key position is activated/deactivated. For example, when binding
|
||||||
the "key press" (`kp`) behavior at a certain key position, you must specific _which_ keycode should
|
the "key press" (`kp`) behavior at a certain key position, you must specific _which_ keycode should
|
||||||
be used for that key position.
|
be used for that key position.
|
||||||
|
|
||||||
|
|
|
@ -18,21 +18,23 @@ include:
|
||||||
|
|
||||||
- HID Over GATT (HOG) - This is the official term for BLE HID devices
|
- HID Over GATT (HOG) - This is the official term for BLE HID devices
|
||||||
- Keymaps and layers with basic keycodes
|
- Keymaps and layers with basic keycodes
|
||||||
- Some initial work on one "behavior", Mod-Tap
|
- Mod-Tap
|
||||||
|
- Layer Tap
|
||||||
- Basic HID over USB
|
- Basic HID over USB
|
||||||
- Basic consumer (media) keycodes.
|
- Basic consumer (media) keycodes.
|
||||||
- Basic OLED display logic
|
- Basic OLED display logic
|
||||||
- Basic Split support
|
- Basic Split support
|
||||||
|
- Basic RGB Underglow
|
||||||
- Encoders
|
- Encoders
|
||||||
|
|
||||||
## Missing Features
|
## Missing Features
|
||||||
|
|
||||||
- One Shot
|
- One Shot
|
||||||
- Layer Tap
|
|
||||||
- Complete split support
|
- Complete split support
|
||||||
- Battery reporting
|
- Battery reporting
|
||||||
- Low power mode
|
- Low power mode
|
||||||
- Shell over BLE
|
- Shell over BLE
|
||||||
|
- Macros
|
||||||
|
|
||||||
## Code Of Conduct
|
## Code Of Conduct
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue