aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/sockets/sockets.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous JTAG disable code (#6445)fauxpark2019-08-201-1/+0
| | | | | | | | | | | | | | | | | | * Remove superfluous JTAG disable code * 32A has differently named register * Accidentally some operators * 32A also has different JTAG pins * Wrap disable_jtag() in an ifndef * Document this new define * Rename the define, it conflicts with a LUFA thing Also, move the ifndef wrapping to the call in keyboard_setup()
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-211-4/+0
|
* Keyboard: Refactor lets split to use split common code (#4536)zvecr2018-12-051-4/+1
| | | | | | | | | | * Refactor lets split to use split common code * Refactor lets split to use split common code * Build fixes for OLED_sample keymap * Build fixes for OLED_sample keymap - attempt to reduce firmware size
* More Configurator Warning Fixes (#2716)MechMerlin2018-04-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard
* Updated files to better support sockets version (#2255)Mikkel Jeppesen2018-01-121-2/+3
|
* fix up lets_split keymapsJack Humbert2017-11-141-1/+3
|
* Added support for let's split kailh socket version (#2010)Mikkel Jeppesen2017-11-141-0/+60
* Added support for socket version of the let's split * renamed files * socket-version-works