diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-04-17 12:53:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-17 12:53:59 -0700 |
commit | 7d60a141a25526d94bb28015eb08bbe27c0a88cd (patch) | |
tree | 8d5a2829777109ff575a40369de3dbc72c6dba9e /keyboards/annepro2/c18/config.h | |
parent | a5a4597311313f6395bee279f3c00c3784a33bd7 (diff) | |
download | qmk_firmware-7d60a141a25526d94bb28015eb08bbe27c0a88cd.tar.gz qmk_firmware-7d60a141a25526d94bb28015eb08bbe27c0a88cd.zip |
Anne Pro 2 Refactor (#16864)
* move RGB Matrix rules to keyboard level
* move PERMISSIVE_HOLD config to keyboard level
* annepro2.c: convert tabs to spaces
* refactor rules.mk files
Reformats each version's `rules.mk` file to be arranged more similarly to those of the rest of the keyboards in QMK.
No logic change.
* annepro2.c: allow compilation without RGB Matrix
Wraps the `led_enabled` definition and the `KC_AP_RGB_*` keycodes in `#ifdef RGB_MATRIX_ENABLE`, allowing successful compilation if the user sets `RGB_MATRIX_ENABLE = no`.
* rework readme files
Reworks the main `readme.md` file to be more friendly to GitHub viewing, and removes the single-line version-specific readme files (exposes the main readme to QMK Configurator users).
* info.json: update maintainer value
* info.json: apply friendly formatting
Diffstat (limited to 'keyboards/annepro2/c18/config.h')
-rw-r--r-- | keyboards/annepro2/c18/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/annepro2/c18/config.h b/keyboards/annepro2/c18/config.h index 5887333f2e..82a406a157 100644 --- a/keyboards/annepro2/c18/config.h +++ b/keyboards/annepro2/c18/config.h @@ -44,3 +44,6 @@ // inputs (columns are sampled) #define MATRIX_COL_PINS \ { C4, C5, D0, B15, C11, A15, C12, C13, A8, A10, A11, A14, D2, D3 } + +// Obins stock firmware has something similar to this already enabled, but disabled by default in QMK +#define PERMISSIVE_HOLD |