aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/speedo/rules.mk
blob: b961b08c06c96177adf4501b7a461f657df99b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# MCU name
MCU = atmega32u4

# Bootloader selection
#   Teensy       halfkay
#   Pro Micro    caterina
#   Atmel DFU    atmel-dfu
#   LUFA DFU     lufa-dfu
#   QMK DFU      qmk-dfu
#   ATmega32A    bootloadHID
#   ATmega328P   USBasp
BOOTLOADER = halfkay

# Build Options
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = no      # Virtual DIP switch configuration
MOUSEKEY_ENABLE = yes       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = yes        # 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 = 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 on B7 by default
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
span class="p">, "mediatek,mt7622"; }; &nor_partitions { partition@0 { label = "bl2"; reg = <0x0 0x20000>; }; partition@20000 { label = "fip"; reg = <0x20000 0xa0000>; }; partition@c0000 { label = "u-boot-env"; reg = <0xc0000 0x10000>; }; factory: partition@d0000 { label = "factory"; reg = <0xd0000 0x40000>; read-only; }; eeprom: partition@110000 { label = "eeprom"; reg = <0x110000 0x10000>; read-only; }; partition@120000 { label = "recovery"; reg = <0x120000 0xee0000>; }; partition@1000000 { compatible = "denx,fit"; label = "firmware"; reg = <0x1000000 0x3000000>; }; }; &wmac { mediatek,mtd-eeprom = <&factory 0x0>; nvmem-cells = <&macaddr_eeprom_0>; nvmem-cell-names = "mac-address"; status = "okay"; }; &slot0 { wifi@0,0 { reg = <0x0 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x20000>; nvmem-cells = <&macaddr_eeprom_6>; nvmem-cell-names = "mac-address"; ieee80211-freq-limit = <5000000 6000000>; }; }; &gmac0 { nvmem-cells = <&macaddr_eeprom_0>; nvmem-cell-names = "mac-address"; }; &eeprom { compatible = "nvmem-cells"; #address-cells = <1>; #size-cells = <1>; macaddr_eeprom_0: macaddr@0 { reg = <0x0 0x6>; }; macaddr_eeprom_6: macaddr@6 { reg = <0x6 0x6>; }; };