Skip to content

Commit

Permalink
use large dictionary on rp2040 sofle
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Dec 8, 2024
1 parent 182c03e commit 12483e2
Show file tree
Hide file tree
Showing 2 changed files with 6,191 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildmykeyboards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ declare -a usesmalldict=(
)
declare -a uselargedict=(
"keychron/v6/iso_encoder/keymaps/plodah"
"sofle/keymaps/plodah"
)
# dictionary.txt exists && ( dictionary.h does not exist || (dictionary.h exists && dictionary.txt is newer than dictionary.h) )
if [[ -e $plodir/dict-large.txt && ( ! -e $plodir/autocorrect_data_l.h || (-e $plodir/autocorrect_data_l.h && $plodir/dict-large.txt -nt $plodir/autocorrect_data_l.h ) ) ]]; then
Expand Down
Loading

0 comments on commit 12483e2

Please sign in to comment.