[Keymap] Fix snowe keymap after updates to QMK (#16777)

This commit is contained in:
Tyler Thrailkill 2022-04-13 08:19:24 -06:00 committed by GitHub
parent e9ad400b83
commit 87777d1cdd
Failed to generate hash of commit
6 changed files with 38 additions and 14 deletions

View file

@ -40,4 +40,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
enum layers { _MAIN, _LOWER, _UPPER, _ADJUST };
enum layers { _MAIN, _GAMING, _LOWER, _UPPER, _ADJUST };