diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-10-01 12:36:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 12:36:52 -0700 |
commit | b31df1af94abdf26bb7bcbf5183c05be1c500005 (patch) | |
tree | e2df530e97adff304a772f20863842b326f46dc8 /keyboards/kbdfans/kbd19x/keymaps/via/rules.mk | |
parent | 7a2124db6bfea74672acd714d78c10eb9288732a (diff) |
KBDFans KBD19x: VIA Support & LAYOUT macro fixing (#10401)
* first pass at fixing the key labeling
* second pass of fixing key labeling
* third pass of this key naming
* another pass of changing key naming
* another pass
* another pass
* another pass
* renamed it all
* give a good vid and pid
* add via keymap
* add on to the comments
* update readme and comments
* one more small change
Diffstat (limited to 'keyboards/kbdfans/kbd19x/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/kbdfans/kbd19x/keymaps/via/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbd19x/keymaps/via/rules.mk b/keyboards/kbdfans/kbd19x/keymaps/via/rules.mk new file mode 100644 index 0000000000..36b7ba9cbc --- /dev/null +++ b/keyboards/kbdfans/kbd19x/keymaps/via/rules.mk @@ -0,0 +1,2 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes |