summaryrefslogtreecommitdiffstats
path: root/keyboards/sofle
Commit message (Expand)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
* OLED: driver naming cleanups (#21710)Ryan2023-08-1510-12/+2
* Fix encoder map declarations (#21435)Joel Challis2023-07-031-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-291-1/+1
|\
| * sofle/rev1:devdev: Disable console (#21401)フィルターペーパー2023-06-291-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-281-1/+1
|\|
| * [Keyboard] Sofle: fix LED count (#21386)フィルターペーパー2023-06-281-1/+1
* | Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-254-5/+6
* | Move `TAPPING_TERM` to data driven (#21296)Ryan2023-06-242-2/+3
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-242-9/+1
* | Remove encoder in-matrix workaround code (#20389)jack2023-06-193-87/+27
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+1
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-1/+1
* | Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2023-06-142-26/+1
* | Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-062-2/+2
|/
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-1/+3
* Tidy up encoder_map directions (#20847)Joel Challis2023-05-101-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-044-44/+11
|\
| * `sofle/via` encoder map & doc handedness update (#20630)IreuN2023-05-034-44/+11
* | Encodermap direction define. (#20454)Nick Brassel2023-04-152-2/+2
* | Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-125-80/+139
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-067-6/+8
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-3/+2
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-164-28/+2
* | Move matrix config to info.json, part 5 (#20003)Ryan2023-03-114-13/+16
|/
* [Keymap] Fix the secondary keyboard not updating WPM (#20069)Budiman Jojo2023-03-091-0/+1
* [Keymap] sofle/keymaps/michal: rewrite (#19938)Michal S2023-02-283-62/+16
* Move encoder config to data driven (#19923)Ryan2023-02-264-17/+26
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-174-6/+6
* Remove matrix size defines (#19581)Ryan2023-02-172-10/+0
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-3/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084-12/+4
* Debounce defines cleanup (#19742)Ryan2023-02-032-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-312-2/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-154-0/+279
|\
| * [Keymap] Add Bastian-Baloup sofle keymap (#18836)Bastien BALOUP2023-01-144-0/+279
* | Remove useless line continuations (#19399)Ryan2022-12-302-60/+60
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-122-2/+2
|/
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-272-2/+2
* Merge remote-tracking branch 'origin/master' into developzvecr2022-11-221-30/+6
|\
| * Use modern solution for tri-layer in sofle default layout (#19113)rafal0p2022-11-201-30/+6
* | Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
* | Normalise MIDI keycodes (#18972)Ryan2022-11-071-5/+5
* | Normalise Auto Shift keycodes (#18892)Ryan2022-10-281-1/+1
* | Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-5/+5
* | Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-2/+2
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-1612-26/+26
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-10-161-2/+2
|\|