Commit Graph

66 Commits (b49c657ac1f07689fe575b901bfe080c301ab1d4)

Author SHA1 Message Date
Ryan 6ea4b06f9f
Run cformat and dos2unix manually (#11235) 4 years ago
Ryan 501f2fdef1
Normalise include statements in core code (#11153) 4 years ago
James Young c66df16644
2020 November 28 Breaking Changes Update (#11053) 5 years ago
sol 01d2a03258
Fix SPLIT_KEYBOARD compilation for ATMega*U2, which doesn't have VBUS/OTG control (#10460) 5 years ago
Takeshi ISHII 5c8b23ccff
add SPLIT_HAND_MATRIX_GRID support (#8685) 5 years ago
Adrian cff3c3bf28
Fixed slave-side keyboard half unresponsiveness (#9360) 5 years ago
Nick Brassel fd4f102977
Fix build. (#9163) 5 years ago
QMK Bot c63fd051da format code according to conventions [skip ci] 5 years ago
Joel Challis 205321c377
Slight speed increases for matrix scanning (#9150) 5 years ago
Joel Challis 1816ad01d0
Use LUFA funcs for split_util (#8594) 5 years ago
zvecr 406dc2fb2d Move encoder_read to common location 5 years ago
Joel Challis 6ceaae30f5
Run clang-format manually to fix recently changed files (#8552) 5 years ago
brickbots bfb2f8e0a8
Add Word Per Minute calculation feature (#8054) 5 years ago
Joel Challis f6111d49bb
Split - Avoid race condition during matrix_init_quantum (#8235) 5 years ago
Joel Challis 7707724dc4
Allow 30us matrix delay to be keyboard/user overridable (#8216) 5 years ago
Joel Challis 667b29b77c
Align split_common/matrix.c with matrix.c (#8153) 5 years ago
Joel Challis 307be48de9
Reduce SPLIT_USB_TIMEOUT by 500ms (#7637) 5 years ago
Joel Challis e4a0f841e1
Update split serial code to use driver pattern (#7990) 5 years ago
fauxpark eb5d267e63
Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915) 5 years ago
Joel Challis 48cac9e3c8
Migrate more custom matrix 'lite' code to core (#7863) 5 years ago
Joel Challis dcb7ca3f79
Move some common matrix code to a common location (#7699) 5 years ago
Joel Challis f3bf301825
Disable usb on slave half to resolve random 'lockup' (#7649) 5 years ago
Danny bf962821b3 Remove check for EH define (#7525) 6 years ago
fauxpark 363cdb5fc0 Remove duplicate pro_micro.h (#7246) 6 years ago
Joel Challis 5dc91ddc60
SPLIT - Remove NO_USB_STARTUP_CHECK requirement for usb detection (#7053) 6 years ago
Joel Challis 76378d74f5 ARM split - detect USB to select master/slave (#6424) 6 years ago
Joel Challis ad8dbd5ca5
ARM split - Add bootmagic/magic keycodes for setting handedness (#6545) 6 years ago
skullY b624f32f94 clang-format changes 6 years ago
Takeshi ISHII 1c5b0cbbeb AVR GPIO macro defines more readable (#5937) 6 years ago
Garrett Singer f644db042c [Split] Add config option for DIRECT_PINS_RIGHT (#6479) 6 years ago
Joel Challis b1691ba696 Fix MATRIX_X_PINS_RIGHT ARM compilation (#6395) 6 years ago
Drashna Jaelre f6c7e11426 Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328) 6 years ago
zvecr 05990c9bda Small fix to allow board to override split keyboard master check 6 years ago
Danny 810c8db770 Set default I2C clock speed to 100kHz for split_common (#6161) 6 years ago
Danny Nguyen 2c8149aa55 Fix compilation error when I2C and encoder is enabled for split code 6 years ago
Rainer Clasen 12e6d41202 [Split] fix split_common i2c backlight disabling (#3886) 6 years ago
XScorpion2 e01b2d518a [Keyboard] Sol keyboard conversion to split common (#5773) 6 years ago
Takeshi ISHII 7e67bd791b Change split_common to use RGBLIGHT_SPLIT (#5509) 6 years ago
XScorpion2 63177760de Added encoder support to split common code (#5477) 6 years ago
Danny f077204fae Add support for RGB LEDs wired directly to each half's controller (#5392) 6 years ago
James Churchill cd696ed3d1 Fix i2c splits with >8 columns (#5454) 6 years ago
Len Trigg 9c4424ae2c rgblight split transfer non-eeprom config (#5396) 6 years ago
James Churchill 37932c293c Next set of split_common changes (#4974) 6 years ago
Takeshi ISHII 030faf951c Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174) 6 years ago
James Churchill 28929ad017 Simplify split_common Code significantly (#4772) 6 years ago
James Churchill 563ce3f225 Add explicit eeprom include in split_common 6 years ago
James Churchill 38e01a7480 Convert split_common to use generic GPIO api 6 years ago
Drashna Jaelre 6b46c06018 Fix Split Common Split_util.c typo 6 years ago
Danny c0859ac096 Update split keyboard docs (#4735) 6 years ago
Takeshi ISHII 72d4e4bfd7 Replace serial.c of quantum/split_common/ (#4669) 6 years ago