qmk-firmware/keyboards/handwired/slash
asdftemp ea8822e267 [Keyboard] Added slash keyboard (#7042)
* feat(slash): added slash keyboard

* fix(slash): fixed typo in readme

* Improvements after review

* disabled debug and print to reduce firmware size

* Fixes after review

* fixed hardware list in readme.md
2019-10-31 14:17:24 -07:00
..
keymaps/default [Keyboard] Added slash keyboard (#7042) 2019-10-31 14:17:24 -07:00
config.h [Keyboard] Added slash keyboard (#7042) 2019-10-31 14:17:24 -07:00
info.json [Keyboard] Added slash keyboard (#7042) 2019-10-31 14:17:24 -07:00
readme.md [Keyboard] Added slash keyboard (#7042) 2019-10-31 14:17:24 -07:00
rules.mk [Keyboard] Added slash keyboard (#7042) 2019-10-31 14:17:24 -07:00
slash.c [Keyboard] Added slash keyboard (#7042) 2019-10-31 14:17:24 -07:00
slash.h [Keyboard] Added slash keyboard (#7042) 2019-10-31 14:17:24 -07:00

readme.md

slash

slash

I found this project a while ago on Reddit. This keyboard uses 61 keys in a 8x8 matrix. That bring the required pins to 16 which leaves 1 pin free. Unfortunately I couldn't get the firmware to compile on kbfirmware.com(the way ND1BV described it). So I decided to create the config myself and share it. I changed the wiring of the pins a little bit showed here

Keyboard Maintainer: asdftemp
Hardware Supported: Adafruit Feather 32u4 Bluefruit LE
Hardware Availability: Adafruit shop

Make example for this keyboard (after setting up your build environment):

make handwired/slash:default

Flashing should be done trough avrdude. Full make command is:

make handwired/slash:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.