diff options
| author | peepeetee | 2022-04-19 10:57:53 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-19 10:57:53 +0200 |
| commit | e13aefe41d235af9e59efdefa46e2934e36eec7a (patch) | |
| tree | e06e945a3b9c1d94eb2afe2498ffbf934fc4d011 /keyboards/z150_bh/rules.mk | |
| parent | 860f53dac45c1d9064ba89d77b5b483f6653343f (diff) | |
move z150_bh at101_bh omnikey_bh to viktus/ (#16004)
Diffstat (limited to 'keyboards/z150_bh/rules.mk')
| -rw-r--r-- | keyboards/z150_bh/rules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/z150_bh/rules.mk b/keyboards/z150_bh/rules.mk deleted file mode 100644 index 65e353ad15..0000000000 --- a/keyboards/z150_bh/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# MCU name -MCU = at90usb1286 - -# Bootloader selection -BOOTLOADER = halfkay - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -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 -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no -RGBLIGHT_ENABLE = no |