GithubHelp home page GithubHelp logo

Comments (3)

haata avatar haata commented on May 29, 2024

Yeah, I don't really have support for software usb. Though It can be added (I think tmk has experimental virtual usb support).

The other big problem is the amount of RAM and Flash on the atmega32a.
32k of Flash is not that much and 2k of SRAM is definitely not enough right now.

The macro'ing system is basically an unrolled regex, which requires quite a bit of state and all of those state transitions need to be stored in flash.
I am planning on implementing a low RAM usage version of the macro (kll) engine that will only support macro combinations (no sequences) and layers. That might have a chance at fitting.

I've been transitioning away from AVR over the past few years because it's just more annoying to work with than ARM (dealing with flash is soooo much easier). avr-gcc also tends to fluctuate a lot.

Anyways, I'm happy to help out a bit if you want to submit some patches, but otherwise, good luck in finding something :D

from controller.

azhang avatar azhang commented on May 29, 2024

Thanks for the explanation! Very helpful. I think at this point I might just design my own pcb rather than trying to get this FaceW to work, haha.

from controller.

haata avatar haata commented on May 29, 2024

Haha, g'luck.

The infinity pcb was open-sourced very recently. Feel free to use it. The tmk has also been ported to it.

from controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.