Skip to content

Commit

Permalink
Regen keycode_table for unit tests (qmk#19721)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Feb 3, 2023
1 parent a01a894 commit fb6c9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/regen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

qmk generate-rgb-breathe-table -o quantum/rgblight/rgblight_breathe_table.h
qmk generate-keycodes --version latest -o quantum/keycodes.h
qmk generate-keycodes-tests --version latest -o tests/test_common/keycode_table.cpp

for lang in $(find data/constants/keycodes/extras/ -type f -printf "%f\n" | sed "s/keycodes_\(.*\)_[0-9].*/\1/"); do
qmk generate-keycode-extras --version latest --lang $lang -o quantum/keymap_extras/keymap_$lang.h
Expand Down

0 comments on commit fb6c9ea

Please sign in to comment.