diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-07-17 07:41:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 15:41:30 +0100 |
commit | 9fddb1b5fad6b263750598131af31867e24a077f (patch) | |
tree | 20e8bdb88c36cf77622bf28c7733431308105089 /keyboards/percent/skog_lite/keymaps/via/config.h | |
parent | 07a817d3e5454f9dc3ecd5f7e7b49197bfb36599 (diff) | |
download | qmk_firmware-9fddb1b5fad6b263750598131af31867e24a077f.tar.gz qmk_firmware-9fddb1b5fad6b263750598131af31867e24a077f.zip |
VIA Support: Skog Lite (#9686)
* via support for the skog lite
* some code cleanup before submission
* Update keyboards/percent/skog_lite/keymaps/via/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/percent/skog_lite/keymaps/via/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/percent/skog_lite/keymaps/via/config.h')
-rw-r--r-- | keyboards/percent/skog_lite/keymaps/via/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/percent/skog_lite/keymaps/via/config.h b/keyboards/percent/skog_lite/keymaps/via/config.h new file mode 100644 index 0000000000..a3b77a5b4d --- /dev/null +++ b/keyboards/percent/skog_lite/keymaps/via/config.h @@ -0,0 +1,3 @@ +#pragma once + +#define DYNAMIC_KEYMAP_LAYER_COUNT 3 |