logo

qmk_firmware

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

readme.md (1489B)


  1. # frobiac/blackbowl
  2. ![frobiac/blackbowl](https://i.imgur.com/nehpp3fh.jpeg)
  3. Custom 3D-printed and handwired 36-key split-keyboard with trackpoint developed in 2016.
  4. * Keyboard Maintainer: [frobiac](https://github.com/frobiac)
  5. * Hardware Supported: Teensy-2.0, IBM Trackpoint, one MCP23018 per side, one RGB-LED
  6. * Development History: [deskthority.net](https://deskthority.net/viewtopic.php?p=344785#p344785)
  7. * Layout [Alpha KLE](http://www.keyboard-layout-editor.com/#/gists/6a6ec84d59fc346effbe894af159eabd) (same as BlackBowl)
  8. * [Original Firmware](https://github.com/frobiac/adnw)
  9. Make example for this keyboard (after setting up your build environment):
  10. make frobiac/blackbowl
  11. Flashing example for this keyboard:
  12. make frobiac/blackbowl:flash
  13. 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).
  14. The I2C code is based on the code from 'handwired/dactyl',
  15. but reduced to ROW2COL and EXPANDER_COL_REGISTER=GPIOA define choices.
  16. Adjustments were made for the two I2C addresses, one per side.
  17. ## Bootloader
  18. Enter the bootloader in 2 ways:
  19. * **Physical reset button**: Briefly press the button on the Teensy by inserting a small pin in the small hole in the switch plate
  20. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available