diff options
author | Alex Paulescu <alex.paulescu@gmail.com> | 2021-02-22 06:45:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 20:45:02 -0800 |
commit | 150ab564a38da25fe417d01d307768dce5fe5f16 (patch) | |
tree | 8dce1185f9b799bbaa6fe58780e33c24bc36000a /keyboards/blank_tehnologii/manibus/rules.mk | |
parent | 37e14fd02bd71ffd32fe381b10ce72f2b85b4049 (diff) | |
download | qmk_firmware-150ab564a38da25fe417d01d307768dce5fe5f16.tar.gz qmk_firmware-150ab564a38da25fe417d01d307768dce5fe5f16.zip |
[Keyboard] Add Manibus keyboard and layout from Blank Tehnologii (#11832)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/blank_tehnologii/manibus/rules.mk')
-rw-r--r-- | keyboards/blank_tehnologii/manibus/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/blank_tehnologii/manibus/rules.mk b/keyboards/blank_tehnologii/manibus/rules.mk new file mode 100644 index 0000000000..bf50c05ddb --- /dev/null +++ b/keyboards/blank_tehnologii/manibus/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +SPLIT_KEYBOARD = yes |