diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-12 06:41:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 22:41:10 +0000 |
commit | 8957e928a2231b97b815accdd73e9362501b01f0 (patch) | |
tree | ded9c1a157f81ee3400d661317e2a428a1836787 /keyboards/mechmini/v2/keymaps/arkag/rules.mk | |
parent | bd35fa7de1323d572d530cfa4dbe9cf68cf1480b (diff) |
move mechkeys keyboards into the mechkeys/ vendor folder (#15760)
* move mechkeys keyboards to mechkeys/
* fix compilation
* fix default folder
Diffstat (limited to 'keyboards/mechmini/v2/keymaps/arkag/rules.mk')
-rw-r--r-- | keyboards/mechmini/v2/keymaps/arkag/rules.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/mechmini/v2/keymaps/arkag/rules.mk b/keyboards/mechmini/v2/keymaps/arkag/rules.mk deleted file mode 100644 index 735d573d73..0000000000 --- a/keyboards/mechmini/v2/keymaps/arkag/rules.mk +++ /dev/null @@ -1,14 +0,0 @@ -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no -STENO_ENABLE = no -EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = no -COMMAND_ENABLE = no -SLEEP_LED_ENABLE = no -NKRO_ENABLE = yes -BACKLIGHT_ENABLE = no -AUDIO_ENABLE = no -RGBLIGHT_ENABLE = yes -TAP_DANCE_ENABLE = no -UNICODE_ENABLE = yes -LEADER_ENABLE = yes |