diff options
author | nopunin10did <w.alex.ronke@gmail.com> | 2020-11-24 04:59:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 01:59:22 -0800 |
commit | 6e97a4c8b915e7be4d86ea9969c0e7d7e9876b8b (patch) | |
tree | 6c7fc421c7ced7ce6537e0fd7dc38b06355fbf74 /keyboards/nopunin10did/railroad/rev0/rules.mk | |
parent | 429474d1c323bf746b0ed158ae9aa2002319009d (diff) |
Railroad fix (#10935)
* Fix Railroad build issues
* Update keyboards/nopunin10did/railroad/rev0/rules.mk
* Update keyboards/nopunin10did/railroad/rev0/rev0.h
* Add extra copy of readme to the rev0 folder
* Update keyboards/nopunin10did/railroad/rev0/readme.md
Diffstat (limited to 'keyboards/nopunin10did/railroad/rev0/rules.mk')
-rw-r--r-- | keyboards/nopunin10did/railroad/rev0/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/nopunin10did/railroad/rev0/rules.mk b/keyboards/nopunin10did/railroad/rev0/rules.mk new file mode 100644 index 0000000000..a7facc5328 --- /dev/null +++ b/keyboards/nopunin10did/railroad/rev0/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # 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 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |