qmk-dactyl-manuform-a/keyboards/doro67/rgb
Konstantin Đorđević c522009816 [Keyboard] Doro67 cleanup (#6514)
Add spacing to LAYOUT macros, add layout comments, improve consistency, fix ISO layout bug

* Remove placeholder comments in regular.h and rgb.h

* Change K## to k## in multi.h and regular.h

* Add alignment whitespace in Doro67 LAYOUT macros

* Update multi default keymaps and add layout comments

* Update rgb default keymap and add layout comments

* Add RESET to Fn layer in multi default keymaps

* Replace KC_GESC with KC_ESC in rgb default keymap for consistency with other Doro keymaps

* Update regular default keymap and add layout comments

* WIP

* Replace odd F1, F2 with proper split LShift/Backspace keys in default_multi

* Minor fixes and tweaks in multi default keymaps

* Fix Enter and NUHS positions in multi LAYOUT_iso

* Return true in process_record_user in rgb default keymap

* Update Enter position in multi info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update labels in multi info.json to match the default keymaps
2019-09-03 09:05:29 -07:00
..
keymaps/default [Keyboard] Doro67 cleanup (#6514) 2019-09-03 09:05:29 -07:00
config.h Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) 2019-06-06 12:09:56 -07:00
info.json [Keyboard] Doro67 RGB PCB (#5677) 2019-04-21 19:59:39 -07:00
readme.md [Keyboard] doro67 readme clarification (#5736) 2019-04-30 12:11:57 -07:00
rgb.c rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783) 2019-05-07 16:22:46 -07:00
rgb.h [Keyboard] Doro67 cleanup (#6514) 2019-09-03 09:05:29 -07:00
rules.mk Remove commented out MCUs in rules.mk (#5884) 2019-07-16 00:26:38 -07:00

readme.md

Doro67 RGB PCB

65% custom keyboard made by 80ultraman/Alf/Backprop Studios with in switch RGB featuring the same switch matrix and layout as the regular PCB.

Flashing the regular PCB firmware on this board will work, but will disable RGB lighting.

THIS IS THE RGB PCB DIRECTORY (AVAILABILITY: CHINA + INTERNATIONAL GB) The "rgb" directory includes the keymap for the RGB PCB.

The multi-layout PCB and RGB pcb were the only two options available to NON-china buyers. If you purchased a non-rgb PCB, please see the 'multi' directory.

Keyboard Maintainer: MechMerlin
Hardware Supported: Doro 67 RGB PCB
Hardware Availability: Geekhack GB

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

make doro67/rgb:default

RGB Note: The WS2812 string of LEDs starts from the K00 key connected to pin B7 and is connected from left to right, top to bottom, following the physical layout of the board.

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