Skip to content

Commit

Permalink
Merge remote-tracking branch 'qmk/develop' into develop
Browse files Browse the repository at this point in the history
* qmk/develop:
  Remove keyboard-level `TAP_DANCE_ENABLE` rules (qmk#14538)
  Remove outputselect.h include from BIOI code (qmk#14543)
  [Docs] Modify encoder_update_user example to return false (qmk#14541)
  Remove audio pin references in rules.mk (qmk#14532)
  Relocate Adafruit BLE code (qmk#14530)
  • Loading branch information
Carlos Cardoso committed Sep 21, 2021
2 parents a1ae935 + cbdaf68 commit 8b5c6d1
Show file tree
Hide file tree
Showing 633 changed files with 616 additions and 647 deletions.
5 changes: 3 additions & 2 deletions common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -767,19 +767,20 @@ ifeq ($(strip $(USBPD_ENABLE)), yes)
endif

BLUETOOTH_ENABLE ?= no
VALID_BLUETOOTH_DRIVER_TYPES = AdafruitBLE RN42 custom
VALID_BLUETOOTH_DRIVER_TYPES := AdafruitBLE RN42 custom
ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
ifeq ($(filter $(strip $(BLUETOOTH_DRIVER)),$(VALID_BLUETOOTH_DRIVER_TYPES)),)
$(error "$(BLUETOOTH_DRIVER)" is not a valid Bluetooth driver type)
endif
OPT_DEFS += -DBLUETOOTH_ENABLE
NO_USB_STARTUP_CHECK := yes
COMMON_VPATH += $(DRIVER_PATH)/bluetooth
SRC += outputselect.c

ifeq ($(strip $(BLUETOOTH_DRIVER)), AdafruitBLE)
OPT_DEFS += -DMODULE_ADAFRUIT_BLE
SRC += analog.c
SRC += $(LUFA_DIR)/adafruit_ble.cpp
SRC += $(DRIVER_PATH)/bluetooth/adafruit_ble.cpp
QUANTUM_LIB_SRC += spi_master.c
endif

Expand Down
2 changes: 1 addition & 1 deletion docs/feature_encoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_UP);
}
}
return true;
return false;
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/feature_encoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_UP);
}
}
return true;
return false;
}
```

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion keyboards/1upkeyboards/1up60hse/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto

LAYOUTS = 60_ansi
2 changes: 1 addition & 1 deletion keyboards/1upkeyboards/super16/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = ortho_4x4 numpad_4x4
2 changes: 1 addition & 1 deletion keyboards/40percentclub/25/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

# Enable generic behavior for split boards
SPLIT_KEYBOARD = yes
2 changes: 1 addition & 1 deletion keyboards/40percentclub/4pack/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/40percentclub/4x4/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = ortho_4x4 ortho_4x12

Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/5x5/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = ortho_5x15
2 changes: 1 addition & 1 deletion keyboards/40percentclub/6lit/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

# Enable generic behavior for split boards
SPLIT_KEYBOARD = yes
Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/foobar/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

# Enable generic behavior for split boards
SPLIT_KEYBOARD = yes
Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/half_n_half/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

# Enable generic behavior for split boards
SPLIT_KEYBOARD = yes
2 changes: 1 addition & 1 deletion keyboards/40percentclub/i75/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = ortho_5x15
DEFAULT_FOLDER = 40percentclub/i75/promicro
2 changes: 1 addition & 1 deletion keyboards/40percentclub/mf68/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = 68_ansi
2 changes: 1 addition & 1 deletion keyboards/40percentclub/nano/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes # Unicode
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.

Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/nein/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/40percentclub/nori/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = ortho_4x4 ortho_4x12

Expand Down
2 changes: 1 addition & 1 deletion keyboards/40percentclub/ut47/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

# custom matrix setup
CUSTOM_MATRIX = yes
Expand Down
2 changes: 1 addition & 1 deletion keyboards/4pplet/aekiso60/rev_a/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = no # Unicode
2 changes: 1 addition & 1 deletion keyboards/4pplet/steezy60/rev_a/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = no # Unicode
2 changes: 1 addition & 1 deletion keyboards/4pplet/waffling60/rev_a/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = no # Unicode
2 changes: 1 addition & 1 deletion keyboards/6ball/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes # Unicode
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.

Expand Down
2 changes: 1 addition & 1 deletion keyboards/7skb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = no # Unicode
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
Expand Down
3 changes: 1 addition & 2 deletions keyboards/9key/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes # Unicode
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
TAP_DANCE_ENABLE = no

# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
2 changes: 1 addition & 1 deletion keyboards/abacus/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
DIP_SWITCH_ENABLE = yes
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/absinthe/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
RGBLIGHT_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/abstract/ellipse/rev1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes # Enable support for rotary encoders
2 changes: 1 addition & 1 deletion keyboards/acheron/arctic/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
2 changes: 1 addition & 1 deletion keyboards/acheron/austin/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
2 changes: 1 addition & 1 deletion keyboards/acheron/elongate/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/acheron/keebspcb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE

Expand Down
2 changes: 1 addition & 1 deletion keyboards/acheron/shark/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = ortho_4x12

Expand Down
2 changes: 1 addition & 1 deletion keyboards/adkb96/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = no # Unicode
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
Expand Down
2 changes: 1 addition & 1 deletion keyboards/aeboards/aegis/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/aeboards/ext65/rev1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/ai03/equinox/rev0/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/ai03/equinox/rev1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/ai03/lunar/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/ai03/orbit/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
USE_I2C = no # I2C for split communication
CUSTOM_MATRIX = yes # For providing custom matrix.c (in this case, override regular matrix.c with split matrix.c)
# SPLIT_KEYBOARD = yes # Split keyboard flag disabled as manual edits had to be done to the split common files
Expand Down
2 changes: 1 addition & 1 deletion keyboards/ai03/orbit_x/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
SPLIT_KEYBOARD = yes # Split keyboard
2 changes: 1 addition & 1 deletion keyboards/ai03/polaris/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_tsangan_hhkb
2 changes: 1 addition & 1 deletion keyboards/ai03/quasar/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/ai03/soyuz/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output

LAYOUTS = ortho_5x4 numpad_5x4
2 changes: 1 addition & 1 deletion keyboards/akb/eb46/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/akb/raine/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
1 change: 0 additions & 1 deletion keyboards/aleth42/rev0/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
ENCODER_ENABLE = yes
TAP_DANCE_ENABLE = no
1 change: 0 additions & 1 deletion keyboards/aleth42/rev1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
ENCODER_ENABLE = yes
TAP_DANCE_ENABLE = no
2 changes: 1 addition & 1 deletion keyboards/alf/dc60/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
2 changes: 1 addition & 1 deletion keyboards/alf/x11/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
UNICODE_ENABLE = no # Unicode
AUDIO_ENABLE = no # Audio output on port C6
AUDIO_ENABLE = no # Audio output
EXTRAFLAGS += -flto
Loading

0 comments on commit 8b5c6d1

Please sign in to comment.