logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (2082B)


  1. # M48
  2. ![M48](https://i.imgur.com/QLuCAlWh.jpg)
  3. A (12x4) ortholinear keyboard that can be hand wired or using a pcb.
  4. * Keyboard Maintainer: [Alin Elena](https://github.com/alinelena) ([@drFaustroll on GitLab](https://gitlab.com/drFaustroll))
  5. * Hardware Supported: custom pcb [see](https://gitlab.com/m-lego/m48) STM32F401 from we act (rev1)
  6. * Hardware Availability: [custom how to](https://gitlab.com/m-lego/m65)
  7. Make example for this keyboard (after setting up your build environment):
  8. make mlego/m48/rev1:default
  9. Flashing example for this keyboard:
  10. make mlego/m48/rev1:default
  11. To enter flashing mode, press Lower+Raise+1 or Lower+Raise+0 also on microcontroller keep pressed BOOT0 and then NRST, release NRST and then after 0.5s or so release BOOT0.
  12. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  13. ## Pins for rev1 stm32f401
  14. the same for stm32f411
  15. | Rows | C0 | C1 | C2 | C3 | C4 | C5 | C6 | C7 | C8 | C9 | C10 | C11 | Pins |
  16. | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
  17. | R0 | Tab | q | w | e | r | t | y | u | i | o | p | BSpace| A6 |
  18. | R1 | Esc | a | s | d | f | g | h | j | k | l | ; | ' | A7 |
  19. | R2 | Shift | z | x | c | v | b | n | m | , | . | / | Enter | B0 |
  20. | R3 | Ctrl | Menu | Alt | Fn | Lower | Space | Space | Raise | Left | Down | Up | Right | B10 |
  21. | Pins | A10 | A15 | B3 | B4 | B5 | B7 | B6 | A1 | A2 | A3 | A4 | A5 | |
  22. ### Encoders:
  23. - Pad_A: A0
  24. - Pad_B: B8
  25. ### Leds
  26. | Leds | Pin |
  27. | ----------- | --- |
  28. | NUM_LOCK | B12 |
  29. | CAPS_LOCK | C13 |
  30. | SCROLL_LOCK | B13 |
  31. | RBG_DI | B15 |