summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0910-12/+10
|
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-079-39/+8
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0110-28/+0
|
* Remove deprecated defines from my keymaps (#15353)Mats Nilsson2021-11-301-3/+3
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-242-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-204-0/+464
|\
| * [Keymap] Initial simple keymap for ForeverAnApple (#14654)ForeverAnApple2021-11-194-0/+464
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-153-46/+143
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-111-1/+13
|\|
| * [Keymap] Adding keymap for BDN9 and Planck (#15067)Gustavs Gūtmanis2021-11-101-1/+13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-054-0/+369
|\|
| * My Personal Keymaps for the Planck and melody96 (#12672)devilzmods2021-11-054-0/+369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * my planck keymap * my planck keymap * minor changes * Added personalized, VIA compatible keymap to the Melody96 * lighting layers added and keymap tweaked * added basic descriptions * added basic descriptions * added basic descriptions * added basic descriptions * hopefully removed personal change to .gitignore * restored .gitignore from my master * restored .gitignore from my master * requested changes and minor functionality tweaks * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-0513-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Remove complex `fn_actions` macros (#14662)Ryan2021-11-011-2/+2
| | | | | | | | | | * Remove complex `fn_actions` macros * Remove additional `KC_FN*` instances
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-291-4/+2
|\|
| * [Keymap] ajp10304: add mouse scroll keys (#14953)Alan Pocklington2021-10-291-4/+2
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-10-264-0/+407
|\|
| * [Keymap] Add planck/pjanx and keebio/nyquist/pjanx keymaps (#13115)Přemysl Eric Janouch2021-10-264-0/+407
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-124-0/+419
|\|
| * [Keymap] Adding my personal Planck layout (#14564)Jimmy Sjölund2021-10-114-0/+419
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-101-3/+1
| |
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-297-7/+0
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-307-7/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-292-7/+3
|\|
| * [Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre2021-09-292-7/+3
| | | | | | | | | | | | | | | | | | | | | | * Fix USB_6KRO_ENABLE compilation errors * Add info to docs * Rename define to be more accurate * Remove unused rule * Refixe docs
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-09-242-8/+21
|\|
| * [Keyboard] Update default keymaps for OLKB boards (#14565)Drashna Jaelre2021-09-232-8/+21
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-216-6/+6
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-216-6/+6
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-2015-1/+2228
|\|
| * [Keymap] Added my own keymap for MIT Planck (#14481)Jakob Weickmann2021-09-194-0/+1359
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Enables I2C for OLKB rev*_drop boards (#14514)Jack Humbert2021-09-193-6/+12
| | | | | | Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com>
| * [Keyboard] Use old custom matrix for Drop Planck+Preonic (#14488)Drashna Jaelre2021-09-1811-14/+873
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jack Humbert <jack.humb@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-09-173-8/+73
|\|
| * [Keyboard] Move Planck EZ off 'Proton C' board (#14479)Drashna Jaelre2021-09-173-8/+73
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-129-9/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-129-9/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-1210-39/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-1210-39/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-101-1/+1
|\|
| * Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-101-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-107-42/+1
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-107-42/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-051-10/+0
|\|
| * Remove empty override functions (#14312)Ryan2021-09-051-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-0111-150/+109
|/ | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-08-191-1/+1
|\ | | | | | | | | | | Conflicts: keyboards/gmmk/pro/ansi/keymaps/jonavin/rules.mk keyboards/space_space/rules.mk
| * [Keymap] Quark AJP10304 layout (#13290)Alan Pocklington2021-08-191-1/+1
| |
* | Remove MIDI Configuration boilerplate (#11151)James Young2021-08-1610-48/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove keyboard-level instances of `MIDI_ENABLE = no` Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]*MIDI_ENABLE[ \t]*=[ \t]*no/d' {} + ``` Co-Authored-By: Nick Brassel <nick@tzarc.org> * fix case-sensitivity issues on MIDI_ENABLE Change instances of `MIDI_ENABLE = YES` to `MIDI_ENABLE = yes`. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE[ \t]*=[ \t]*[Yy][Ee][Ss];MIDI_ENABLE = yes;g' {} + ``` * replace `# MIDI controls` with `# MIDI support` Replace `# MIDI controls` with `# MIDI support` in keyboard-level `rules.mk` files. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#[ \t]*MIDI[ \t]*\(controls\|support\).*;# MIDI support;g' {} + ``` * align inline comments Aligns the inline comments to the length used by the QMK AVR rules.mk template. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE *= *yes.*;MIDI_ENABLE = yes # MIDI support;g' {} + ``` * remove commented instances of `MIDI_ENABLE` from keyboard `rules.mk` files Commands: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#\([ \t]*MIDI_ENABLE\) = yes; \1 = no ;' {} + find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;^\([ \t]*\)\(MIDI_ENABLE = no\);\2\1;' {} + find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]\+MIDI_ENABLE *= *no/d' {} + ``` * remove MIDI configuration boilerplate from keyboard config.h files Co-authored-by: Nick Brassel <nick@tzarc.org>