aboutsummaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add continuation ID support to jedec.cCarl-Daniel Hailfinger2007-12-311-3/+20
* Refine various vendor ID annotationsCarl-Daniel Hailfinger2007-12-311-10/+20
* Add support for various ST M25P* chipsCarl-Daniel Hailfinger2007-12-171-0/+8
* Rename SPI erase functions to include opcodeCarl-Daniel Hailfinger20
# 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 = atmel-dfu

# Build Options
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = lite      # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = no        # Console for debug
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 = yes            # 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
>
1-2/+5
* Add support for the Winbond W39V040FA chipUwe Hermann2007-05-211-0/+1
* Fix coding style of flashrom by running indent on all filesUwe Hermann2007-05-091-5/+5
* Add initial support for the following flash chipsUwe Hermann2007-04-281-1/+4
* Trivial (cosmetic) cleanupStefan Reinauer2007-04-061-9/+10
* Split flash_enable.c into chipset_enable.c and board_enable.cLuc Verhaegen2007-04-041-2/+10
* Drop useless and partly even incorrect commentsUwe Hermann2007-04-011-49/+54
* Coding style fixesUwe Hermann2007-04-011-72/+71
* Add Winbond W39V080A supportDavid Hendricks2007-03-021-0/+1
* This patch is a rework of Adam Kaufman's Solaris patchAdam Kaufman2007-02-061-0/+38
* Add support for the SST 49LF160CAlan Carvalho de Assis2007-01-271-0/+1
* Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016CYinghai Lu2007-01-221-0/+3
* Add support for ASD AE49F2008 Stefan Reinauer2006-11-211-0/+3
* Rename SM_ID to SYNCMOS_IDUwe Hermann2006-11-211-1/+1
* Add support for the SyncMOS S29C51001T, S29C51004T, and S29C31004TUwe Hermann2006-11-211-1/+4
* Support for the 256K SyncMos S29C51002T flashGiampiero Giancipoli2006-11-201-0/+3
* Here's a small patch to add support for the SST 49LF020AUwe Hermann2006-10-071-0/+1
* Add support for SST39SF040, SST39SF010A and W39V040BStefan Reinauer2006-07-311-6/+9
* Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw>Stefan Reinauer2006-07-191-0/+1
* Add support for EFST F49B002UA (untested)Stefan Reinauer2006-06-301-0/+3
* Add support for PMC 49FL002 as used in the RD1-PMC2Stefan Reinauer2006-06-251-0/+1
* Add support for Winbond W49V002AStefan Reinauer2006-06-141-0/+1
* Multiple unrelated changesScott Tsai2006-03-311-0/+1
* Multiple unrelated changesStefan Reinauer2006-03-311-1/+2
* Support for Am29F016DStefan Reinauer2006-03-161-0/+1
* Add support for ST M29F040BStefan Reinauer2006-02-241-0/+1