• 3 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: August 11th, 2023

help-circle






  • J’attends ma femme. Je n’aime pas m’endormir seul et ma femme vient se coucher un peu plus tard que moi, donc quand la fatigue arrive je met au lit, et… j’attends qu’elle arrive. Alors je regarde un peu le phone, les messages sur discord, les derniers post sur les forums etc.

    Et quand elle arrive, que je lui fait une petite place au lit elle me dit “ah je voulais lire un peu au lit avant de m’endormir !”





  • I’ve also ordered a sofle choc v3 and started to use it, but I didn’t soldered the led or the screens yet. I’m also happy with my keyboard and the delivery was done properly !

    As a minor point I’m not sure if the sources for the keyboard have been published yet (the fork in the repo haven’t been updated since a lot of time, and I didn’t found a v3 branch). This is not a problem for me but can be if you have foss vibes.

    I’ve also removed the bottom plate because it make the keyboard sound… oddly when you press a key. I have to make some tests with plasstics screws instead of the metal ones given in the kit.

    Otherwise, I’m very happy with the keyboard, comming from a typematrix I’ve been able to use it as soon it was flashed !


  • C’est incroyable de se dire que notre écriture actuelle est dérivée de la capitale romaine utilisée il y a plus de 2000 ans.

    La minuscule caroline fondée il y a 1200 est encore lisible de nos jours (contrairement à la gothique utilisée au moyen age)

    C’est également amusant de suivre l’évolution du « A » triangulaire jusqu’au « a » tout en rondeur.


  • Chimrod@jlai.luOPtoErgoMechKeyboards@lemmy.worldSMC diode direction
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    Thanks all for your comments and answers, I’ve just tests the keyboard and it seems to work pretty fine, I’m really happy, I didn’t expect to get something working directly!

    As a reminder, here is the commands I’ve used to get the firmware to copy:

    # Install the required compiler
    sudo apt install gcc-arm-none-eabi
    # Enter in the virtual environment
    . ~/.virtualenvs/qmk/bin/activate.fish
    # Check the keyboard
    qmk list-keyboards | grep sofle
    # Check the keymaps
    qmk list-keymaps -kb sofle_choc
    # Compile
    qmk flash -kb sofle_choc -km via -e CONVERT_TO=promicro_rp2040