1
0
Fork 0

[Keyboard] _33 v2 (#9899)

* Initial prep for PR

* Fixing jsons for revs

* Remove old keymap ref in readme

* Add Rev1 default layout

* Fix extra comma in default r1 keymap

* Changed default keymap for r1 to match new split bottom row macro name, updated via keymap readme, updated r1 json to match layout macro name, updated split space macro for r1

* Moved combo configs to default keymaps, removed unused bootloader selections

* Update keyboards/underscore33/rev1/rules.mk

* Update keyboards/underscore33/rev2/rules.mk

* Refactor _33 folder structure

* Add VIA keymap to rev1

* Rename macros and product_id as suggested
This commit is contained in:
tominabox1 2020-08-25 14:47:16 -05:00 committed by GitHub
parent b3987d7b3a
commit eb84f134c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 488 additions and 40 deletions

View file

@ -2,14 +2,18 @@
![_33](https://i.imgur.com/0Wuf8aT.png)
A little bitty 30% (10x4) ortholinear keyboard designed by tominabox1. The board supports an RGB LED strip with DI on port B6. There is an error on the initial 25 PCBs that incorrectly indicates PF0 for the RGB. The appropriate port is commented out in config.h for proper LED support.
A little bitty 30% (10x4) ortholinear keyboard designed by tominabox1. The R1 version of the board supports an RGB LED strip with DI on port B6. There is an error on the initial 25 PCBs that incorrectly indicates PF0 for the RGB. The R2 version is correctly labeled for RGB on D6. The appropriate port is commented out in config.h for proper LED support.
* Keyboard Maintainer: [TJ Campie](https://github.com/tominabox1)
* Hardware Supported: _33 PCB and Plate limited buy (Open source available ca. Apirl 2020)
* Hardware Supported: [_33 r1 and r2 PCBs](https://github.com/tominabox1/_33-Keyboard)
* Hardware Availability: [3D printed open sourced](https://github.com/tominabox1/_33-Keyboard)
Make example for this keyboard (after setting up your build environment):
make underscore33:default
make underscore33/rev2:default
Flashing example for this keyboard:
make underscore33/rev2: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).