Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 4 | -12/+12 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-04-12 | 4 | -0/+428 |
|\ | |||||
| * | [Keymap] PHSC138 Keymap for Atom47 (#18768) | Ryan | 2023-04-12 | 4 | -0/+428 |
| | | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Move split space/backspace layouts to data driven (#20356) | Ryan | 2023-04-08 | 9 | -478/+309 |
| | | |||||
* | | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2023-04-08 | 2 | -1/+3 |
| | | |||||
* | | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 4 | -2/+6 |
| | | |||||
* | | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 3 | -54/+0 |
| | | |||||
* | | Move matrix config to info.json, part 3 (#19991) | Ryan | 2023-03-11 | 8 | -64/+20 |
|/ | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 2 | -3/+5 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move backlight config to data driven (#19910) | Ryan | 2023-02-26 | 4 | -12/+10 |
| | |||||
* | Move QMK LUFA bootloader config to data driven (#19879) | Ryan | 2023-02-23 | 6 | -14/+15 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 4 | -16/+0 |
| | |||||
* | Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778) | Ryan | 2023-02-17 | 2 | -4/+1 |
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move LED indicator config to data driven (#19800) | Ryan | 2023-02-17 | 7 | -15/+11 |
| | |||||
* | Remove unused RGBLight defines from config.h (#19859) | Ryan | 2023-02-17 | 1 | -16/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 5 | -6/+8 |
| | |||||
* | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | 2023-02-07 | 1 | -4/+0 |
| | |||||
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | 2023-02-06 | 1 | -5/+0 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 4 | -12/+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 unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 4 | -12/+0 |
| | |||||
* | Clean up Force NKRO in config.h (#19718) | Ryan | 2023-01-30 | 1 | -21/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 4 | -4/+0 |
| | |||||
* | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 1 | -4/+0 |
| | |||||
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 2 | -0/+0 |
| | |||||
* | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 3 | -3/+3 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 5 | -5/+5 |
| | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 4 | -4/+4 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) | Drashna Jaelre | 2022-10-15 | 2 | -13/+10 |
| | |||||
* | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 1 | -1/+5 |
| | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 2 | -2/+2 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 3 | -4/+4 |
| | |||||
* | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 4 | -4/+0 |
| | |||||
* | Move keyboard USB IDs and strings to data driven: E (#17815) | Ryan | 2022-07-30 | 8 | -28/+24 |
| | |||||
* | [Keyboard] Fix firmware size for via keymap on Atom47 (#17472) | Evelien Dekkers | 2022-06-24 | 1 | -0/+1 |
| | |||||
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 2 | -4/+4 |
| | |||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 1 | -4/+0 |
| | | | | (#16655) | ||||
* | Atom47 led fix (#15272) | Evelien Dekkers | 2021-12-27 | 5 | -0/+5 |
| | | | | | * Define pin states for leds * Enable backlight in rules.mk | ||||
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 1 | -2/+1 |
| | |||||
* | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 1 | -2/+0 |
| | |||||
* | Remove use of __flash due to LTO issues (#15268) | Joel Challis | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 1 | -1/+49 |
| | |||||
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | 2021-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference. | ||||
* | Clean up LED/RGB Matrix driver config (#14760) | Ryan | 2021-10-10 | 1 | -4/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-12 | 1 | -1/+0 |
|\ | |||||
| * | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan | 2021-09-12 | 1 | -1/+0 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-09-12 | 4 | -9/+1 |
|\| | |||||
| * | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 4 | -11/+3 |
| | | |||||
* | | Fix number of elements in info.json does not match errors (#14213) | Zach White | 2021-09-09 | 2 | -10/+12 |
|/ | | | | | | | | | | | | | | | | | | | | | | | * evyd13/atom47/rev3: best guess at fixing info.json * evyd13/atom47: best guess at fixing info.json * eyeohdesigns/sprh: best guess at fixing info.json * handwired/unicomp_mini_m: best guess at fixing info.json * lazydesigners/the60/rev2: best guess at fixing info.json * melgeek/mj6xy: best guess at fixing info.json * pizzakeyboards/pizza65: best guess at fixing info.json * plx: best guess at fixing info.json * rojectcain/vault45: best guess at fixing info.json * sidderskb/majbritt/rev2: best guess at fixing info.json * spacey: best guess at fixing info.json | ||||
* | [Keyboard] Refactor atom47 and add rev4 and rev5 (#13201) | Evelien-Lillian Dekkers | 2021-08-19 | 28 | -265/+1167 |
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org> |