summaryrefslogtreecommitdiff
path: root/keyboards/sofle
AgeCommit message (Collapse)AuthorFilesLines
2025-05-27Fix Sofle OLED layer indication code (#25311)Idkau1-2/+5
Fixed oled raise/lower layer order and added adjust layer text to oled display
2025-04-14Remove Sofle `rgb_default` keymap & tidy readme's (#25010)jack8-801/+19
2025-01-20Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis1-1/+0
2024-11-23Update keymaps to use PDF keycode (#24633)Joel Challis2-32/+9
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel8-496/+0
2024-08-25Update Underglow keycodes (#23765)Ryan1-3/+3
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-07-23Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)Joel Challis1-1/+3
Migrate split.soft_serial_pin to split.serial.pin
2024-07-21Merge branch 'master' into developDasky1-1/+2
2024-07-21Fix build failures noticed in #24163 CI log. (#24164)Dasky1-1/+2
2024-07-20Remove instances of MASTER_LEFT. (#24163)Dasky1-5/+0
2024-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+8
2024-04-19[sofle] Fix layout order affecting messed up lower/raise/adjust layer (#23555)Santosh Kumar1-0/+8
2024-04-12Corrections to split keyboard migrations (#23462)Joel Challis2-4/+0
2024-04-11Move `SPLIT_KEYBOARD` to data driven (#21410)Duncan Sutherland2-0/+4
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-2/+0
2024-02-15Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084)Joel Challis31-3309/+0
2024-01-23Fixup sofle (#22934)jack20-457/+238
* initial * Update keyboards/sofle/info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/sofle/info.json Co-authored-by: Drashna Jaelre <drashna@live.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark4-737/+0
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan1-1/+1
2023-12-18Remove obvious user keymaps, `keyboards/[0-9]*` edition. (#22691)Nick Brassel4-737/+0
2023-12-12Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan2-8/+8
2023-12-05Remove "empty" files (#22603)Joel Challis1-6/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis5-734/+0
2023-11-09Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+2
2023-11-09Fix indicator LED definition for Sofle RGB. (#22408)Matthias Liffers1-2/+2
2023-10-21Migrate recently introduced sync items (#22305)Joel Challis2-4/+7
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-08-15OLED: driver naming cleanups (#21710)Ryan10-12/+2
2023-07-03Fix encoder map declarations (#21435)Joel Challis1-1/+1
2023-06-29Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2023-06-29sofle/rev1:devdev: Disable console (#21401)フィルターペーパー1-1/+1
2023-06-28Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2023-06-28[Keyboard] Sofle: fix LED count (#21386)フィルターペーパー1-1/+1
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan4-5/+6
2023-06-24Move `TAPPING_TERM` to data driven (#21296)Ryan2-2/+3
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2-9/+1
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-19Remove encoder in-matrix workaround code (#20389)jack3-87/+27
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan2-1/+1
2023-06-16Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2-1/+1
2023-06-14Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2-26/+1
2023-06-06Move `RGBLED_SPLIT` to data driven (#21113)Ryan2-2/+2
Co-authored-by: Joel Challis <git@zvecr.com>
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2-1/+3
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-10Tidy up encoder_map directions (#20847)Joel Challis1-1/+1
2023-05-04Merge remote-tracking branch 'origin/master' into developQMK Bot4-44/+11
2023-05-03`sofle/via` encoder map & doc handedness update (#20630)IreuN4-44/+11
2023-04-15Encodermap direction define. (#20454)Nick Brassel2-2/+2
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan5-80/+139
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan7-6/+8
2023-04-03[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann1-3/+2
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan4-28/+2
Co-authored-by: Nick Brassel <nick@tzarc.org>