O4L 5x12 refactor (#11392)

* O4L 5x12 refactor

* Remove config.h
This commit is contained in:
Ryan
2021-01-02 03:32:21 +11:00
committed by GitHub
parent b5fc6f0682
commit c01a8b030e
9 changed files with 513 additions and 458 deletions

View File

@@ -2,7 +2,7 @@
A ortholinear 5x12 keyboard made and sold by Keycapsss. [More info at Keycapsss.com](https://keycapsss.com).
<img src="https://i.imgur.com/5p8rDme.jpg" height="500px">
![o4l_5x12](https://i.imgur.com/5p8rDmel.jpg)
## Features:
@@ -14,18 +14,16 @@ A ortholinear 5x12 keyboard made and sold by Keycapsss. [More info at Keycapsss.
---
- Keyboard Maintainer: BenRoe [GitHub](https://github.com/BenRoe) / [Twitter](https://twitter.com/ben_roe)
- Hardware Supported: Pro Micro
- Hardware Availability: [Keycapsss.com](https://keycapsss.com)
* Keyboard Maintainer: BenRoe [GitHub](https://github.com/BenRoe) / [Twitter](https://twitter.com/ben_roe)
* Hardware Supported: Pro Micro
* Hardware Availability: [Keycapsss.com](https://keycapsss.com)
Make firmware .hex for this keyboard (after setting up your build environment):
Make example for this keyboard (after setting up your build environment):
make keycapsss/o4l_5x12:default
Example of flashing this keyboard (or use [QMK Toolbox](https://github.com/qmk/qmk_toolbox)):
Flashing example for this keyboard:
make keycapsss/o4l_5x12:default:avrdude
make keycapsss/o4l_5x12:default:flash
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).