Browse Source

Update keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>
pull/15895/head
Jan Lindblom 2 years ago
committed by GitHub
parent
commit
2c8ec76b1f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 10 deletions
  1. +3
    -10
      keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk

+ 3
- 10
keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk View File

@ -5,24 +5,18 @@ MCU = atmega32u4
BOOTLOADER = caterina
# Build Options
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
# change yes to no to disable
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
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 = yes # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
NKRO_ENABLE = yes # Enable N-Key Rollover
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
MIDI_ENABLE = no # MIDI support
UNICODE_ENABLE = yes # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
HD44780_ENABLE = no # Enable support for HD44780 based LCDs
OLED_ENABLE = no # Enable OLED screen support
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
TAP_DANCE_ENABLE = yes # Let's dance
COMBO_ENABLE = no # Combos
SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
@ -31,7 +25,6 @@ BACKLIGHT_DRIVER = pwm
DEBOUNCE_TYPE = sym_defer_pk
LTO_ENABLE = yes
EXTRAFLAGS += -flto
#Debug options
VERBOSE = no

Loading…
Cancel
Save