summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/rev2
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-2/+3
|
* Remove `FLIP_HALF` layouts and move to data driven (#20588)Ryan2023-04-302-47/+61
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-3/+3
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-291-0/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-162-3/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove pointless `USE_I2C` blocks in keyboard headers (#20084)Ryan2023-03-101-8/+0
|
* Move matrix config to info.json, part 2 (#19987)Ryan2023-03-102-7/+5
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-3/+3
|
* Remove matrix size defines (#19581)Ryan2023-02-171-5/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-3/+0
|
* Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan2022-08-202-7/+9
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* Remove empty override functions (#14312)Ryan2021-09-051-22/+0
| | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* Add a <FEATURE>_SUPPORTED flag (#9058)Zach White2021-01-301-0/+2
| | | | | | | | | | | | | | | | | | * Initial attempt at allowing keyboards to indicate what features they do not support * try to use a for loop instead * Update disable_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * add a few more features * remove my test fixture * disable things that make all:all suggested" Co-authored-by: Zach White <skullydazed@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove `DESCRIPTION`, K-M (#11619)Ryan2021-01-201-1/+0
|
* [Keyboard] Add Via support for Let's Split v2 (#9448)Yasha Mostofi2020-06-181-3/+3
| | | | | | | | | | | * initial let's split with rgb * Revert default * Add Via keymap * Remove my keymap * Remove trailing slashes
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark2020-01-191-0/+2
| | | | | | | | | | * Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards * Define diode direction for failing boards * Matching parentheses * Put onekey diode directions in top level config
* Cleanup rules.mk for 32U4 keyboards, L-M (#7120)fauxpark2019-10-241-1/+0
| | | | | | * Cleanup rules.mk for 32U4 keyboards, L-M * Move some stuff to keyboard level
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-211-4/+0
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-052-11/+2
| | | | | | | | | | * 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-221-3/+1
| | | | Fixes #3641
* 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
* Fix Audio chime overrides in split keyboardsDrashna Jael're2017-12-041-16/+0
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-142-2/+2
|
* Do some cleanup for the APIskullY2017-11-021-0/+2
|
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-201-2/+2
|
* update some copyright headersJack Humbert2017-06-281-0/+1
|
* cleanup lets_splitJack Humbert2017-06-281-3/+3
|
* Remove the DIODE_DIRECTION defines from lets_split so we can close #1067skullY2017-06-241-4/+1
|
* Move SSD1306 function declarations to header fileDanny Nguyen2017-04-032-12/+0
|
* Revise KEYMAP macro to make left and right halves more clearDanny Nguyen2017-04-031-40/+40
|
* Merged Fliphalf, now defined in config, added OLEDishtob2017-03-222-8/+59
| | | | | | | Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ```
* Reverse rev2 and rev2fliphalfTerryMathews2017-02-061-4/+4
| | | | Flipped definitions on what constitutes "fliphalf" by popular demand.
* Revert "Reverse rev2 and rev2fliphalf"TerryMathews2017-02-062-7/+7
| | | | This reverts commit 0537977ba1412aa2ba753e152eec445e18858244.
* Reverse rev2 and rev2fliphalfTerryMathews2017-02-062-7/+7
| | | | Flipped definitions on what constitutes "fliphalf" by popular demand.
* More code cleanupTerryMathews2017-01-221-12/+0
| | | | | 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-221-1/+1
|
* Fixed keymap matrix on rev2TerryMathews2017-01-221-4/+4
| | | | | * 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-221-0/+1
| | | | | * Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
* Refactor code to eliminate duplicate definesTerryMathews2017-01-221-2/+2
| | | | | | | | * 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-163-26/+3
|
* Merge https://github.com/climbalima/qmk_firmwareclimbalima2016-11-163-0/+26
|\