diff options
| author | peepeetee | 2022-01-11 19:05:06 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-11 19:05:06 +0100 |
| commit | 37d801776ea84bcc93376d1f269e2c4093ea6d74 (patch) | |
| tree | a636d49a125b04ae8dd524c2d4c871897e9e8d01 /keyboards/arch_36/rules.mk | |
| parent | f0c14507a521dbb7c6418ef5209b96057fffcdf7 (diff) | |
[Keyboard] move @obosob 's boards into obosob/ (#15799)
Diffstat (limited to 'keyboards/arch_36/rules.mk')
| -rw-r--r-- | keyboards/arch_36/rules.mk | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/arch_36/rules.mk b/keyboards/arch_36/rules.mk deleted file mode 100644 index 9631a0323e..0000000000 --- a/keyboards/arch_36/rules.mk +++ /dev/null @@ -1,23 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # 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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -OLED_ENABLE = yes -OLED_DRIVER = SSD1306 # Enables the use of OLED displays -AUDIO_ENABLE = no # Audio output -SPLIT_KEYBOARD = yes # Split common - -LAYOUTS = split_3x5_3 |