geekhack
geekhack Community => Keyboards => Topic started by: Me on Sun, 14 March 2021, 21:58:56
-
I really don't know what controller to pick. I was thinking about the proton c and/or elite c, but the elite is 17.99 and the proton is sold out... I was wondering what would be a good(cheaper) alternative. I will post a link of my kb's layout that I made myself(basically a 60% but with arrow keys) if it matters. Also, off topic but I am not sure whether to add f-keys or not to the layout, is relying on layers really inconvenient? If you cannot answer that question thats fine im mainly looking for an answer to the first question
-
Pro micro is cheap if the number of pins is enough for your matrix.
-
I think it is, so thanks!
-
[attachimg=1]
ranked by price: stm32f103 (blue pill), stm32f103, pro micro, Raspberry Pi Pico, stm32f411, teensy 2.0
Pico is DUAL core cortex-M0+, while stm32f411 is single core cortex-M4.
Pico currently not supported by qmk, but supported by circuit python + kmk and may be zmk; all others are supported by qmk.
Most widely used: pro micro/teensy
Lowest cost: stm32f103 (blue pill)
Most feature rich/bang for the buck: pico
-
Thx so much!