diff options
author | tiltowait <208040+tiltowait@users.noreply.github.com> | 2021-08-20 06:13:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 06:13:59 -0700 |
commit | 90ff4fe749346c3b92aa8ca6461f5091fabfa99e (patch) | |
tree | 244f81431b2872bdbb8b91f507de48d54bbce42c /keyboards/converter/modelm_ssk/rules.mk | |
parent | fd54992e1f65713a93115a0a1737e97d3e2d8522 (diff) |
[Keyboard] Add IBM Model M SSK configuration (#14050)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/converter/modelm_ssk/rules.mk')
-rw-r--r-- | keyboards/converter/modelm_ssk/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/converter/modelm_ssk/rules.mk b/keyboards/converter/modelm_ssk/rules.mk new file mode 100644 index 0000000000..31dbac78be --- /dev/null +++ b/keyboards/converter/modelm_ssk/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = at90usb1286 + +# Bootloader selection +BOOTLOADER = halfkay + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # 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 +# Do not enable NKRO_ENABLE. The SSK lacks diodes and cannot support it +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |