summaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk_np21/ymdk_np21.h
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Rename ymdk_np21 to np21, move to ymdk vendor folder (#15641)peepeetee2022-01-101-64/+0
|
* [Keyboard] YMDK NP21: correct numpad layout matrix (#10874)Cole Helbling2020-11-161-4/+4
| | | | | | I noticed that my KC_PPLS and KC_PENT keys weren't actually doing anything. By looking at the ortho_6x4 layout, I guessed that maybe the pins were incorrect and guessed the proper ones. Now, my numpad is fully functional.
* [Keyboard] YMDK NP21 refactor (#10181)Ryan2020-08-311-25/+40
|
* [Keyboard] YMDK NP21: matrix and keymap refactor (#8112)James Young2020-02-071-11/+21
| | | | | | | | | | | | * YMDK NP21: matrix and keymap refactor - refactored layout macros - LAYOUT_ortho_6x4 orients the keyboard with the USB port to the back instead of to the right - LAYOUT uses the previous sideways orientation (included for backwards compatibility) - removed redundant includes from ymdk_np21.h - added a readme for the default keymap * add Configurator layout support
* Remove custom matrix from PS2AVRGB boards (#7396)fauxpark2020-01-021-2/+0
| | | | | | | | * Remove custom matrix from PS2AVRGB boards * Add custom backlight.c to SRC for bminiex, for now * Add missing DIODE_DIRECTIONs
* Fix YMDK NP21 keyboard to use proper keyboard level functions (#3042)Drashna Jaelre2018-10-011-3/+1
| | | | | | | | | | | | * Use proper function levels * Add matrix init functions * Convert KEYMAP to LAYOUT Or @mechmerlin is going to hunt me down and harm me... probably :) * Fix conflict issues
* Support for YMDK NP21 (#2316)sanosis2018-01-281-0/+43
* ymdk_np21 initial support Base support of ymdk_np21 - based on jj40. Full grid layout * Update README.md Replacing description. * Adding YMDK NP21 to comunity list. Adding YMDK NP21 to community supported list.