summaryrefslogtreecommitdiffstats
path: root/keyboards/kprepublic/bm40hsrgb
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Cleanup coffeeislife87 keymap and remove features (#21061)CoffeeIsLife2023-05-312-115/+74
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Fae <faenkhauser@gmail.com>
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-1/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-152-10/+7
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-304-86/+275
|\
| * [Keymap update] Keymap & docs update (#20298)Lui Wolff2023-04-304-86/+275
| | | | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Move miscellaneous layouts to data driven (#20516)Ryan2023-04-253-78/+51
| |
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
| |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
| |
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-032-6/+0
| |
* | Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-031-1/+1
| |
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
| |
* | Move matrix config to info.json, part 8 (#20030)Ryan2023-03-112-8/+5
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-192-0/+176
|\
| * BM40 keymap for Skewwhiffy, revamp (#19876)Kenny Hung (he)2023-02-192-0/+176
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-184-40/+103
|\|
| * Add mouse layer to Kprepublic BM40HSRGB Coffee layout (#19878)CoffeeIsLife2023-02-184-40/+103
| | | | | | Co-authored-by: Fae <faenkhauser@gmail.com>
* | Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
| |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
| |
* | Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
| |
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-145-5/+5
| |
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-122-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | * Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* [Keymap] Add personal config for Kprepublic BM40HSRGB (#19186)simchee2022-12-094-0/+157
|
* Added mouse clicks to RBG layer (#19105)syntax-magic2022-12-096-103/+310
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: syntax-magic <dkim.8881@gmail.com>
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-275-8/+8
|
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-202-2/+2
|\
| * [Keymap] Add home and end keys to coffee's bm40hsrgb keymap (#19108)CoffeeIsLife2022-11-202-2/+2
| | | | | | Co-authored-by: Fae <faenkhauser@gmail.com>
* | Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` (#19089)Ryan2022-11-161-1/+1
| |
* | Normalise MIDI keycodes (#18972)Ryan2022-11-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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
* | Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-10-244-50/+72
|\|
| * [Keymap] Added tap dance to LNG1 key (LNG2) (#18682)syntax-magic2022-10-244-50/+71
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: syntax-magic <dkim.8881@gmail.com>
* | Remove legacy Debug keycode (#18769)Ryan2022-10-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-155-5/+5
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-153-3/+33
| |
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-103-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* | Remove legacy international keycodes (#18588)Ryan2022-10-091-3/+3
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-046-27/+31
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-09-302-4/+83
|\|
| * Updated documentations. No changes to keymap.c functions. (#18530)syntax-magic2022-09-292-4/+83
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-261-65/+60
|\|
| * [Keymap] Switched keys around in RIGHFN layer and updated indicator lights ↵syntax-magic2022-09-251-65/+60
| | | | | | | | | | | | to green (#18465) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: syntax-magic <dkim.8881@gmail.com>
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-235-16/+16
|/
* [Keymap] removed else in numlock led if statement (#18304)syntax-magic2022-09-071-2/+1
|
* added a new kprepublic/bm40hsrgb keymap called dan (#18301)syntax-magic2022-09-072-0/+336
| | | by syntax-magic
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-216-6/+6
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-174-0/+309
|\