diff options
author | Nick Brassel <nick@tzarc.org> | 2021-11-28 05:52:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 05:52:17 +1100 |
commit | e156d5c13b52be03d7b4db081b8000a7c93f7dfe (patch) | |
tree | 1ef3cbd40e7bc5c0417ab6bab2492d804340a308 /keyboards/tgr/jane/v2/rules.mk | |
parent | 0e6548303d85103feb8620836f51bc4f506c743f (diff) |
Fix build. (#15322)
Diffstat (limited to 'keyboards/tgr/jane/v2/rules.mk')
-rw-r--r-- | keyboards/tgr/jane/v2/rules.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/tgr/jane/v2/rules.mk b/keyboards/tgr/jane/v2/rules.mk new file mode 100644 index 0000000000..9d035a031a --- /dev/null +++ b/keyboards/tgr/jane/v2/rules.mk @@ -0,0 +1,17 @@ +# MCU name +MCU = atmega32a + +# Bootloader selection +BOOTLOADER = bootloadhid + +# build options +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +CONSOLE_ENABLE = no +COMMAND_ENABLE = yes +BACKLIGHT_ENABLE = yes +RGBLIGHT_ENABLE = no +WS2812_DRIVER = i2c + +LAYOUTS = tkl_ansi tkl_iso |