diff options
author | Adam Gwilliam <adamgwilliam@gmail.com> | 2020-08-18 16:36:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 14:36:46 -0700 |
commit | 5aa55a715420a4977562c21ae4f76870024e8c42 (patch) | |
tree | ecbd5286855b053b372f7064db0e88305c07e748 /keyboards/boardsource/3x4/rules.mk | |
parent | 03090d657148dcad87f4ad51bba4a13f078a8083 (diff) | |
download | qmk_firmware-5aa55a715420a4977562c21ae4f76870024e8c42.tar.gz qmk_firmware-5aa55a715420a4977562c21ae4f76870024e8c42.zip |
add VIA keymap for boardsource/3x4 (#10043)
* via keymap for boardsource/3x4
* fix formatting
* Apply suggestions from code review
fix rules.mk
* Update keyboards/boardsource/3x4/rules.mk
* use unique product ID
* update vendor id to be unique, update product id to make more sense
Diffstat (limited to 'keyboards/boardsource/3x4/rules.mk')
-rw-r--r-- | keyboards/boardsource/3x4/rules.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/boardsource/3x4/rules.mk b/keyboards/boardsource/3x4/rules.mk index 263c586048..9c9acfda29 100644 --- a/keyboards/boardsource/3x4/rules.mk +++ b/keyboards/boardsource/3x4/rules.mk @@ -24,8 +24,5 @@ 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 BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -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_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |