diff options
Diffstat (limited to 'keyboards/7c8/framework/rules.mk')
-rw-r--r-- | keyboards/7c8/framework/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/7c8/framework/rules.mk b/keyboards/7c8/framework/rules.mk new file mode 100644 index 0000000000..185a5119c1 --- /dev/null +++ b/keyboards/7c8/framework/rules.mk @@ -0,0 +1,20 @@ +MCU = atmega328p +BOOTLOADER = USBasp + +BOOTMAGIC_ENABLE = no +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +CONSOLE_ENABLE = no +COMMAND_ENABLE = no +SLEEP_LED_ENABLE = no +NKRO_ENABLE = no +BACKLIGHT_ENABLE = no +RGBLIGHT_ENABLE = no +MIDI_ENABLE = no +UNICODE_ENABLE = no +BLUETOOTH_ENABLE = no +AUDIO_ENABLE = no +FAUXCLICKY_ENABLE = no +LAYOUTS_HAS_RGB = no +ENCODER_ENABLE = yes +LEADER_ENABLE = yes
\ No newline at end of file |