diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-04-27 18:17:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 18:17:12 -0700 |
commit | d322ec5452835ac7aa23afb91e0eedca0bc0f0f1 (patch) | |
tree | 0108a159b0e39a469cdd681e9b90c124b34f5b39 /keyboards/tgr/910ce/keymaps/via/rules.mk | |
parent | c7449b384013fbd9efb8a25ce1d51b73f988a3fb (diff) |
[Keyboard] TGR 910 CE (#8940)
* initial commit for TGR 910 CE
* got firmware working on the 910 CE
* add VIA support
* add iso and all layouts
* update information about resetting the board
* fixup default keymap to have a second layer
* fixup default keymap
* add VIA enabled keymap
* cleanups and adding community layout support
* add caps lock led support and backlight
* add qmk configurator support
* Update keyboards/tgr/910ce/info.json
Diffstat (limited to 'keyboards/tgr/910ce/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/tgr/910ce/keymaps/via/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/tgr/910ce/keymaps/via/rules.mk b/keyboards/tgr/910ce/keymaps/via/rules.mk new file mode 100644 index 0000000000..71c94085a9 --- /dev/null +++ b/keyboards/tgr/910ce/keymaps/via/rules.mk @@ -0,0 +1,4 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes + +EXTRAKEY_ENABLE = no # Audio control and System control
\ No newline at end of file |