You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan 5af1799735
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)
2 years ago
..
keymaps [Keyboard] add ogurec (#13242) 2 years ago
left_pm [Keyboard] add ogurec (#13242) 2 years ago
right_pm [Keyboard] add ogurec (#13242) 2 years ago
config.h [Keyboard] add ogurec (#13242) 2 years ago
info.json Remove width, height and key_count from info.json (#14274) 2 years ago
ogurec.c [Keyboard] add ogurec (#13242) 2 years ago
ogurec.h [Keyboard] add ogurec (#13242) 2 years ago
readme.md [Keyboard] add ogurec (#13242) 2 years ago
rules.mk Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) 2 years ago

readme.md

ogurec

ogurec

ogurec is a reversible 12u x 3u ortholinear keyboard that offers left-sided and right-sided PM placement.

The default ogurec keymap is for left-sided PM placement.

When flashing ogurec with the PM soldered onto the right side, follow the second example below and use: make ogure/right_pm:default

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

make ogurec:default
make ogurec/right_pm:default

To place the keyboard into bootloader mode, solder a reset switch onto the PCB and press it OR short the GND and RST pins on the pro micro.

Flashing example for this keyboard:

make ogurec:default:flash
make ogurec/right_pm:default:flash

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