diff options
Diffstat (limited to 'keyboards/acheron')
| -rw-r--r-- | keyboards/acheron/arctic/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/acheron/austin/keymaps/via/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/acheron/austin/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/acheron/elongate/config.h | 19 | ||||
| -rw-r--r-- | keyboards/acheron/elongate/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/acheron/keebspcb/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/acheron/lasgweloth/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/acheron/shark/config.h | 20 | ||||
| -rw-r--r-- | keyboards/acheron/shark/keymaps/via/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/acheron/shark/rules.mk | 3 |
10 files changed, 8 insertions, 51 deletions
diff --git a/keyboards/acheron/arctic/rules.mk b/keyboards/acheron/arctic/rules.mk index b38cf0001..fc080cfcc 100644 --- a/keyboards/acheron/arctic/rules.mk +++ b/keyboards/acheron/arctic/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
diff --git a/keyboards/acheron/austin/keymaps/via/rules.mk b/keyboards/acheron/austin/keymaps/via/rules.mk index ee1e4ceeb..5abd4f5bd 100644 --- a/keyboards/acheron/austin/keymaps/via/rules.mk +++ b/keyboards/acheron/austin/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | 1 | VIA_ENABLE = yes |
| 2 | BOOTMAGIC_ENABLE = lite | 2 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
diff --git a/keyboards/acheron/austin/rules.mk b/keyboards/acheron/austin/rules.mk index 57fb9cbb3..b7d446119 100644 --- a/keyboards/acheron/austin/rules.mk +++ b/keyboards/acheron/austin/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
| @@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 21 | MIDI_ENABLE = no # MIDI support | ||
| 22 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 23 | AUDIO_ENABLE = no # Audio output on port C6 | 22 | AUDIO_ENABLE = no # Audio output on port C6 |
| 24 | # Enter lower-power sleep mode when on the ChibiOS idle thread | 23 | # Enter lower-power sleep mode when on the ChibiOS idle thread |
diff --git a/keyboards/acheron/elongate/config.h b/keyboards/acheron/elongate/config.h index cc94d5f02..c51c7a821 100644 --- a/keyboards/acheron/elongate/config.h +++ b/keyboards/acheron/elongate/config.h | |||
| @@ -193,25 +193,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 193 | /* disable these deprecated features by default */ | 193 | /* disable these deprecated features by default */ |
| 194 | #define NO_ACTION_MACRO | 194 | #define NO_ACTION_MACRO |
| 195 | #define NO_ACTION_FUNCTION | 195 | #define NO_ACTION_FUNCTION |
| 196 | /* | ||
| 197 | * MIDI options | ||
| 198 | */ | ||
| 199 | |||
| 200 | /* enable basic MIDI features: | ||
| 201 | - MIDI notes can be sent when in Music mode is on | ||
| 202 | */ | ||
| 203 | //#define MIDI_BASIC | ||
| 204 | |||
| 205 | /* enable advanced MIDI features: | ||
| 206 | - MIDI notes can be added to the keymap | ||
| 207 | - Octave shift and transpose | ||
| 208 | - Virtual sustain, portamento, and modulation wheel | ||
| 209 | - etc. | ||
| 210 | */ | ||
| 211 | //#define MIDI_ADVANCED | ||
| 212 | |||
| 213 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
| 214 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
| 215 | 196 | ||
| 216 | /* Bootmagic Lite key configuration */ | 197 | /* Bootmagic Lite key configuration */ |
| 217 | // #define BOOTMAGIC_LITE_ROW 0 | 198 | // #define BOOTMAGIC_LITE_ROW 0 |
diff --git a/keyboards/acheron/elongate/rules.mk b/keyboards/acheron/elongate/rules.mk index 6d5f0fb52..09dd01ea9 100644 --- a/keyboards/acheron/elongate/rules.mk +++ b/keyboards/acheron/elongate/rules.mk | |||
| @@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu | |||
| 14 | # Build Options | 14 | # Build Options |
| 15 | # change yes to no to disable | 15 | # change yes to no to disable |
| 16 | # | 16 | # |
| 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | 17 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 18 | MOUSEKEY_ENABLE = no # Mouse keys | 18 | MOUSEKEY_ENABLE = no # Mouse keys |
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | CONSOLE_ENABLE = no # Console for debug | 20 | CONSOLE_ENABLE = no # Console for debug |
| @@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 28 | MIDI_ENABLE = no # MIDI support | ||
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | 29 | AUDIO_ENABLE = no # Audio output on port C6 |
| 31 | LTO_ENABLE = yes | 30 | LTO_ENABLE = yes |
diff --git a/keyboards/acheron/keebspcb/rules.mk b/keyboards/acheron/keebspcb/rules.mk index 7a166e84f..cb43e7ab2 100644 --- a/keyboards/acheron/keebspcb/rules.mk +++ b/keyboards/acheron/keebspcb/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
| @@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 21 | MIDI_ENABLE = no # MIDI support | ||
| 22 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 23 | AUDIO_ENABLE = no # Audio output on port C6 | 22 | AUDIO_ENABLE = no # Audio output on port C6 |
| 24 | # Enter lower-power sleep mode when on the ChibiOS idle thread | 23 | # Enter lower-power sleep mode when on the ChibiOS idle thread |
diff --git a/keyboards/acheron/lasgweloth/rules.mk b/keyboards/acheron/lasgweloth/rules.mk index fb7e49515..2c9fffa01 100644 --- a/keyboards/acheron/lasgweloth/rules.mk +++ b/keyboards/acheron/lasgweloth/rules.mk | |||
| @@ -7,7 +7,7 @@ BOOTLOADER = stm32-dfu | |||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = yes # Console for debug | 13 | CONSOLE_ENABLE = yes # Console for debug |
diff --git a/keyboards/acheron/shark/config.h b/keyboards/acheron/shark/config.h index e45b69b62..3adcb060d 100644 --- a/keyboards/acheron/shark/config.h +++ b/keyboards/acheron/shark/config.h | |||
| @@ -204,26 +204,6 @@ B0, which is unconnected on the PCB | |||
| 204 | //#define NO_ACTION_MACRO | 204 | //#define NO_ACTION_MACRO |
| 205 | //#define NO_ACTION_FUNCTION | 205 | //#define NO_ACTION_FUNCTION |
| 206 | 206 | ||
| 207 | /* | ||
| 208 | * MIDI options | ||
| 209 | */ | ||
| 210 | |||
| 211 | /* enable basic MIDI features: | ||
| 212 | - MIDI notes can be sent when in Music mode is on | ||
| 213 | */ | ||
| 214 | //#define MIDI_BASIC | ||
| 215 | |||
| 216 | /* enable advanced MIDI features: | ||
| 217 | - MIDI notes can be added to the keymap | ||
| 218 | - Octave shift and transpose | ||
| 219 | - Virtual sustain, portamento, and modulation wheel | ||
| 220 | - etc. | ||
| 221 | */ | ||
| 222 | //#define MIDI_ADVANCED | ||
| 223 | |||
| 224 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
| 225 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
| 226 | |||
| 227 | /* Bootmagic Lite key configuration */ | 207 | /* Bootmagic Lite key configuration */ |
| 228 | // #define BOOTMAGIC_LITE_ROW 0 | 208 | // #define BOOTMAGIC_LITE_ROW 0 |
| 229 | // #define BOOTMAGIC_LITE_COLUMN 0 | 209 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/acheron/shark/keymaps/via/rules.mk b/keyboards/acheron/shark/keymaps/via/rules.mk index ee1e4ceeb..5abd4f5bd 100644 --- a/keyboards/acheron/shark/keymaps/via/rules.mk +++ b/keyboards/acheron/shark/keymaps/via/rules.mk | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | 1 | VIA_ENABLE = yes |
| 2 | BOOTMAGIC_ENABLE = lite | 2 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
diff --git a/keyboards/acheron/shark/rules.mk b/keyboards/acheron/shark/rules.mk index 455c98f7e..38031a1bf 100644 --- a/keyboards/acheron/shark/rules.mk +++ b/keyboards/acheron/shark/rules.mk | |||
| @@ -8,7 +8,7 @@ BOOTLOADER = stm32-dfu | |||
| 8 | # Build Options | 8 | # Build Options |
| 9 | # change yes to no to disable | 9 | # change yes to no to disable |
| 10 | # | 10 | # |
| 11 | BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | 11 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
| 12 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 13 | EXTRAKEY_ENABLE = yes # Audio control and System control | 13 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 14 | CONSOLE_ENABLE = yes # Console for debug | 14 | CONSOLE_ENABLE = yes # Console for debug |
| @@ -19,7 +19,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 19 | NKRO_ENABLE = no # USB Nkey Rollover | 19 | NKRO_ENABLE = no # USB Nkey Rollover |
| 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 21 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 21 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 22 | MIDI_ENABLE = no # MIDI support | ||
| 23 | UNICODE_ENABLE = no # Unicode | 22 | UNICODE_ENABLE = no # Unicode |
| 24 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 23 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 25 | AUDIO_ENABLE = no # Audio output on port C6 | 24 | AUDIO_ENABLE = no # Audio output on port C6 |
