summaryrefslogtreecommitdiffstats
path: root/keyboards/bandominedoni/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Encodermap direction define. (#20454)Nick Brassel2023-04-154-4/+4
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-1/+1
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-273-3/+3
|
* Normalise MIDI keycodes (#18972)Ryan2022-11-074-102/+102
| | | | | | | | | | | | | | | | | | | | | * `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-4/+4
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-203-6/+6
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-043-3/+6
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Bandominedoni encoder fix (#18229)3araht2022-08-318-24/+70
| | | by 3araht
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-137-4/+297
|\
| * Bandominedoni version output feature and a new keymap added (#17947)3araht2022-08-137-4/+297
| | | | | | | | | | | | | | | | | | | | | | * SPLIT_USB_DETECT added. * lednotg keymap added. * lednotg missing modification fixed. * VERSION is available. * USER00 is used instead of SAFE_RANGE in via/keymap.c
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-111-0/+18
|\|
| * [Keyboard] add chromatonemini keyboard (#13516)3araht2022-08-101-0/+18
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-192-2/+2
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] Fix over sized compiliation for Bandiominedoni via keymap (#15607)Drashna Jaelre2021-12-281-1/+0
|
* bandominedoni, Drashna's method is applied to encoder_update_kb. (#15287)3araht2021-12-275-30/+43
| | | | | | | * Drashna's method is applied to rotary encoder rotation detection. rgb_matrix_user.inc -> rgb_matrix_kb.inc. * Disabled some RGB MATRIX effects to shrink the firmware size. * via # of layers changed from 5 to 4.
* [Keyboard] add bandominedoni keyboard (#13116)3araht2021-09-219-0/+481