summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/rev2
Commit message (Collapse)AuthorAge
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
* Refactor quantum/split_common/i2c.c, quantum/split_common/serial.c (#4522)Takeshi ISHII2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add temporary compile test shell script * Extended support of SKIP_VERSION to make invariant compile results during testing. * build_keyboard.mk, tmk_core/rules.mk: add LIB_SRC, QUANTUM_LIB_SRC support Support compiled object enclosed in library. e.g. ``` LIB_SRC += xxxx.c xxxx.c --> xxxx.o ---> xxxx.a ``` * remove 'ifdef/ifndef USE_I2C' from quantum/split_common/{i2c|serial}.c * add SKIP_DEBUG_INFO into tmk_core/rules.mk When SKIP_DEBUG_INFO=yes is specified, do not use the -g option at compile time. * tmk_core/rules.mk: Library object need -fno-lto * add SKIP_DEBUG_INFO=yes * remove temporary compile test shell script * add '#define SOFT_SERIAL_PIN D0' to keyboards/lets_split/rev?/config.h * quantum/split_common/serial.c: Changed not to use USE_I2C.
* Keyboard: Refactor lets split to use split common code (#4536)zvecr2018-12-05
| | | | | | | | | | * 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
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-22
| | | | Fixes #3641
* More Configurator Warning Fixes (#2716)MechMerlin2018-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix Audio chime overrides in split keyboardsDrashna Jael're2017-12-04
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* fix up lets_split keymapsJack Humbert2017-11-14
|
* Do some cleanup for the APIskullY2017-11-02
|
* remove all makefiles from keyboard directoriesJack Humbert2017-09-27
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-20
|
* update some copyright headersJack Humbert2017-06-28
|
* cleanup lets_splitJack Humbert2017-06-28
|
* Remove the DIODE_DIRECTION defines from lets_split so we can close #1067skullY2017-06-24
|
* Move SSD1306 function declarations to header fileDanny Nguyen2017-04-03
|
* Revise KEYMAP macro to make left and right halves more clearDanny Nguyen2017-04-03
|
* Merged Fliphalf, now defined in config, added OLEDishtob2017-03-22
| | | | | | | Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ```
* Reverse rev2 and rev2fliphalfTerryMathews2017-02-06
| | | | Flipped definitions on what constitutes "fliphalf" by popular demand.
* Revert "Reverse rev2 and rev2fliphalf"TerryMathews2017-02-06
| | | | This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
* Reverse rev2 and rev2fliphalfTerryMathews2017-02-06
| | | | Flipped definitions on what constitutes "fliphalf" by popular demand.
* More code cleanupTerryMathews2017-01-22
| | | | | Missed a few commented out vestigal defines in revx/config.h that had been moved to keymap/serial and i2c.
* Missed commenting out notes at end of lineTerryMathews2017-01-22
|
* Fixed keymap matrix on rev2TerryMathews2017-01-22
| | | | | * Fixed keymap matrix in rev2 so that left half and right half match when in same orientation.
* Created lines to uncomment keyboards built upside downTerryMathews2017-01-22
| | | | | * Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
* Refactor code to eliminate duplicate definesTerryMathews2017-01-22
| | | | | | | | * Moved duplicated defines out of inappropriate source files (matrix pins in keymap subdirectory) * Eliminated default keymap directory * Hardcoded serial keymap to use serial defines and EE_CONFIG * Hardcoded i2c keymap to use i2c defines
* should have fixed conflixedclimbalima2016-11-16
|
* Merge https://github.com/climbalima/qmk_firmwareclimbalima2016-11-16
|\
| * Added both revisions into one folderclimbalima2016-11-10
|
* Updated my repo to current qmkclimbalima2016-11-16