diff options
| author | Luca Mazzilli <setmaat@gmail.com> | 2022-01-14 20:13:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-14 21:13:44 +0200 |
| commit | 5a26f39492eb7215897d71da0e2cf0360e80d052 (patch) | |
| tree | 034e8cfe78df34785a48a8ebbed600d63cbe1c2d /docs/coding_conventions_python.md | |
| parent | 0e6d154a2a5b44ce31e2de36a0cd5e39652af94d (diff) | |
Aukey KM-G12 (#194)
* [Aukey KM-G12] add support
https://github.com/SonixQMK/qmk_firmware/issues/15
status leds:
- fixed LED_PIN_ON_STATE
- fixed LED_SCROLL_LOCK_PIN
Key Matrix:
- using COL2ROW
- adjusted row 5: KC_SPC is on col 6 and have 3 KC_NO before and after
- fixed ISO layout (removed \ under enter and shifted all led config index)
- rgb keymaps aligned to the Aukey km-g12 default
- moved RESET to FN+R (esc is mapped to RGB toggle)
RGB matrix:
Row 4 contains a led under numpad plus, row 6 contains 6 led under the spacebar and 1 under numpad enter. All the other underglow leds are un row 7 and row 8 ( to compile i had to force also keys matrix to 8. I'm not sure why but it seems that g_led_config is inited on MATRIX_ROWS and not LED_MATRIX_ROWS).
- using SN32F24xB
- adjusted KC_SPC led position (col 6)
- underglow: D4 (red), B15 (blue), D3 (green) controls led marked as DL1, DL25 to DL36 and DL43 to DL50 while D5 (red), A15 (blue), D6 (green) controls DL2-24.
- marked underglow with LED_FLAG_UNDERGLOW = 2
- marked modifiers with LED_FLAG_MODIFIER | LED_FLAG_KEYLIGHT = 5
- mapped underglow X and Y in a square (left, top, right, bottom)
Added UNUSED_PINS C13 C14, for reference
* [Aukey KM-G12] fixed underglow square coordinates and indexes
* [Aukey KM-G12] added to build
* updated build_all.py
searched for specific rules.mk containing SN32F2:
git grep -rl 'SN32F2' -- 'keyboards/*.mk'
then filtered the results with a regex, cleaned the string (keyboards, rules.mk):
find keyboards/ -type f -name "rules.mk" | grep -E 'keychron\/c|keychron\/k|redragon\/k|ajazz|aukey|sharkoon|smartduck|spcgear|marvo|womier|flashquark|ffc61|gmmk|akko' | sed -e 's/keyboards\///g' | sed -e 's/\/rules.mk//g'
Diffstat (limited to 'docs/coding_conventions_python.md')
0 files changed, 0 insertions, 0 deletions
