qmk_firmware/keyboards/drhigsby/ogurec
2023-05-15 22:27:37 +10:00
..
keymaps Keymap introspection for combos. (#19670) 2023-05-15 22:27:37 +10:00
left_pm Move ortho & numpad layouts to data driven (#20183) 2023-03-29 15:54:34 +11:00
right_pm Move ortho & numpad layouts to data driven (#20183) 2023-03-29 15:54:34 +11:00
config.h Move matrix config to info.json, part 4 (#20001) 2023-03-11 00:00:24 +11:00
info.json info.json whitespace cleanups (#20651) 2023-05-02 08:25:15 +10:00
readme.md [Keyboard] move @drhigsby 's boards into /drhigsby (#16041) 2022-01-31 20:36:16 -08:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

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 drhigsby/ogurec:default
make drhigsby/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 drhigsby/ogurec:default:flash
make drhigsby/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.