Remove FAUXCLICKY feature (deprecated) (#11829)
This commit is contained in:
		
							parent
							
								
									738bd263c1
								
							
						
					
					
						commit
						7161d65070
					
				
					 483 changed files with 48 additions and 750 deletions
				
			
		|  | @ -80,11 +80,6 @@ ifeq ($(strip $(VIRTSER_ENABLE)), yes) | |||
|     OPT_DEFS += -DVIRTSER_ENABLE | ||||
| endif | ||||
| 
 | ||||
| ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes) | ||||
|     OPT_DEFS += -DFAUXCLICKY_ENABLE | ||||
|     SRC += $(QUANTUM_DIR)/fauxclicky.c | ||||
| endif | ||||
| 
 | ||||
| ifeq ($(strip $(MOUSEKEY_ENABLE)), yes) | ||||
|     OPT_DEFS += -DMOUSEKEY_ENABLE | ||||
|     OPT_DEFS += -DMOUSE_ENABLE | ||||
|  |  | |||
|  | @ -215,12 +215,6 @@ This is still a WIP, but check out `quantum/process_keycode/process_midi.c` to s | |||
|     AU_OFF, | ||||
|     AU_TOG, | ||||
| 
 | ||||
|     #ifdef FAUXCLICKY_ENABLE | ||||
|         FC_ON, | ||||
|         FC_OFF, | ||||
|         FC_TOG, | ||||
|     #endif | ||||
| 
 | ||||
|     // Music mode on/off/toggle | ||||
|     MU_ON, | ||||
|     MU_OFF, | ||||
|  |  | |||
|  | @ -121,10 +121,6 @@ For further details, as well as limitations, see the [Unicode page](feature_unic | |||
| 
 | ||||
| This allows you output audio on the C6 pin (needs abstracting). See the [audio page](feature_audio.md) for more information. | ||||
| 
 | ||||
| `FAUXCLICKY_ENABLE` | ||||
| 
 | ||||
| Uses buzzer to emulate clicky switches. A cheap imitation of the Cherry blue switches. By default, uses the C6 pin, same as `AUDIO_ENABLE`. | ||||
| 
 | ||||
| `VARIABLE_TRACE` | ||||
| 
 | ||||
| Use this to debug changes to variable values, see the [tracing variables](unit_testing.md#tracing-variables) section of the Unit Testing page for more information. | ||||
|  |  | |||
|  | @ -220,12 +220,6 @@ const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = LAYOUT_ortho_4x12( | |||
|     AU_OFF, | ||||
|     AU_TOG, | ||||
| 
 | ||||
|     #ifdef FAUXCLICKY_ENABLE | ||||
|         FC_ON, | ||||
|         FC_OFF, | ||||
|         FC_TOG, | ||||
|     #endif | ||||
| 
 | ||||
|     // Music mode on/off/toggle | ||||
|     MU_ON, | ||||
|     MU_OFF, | ||||
|  |  | |||
|  | @ -110,10 +110,6 @@ make コマンド自体にもいくつかの追加オプションがあります | |||
| 
 | ||||
| C6 ピン(抽象化が必要)でオーディオ出力できます。詳細は[オーディオページ](ja/feature_audio.md)を見てください。 | ||||
| 
 | ||||
| `FAUXCLICKY_ENABLE` | ||||
| 
 | ||||
| クリック音のあるスイッチをエミュレートするためにブザーを使います。Cherry社製の青軸スイッチの安っぽい模倣です。デフォルトでは、`AUDIO_ENABLE` と同じように C6 ピンを使います。 | ||||
| 
 | ||||
| `VARIABLE_TRACE` | ||||
| 
 | ||||
| これを使って変数の値の変更をデバッグします。詳細についてはユニットテストのページの[変数のトレース](ja/unit_testing.md#tracing-variables)のセクションを見てください。 | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| EXTRAFLAGS += -flto | ||||
| 
 | ||||
| LAYOUTS = 60_ansi | ||||
|  |  | |||
|  | @ -31,6 +31,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_4x4 numpad_4x4 | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| # Enable generic behavior for split boards
 | ||||
| SPLIT_KEYBOARD = yes | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_4x4  ortho_4x8  ortho_4x12  ortho_4x16 | ||||
| 
 | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_5x5  ortho_5x10  ortho_5x15 | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| # Enable generic behavior for split boards
 | ||||
| SPLIT_KEYBOARD = yes | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| # Enable generic behavior for split boards
 | ||||
| SPLIT_KEYBOARD = yes | ||||
|  |  | |||
|  | @ -6,11 +6,10 @@ EXTRAKEY_ENABLE = yes        # Audio control and System control | |||
| CONSOLE_ENABLE = no          # Console for debug | ||||
| COMMAND_ENABLE = no          # Commands for debug and configuration | ||||
| BACKLIGHT_ENABLE = yes       # Enable keyboard backlight functionality | ||||
| MIDI_ENABLE = no             # MIDI support  | ||||
| MIDI_ENABLE = no             # MIDI support | ||||
| UNICODE_ENABLE = no          # Unicode | ||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no            # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||
| TAP_DANCE_ENABLE = no | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend (it uses the same timer as BACKLIGHT_ENABLE) | ||||
| 
 | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| # Enable generic behavior for split boards
 | ||||
| SPLIT_KEYBOARD = yes | ||||
|  |  | |||
|  | @ -16,7 +16,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_5x15 | ||||
| DEFAULT_FOLDER = 40percentclub/i75/promicro | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_4x4  ortho_4x8  ortho_4x12 | ||||
| 
 | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| # custom matrix setup
 | ||||
| CUSTOM_MATRIX = yes | ||||
|  |  | |||
|  | @ -22,10 +22,9 @@ COMMAND_ENABLE = no         # Commands for debug and configuration | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | ||||
| NKRO_ENABLE = no            # USB Nkey Rollover  | ||||
| NKRO_ENABLE = no            # USB Nkey Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| MIDI_ENABLE = no            # MIDI support | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| UNICODE_ENABLE = no         # Unicode | ||||
|  |  | |||
|  | @ -22,10 +22,9 @@ COMMAND_ENABLE = no         # Commands for debug and configuration | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | ||||
| NKRO_ENABLE = no            # USB Nkey Rollover  | ||||
| NKRO_ENABLE = no            # USB Nkey Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| MIDI_ENABLE = no            # MIDI support | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| UNICODE_ENABLE = no         # Unicode | ||||
|  |  | |||
|  | @ -22,10 +22,9 @@ COMMAND_ENABLE = no         # Commands for debug and configuration | |||
| # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | ||||
| NKRO_ENABLE = no            # USB Nkey Rollover  | ||||
| NKRO_ENABLE = no            # USB Nkey Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| MIDI_ENABLE = no            # MIDI support | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| UNICODE_ENABLE = no         # Unicode | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| ENCODER_ENABLE = yes | ||||
| DIP_SWITCH_ENABLE = yes | ||||
| LTO_ENABLE = yes | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| ENCODER_ENABLE = yes | ||||
| RGBLIGHT_ENABLE = yes | ||||
|  |  | |||
|  | @ -29,5 +29,4 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| ENCODER_ENABLE = yes		# Enable support for rotary encoders | ||||
|  |  | |||
|  | @ -18,7 +18,5 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| # Enter lower-power sleep mode when on the ChibiOS idle thread
 | ||||
| OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | ||||
|  |  | |||
|  | @ -28,6 +28,4 @@ RGBLIGHT_ENABLE = yes        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LTO_ENABLE = yes | ||||
|  |  | |||
|  | @ -18,8 +18,6 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| # Enter lower-power sleep mode when on the ChibiOS idle thread
 | ||||
| OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | ||||
| 
 | ||||
|  |  | |||
|  | @ -16,11 +16,10 @@ SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | |||
| NKRO_ENABLE = no            # USB Nkey Rollover | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality on B7 by default | ||||
| RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | ||||
| MIDI_ENABLE = no            # MIDI support  | ||||
| MIDI_ENABLE = no            # MIDI support | ||||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_4x12 | ||||
| 
 | ||||
|  |  | |||
|  | @ -28,5 +28,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
|  |  | |||
|  | @ -28,4 +28,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 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
 | ||||
|  |  | |||
|  | @ -28,5 +28,4 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| SPLIT_KEYBOARD = yes        # Split keyboard | ||||
| SPLIT_KEYBOARD = yes        # Split keyboard | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_tsangan_hhkb | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,7 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| CUSTOM_MATRIX = yes | ||||
| SRC += matrix.c | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,5 +29,4 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| EXTRAFLAGS += -flto | ||||
|  |  | |||
|  | @ -28,4 +28,3 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_6x4 numpad_6x4 | ||||
|  |  | |||
|  | @ -29,7 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| CUSTOM_MATRIX = yes | ||||
| SRC += matrix.c | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = 66_ansi 66_iso | ||||
| 
 | ||||
|  |  | |||
|  | @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = numpad_5x4 | ||||
|  |  | |||
|  | @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = numpad_5x4 | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = numpad_5x4 | ||||
| 
 | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| OLED_DRIVER_ENABLE = yes | ||||
| CUSTOM_MATRIX = yes | ||||
| 
 | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,5 +28,4 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| UNICODE_ENABLE = yes        # Unicode | ||||
|  |  | |||
|  | @ -27,6 +27,5 @@ RGBLIGHT_ENABLE = yes        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| SPLIT_KEYBOARD = yes | ||||
|  |  | |||
|  | @ -21,4 +21,3 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -16,6 +16,5 @@ 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 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| DEFAULT_FOLDER = atreus/astar | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| LTO_ENABLE = yes | ||||
| 
 | ||||
| LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_tsangan_hhkb | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = 65_iso_blocker | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = tkl_ansi | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| DEFAULT_FOLDER = bat43/rev2 | ||||
|  |  | |||
|  | @ -28,4 +28,3 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,4 +28,3 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,4 +28,3 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,4 +28,3 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| RGBLIGHT_ENABLE = yes | ||||
|  |  | |||
|  | @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_4x4 | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no             # MIDI support | |||
| UNICODE_ENABLE = no          # Unicode | ||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no            # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||
| RGB_MATRIX_ENABLE = yes | ||||
| RGB_MATRIX_DRIVER = WS2812 | ||||
| LTO_ENABLE = yes | ||||
|  |  | |||
|  | @ -28,7 +28,7 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_4x12 | ||||
| 
 | ||||
| # Disable unsupported hardware
 | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_5x12 | ||||
| 
 | ||||
|  |  | |||
|  | @ -28,4 +28,3 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -13,5 +13,5 @@ MIDI_ENABLE = no            # MIDI controls | |||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  | ||||
| RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ MIDI_ENABLE = no            # MIDI controls | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| CUSTOM_MATRIX = lite | ||||
| SRC += matrix.c | ||||
|  |  | |||
|  | @ -28,4 +28,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ MIDI_ENABLE = no            # MIDI controls | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| CUSTOM_MATRIX = yes | ||||
| SRC += matrix.c | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| CUSTOM_MATRIX = yes | ||||
| SRC += matrix.c | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,5 +29,4 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| OLED_DRIVER_ENABLE = yes | ||||
|  |  | |||
|  | @ -29,5 +29,4 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| OLED_DRIVER_ENABLE = yes | ||||
|  |  | |||
|  | @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| DEFAULT_FOLDER = business_card/beta | ||||
|  |  | |||
|  | @ -16,10 +16,9 @@ RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| WS2812_DRIVER = spi | ||||
| 
 | ||||
| # Wildcard to allow APM32 MCU 
 | ||||
| # Wildcard to allow APM32 MCU
 | ||||
| DFU_SUFFIX_ARGS = -p FFFF -v FFFF | ||||
| 
 | ||||
| # Enter lower-power sleep mode when on the ChibiOS idle thread
 | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| CUSTOM_MATRIX = lite | ||||
| 
 | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| UNICODE_ENABLE = yes | ||||
| CUSTOM_MATRIX = yes | ||||
| 
 | ||||
|  |  | |||
|  | @ -28,7 +28,6 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| CUSTOM_MATRIX = lite | ||||
| SRC += matrix.c | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality on B7 by d | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = numpad_5x4 | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ MIDI_ENABLE = yes            # MIDI controls | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = yes           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = ortho_4x4 | ||||
|  |  | |||
|  | @ -28,6 +28,5 @@ RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow | |||
| MIDI_ENABLE = no            # MIDI support | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| ENCODER_ENABLE = yes        # Enable support for encoders | ||||
| OLED_DRIVER_ENABLE = yes    # Enable support for OLED displays | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no             # MIDI support | |||
| UNICODE_ENABLE = no          # Unicode | ||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no            # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -22,6 +22,5 @@ MIDI_ENABLE = no             # MIDI support | |||
| UNICODE_ENABLE = no          # Unicode | ||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no            # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = 60_ansi | ||||
|  |  | |||
|  | @ -22,4 +22,3 @@ MIDI_ENABLE = no             # MIDI support | |||
| UNICODE_ENABLE = no          # Unicode | ||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no            # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -22,6 +22,5 @@ MIDI_ENABLE = no             # MIDI support | |||
| UNICODE_ENABLE = no          # Unicode | ||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no            # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||
| 
 | ||||
| LAYOUTS = 65_ansi | ||||
|  |  | |||
|  | @ -22,4 +22,3 @@ MIDI_ENABLE = no             # MIDI support | |||
| UNICODE_ENABLE = no          # Unicode | ||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no            # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,5 +29,4 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| SPLIT_KEYBOARD = yes | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
|  |  | |||
|  | @ -16,7 +16,6 @@ MIDI_ENABLE = no            # MIDI support | |||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||
| BLUETOOTH = AdafruitBLE | ||||
| ADAFRUIT_BLE_ENABLE = yes | ||||
| 
 | ||||
|  |  | |||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Drashna Jaelre
						Drashna Jaelre