diff options
author | David Hoelscher <infinityis@users.noreply.github.com> | 2020-12-07 20:10:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 18:10:45 -0800 |
commit | 399be2a9b323130ecbfff4141ead67ea26c32034 (patch) | |
tree | 799bb5ee45313850fa96ae960d7701ce08f2d99f /keyboards/custommk/genesis/keymaps/via/rules.mk | |
parent | ab2a43edb060b393387d12dfb6c24f99cad9e871 (diff) |
[Keyboard] Add customMK Genesis Macro Pad (#11080)
* Adding customMK Genesis keyboard and keymap files
* Updated readme.md
fixed a typo
* Fixed code for QMK PR
* Updated syntax in config.h and changed dfu to flash in readme
Co-authored-by: Ray <ray@custommk.com>
Diffstat (limited to 'keyboards/custommk/genesis/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/custommk/genesis/keymaps/via/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/custommk/genesis/keymaps/via/rules.mk b/keyboards/custommk/genesis/keymaps/via/rules.mk new file mode 100644 index 0000000000..43061db1dd --- /dev/null +++ b/keyboards/custommk/genesis/keymaps/via/rules.mk @@ -0,0 +1,2 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes
\ No newline at end of file |