-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement alternative matrix-transform. * Add missing wakeup-source attribute. * Revise README to provide more appropriate information. * Remove unnecessary files (partially-functional shield).
- Loading branch information
1 parent
2a137bb
commit a2f32cc
Showing
10 changed files
with
166 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,6 @@ | ||
# Building ZMK for the Tidbit | ||
# TIDBIT Compatibility Notes | ||
|
||
Some general notes/commands for building standard tidbit layouts from the assembly documentation. | ||
|
||
## Standard "Non Dense" Build | ||
|
||
``` | ||
west build -p -d build/tidbit/default --board nice_nano -- -DSHIELD=tidbit | ||
``` | ||
|
||
## Dense "19 keys" Build | ||
|
||
``` | ||
west build -p -d build/tidbit/19_key --board nice_nano -- -DSHIELD=tidbit_19key | ||
``` | ||
|
||
## LED Notes | ||
|
||
If you built your tidbit without the LEDs _and_ are using a nice!nano board, you'll need to change the following in your local tidbit config or add them to the end of the file. | ||
|
||
``` | ||
CONFIG_ZMK_RGB_UNDERGLOW=n | ||
CONFIG_WS2812_STRIP=n | ||
``` | ||
|
||
## Encoder Notes | ||
|
||
If you built your tidbit without encoders, you'll need to change the following in your local tidbit config or add them to the end of the file. | ||
|
||
``` | ||
CONFIG_EC11=n | ||
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=n | ||
``` | ||
|
||
## OLED Builds | ||
|
||
If using an OLED screen, you'll need to change the following in your local tidbit config or add them to the end of the file. | ||
|
||
``` | ||
CONFIG_ZMK_DISPLAY=y | ||
``` | ||
- The top-left and top-right encoders share the same pins. Install only one, and enable/include EITHER `encoder_1` OR `encoder_1_top_row` in your keymap; not both. | ||
- `encoder_3` cannot be used at the same time as the OLED and/or HT16K33 modules, as it is wired to the same pins. | ||
- While the HT16K33 hardware is supported by Zephyr, functionality may not have been implemented in ZMK for it. | ||
- `encoder_4` cannot be used at the same time as the TRRS jack, as it is wired to the same pins. |
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.