summaryrefslogtreecommitdiffstats
path: root/keyboards/40percentclub
Commit message (Collapse)AuthorAgeFilesLines
* Userspace and keymap update for user bbaserdem. (#14484)Batuhan Baserdem2022-07-024-69/+0
|
* [Keymap] Drashna update for post Q2 merge (#17241)Drashna Jaelre2022-05-301-2/+2
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1511-15/+15
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-1512-24/+0
| | | | (#16655)
* Fix 40percentclub USB descriptors (#16638)jack2022-03-143-3/+3
|
* Move keyboard USB IDs and strings to data driven: 0-9 (#16481)Ryan2022-03-1336-138/+120
|
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-9/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan2022-01-301-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-284-0/+149
|\
| * [Keymap] Added personal 36 key layout for 40percentclub's nori (#15980)wyethGR2022-01-284-0/+149
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-175-15/+15
| | | | | | | | | | * CLI: Parse USB device version BCD * Apply suggestions
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-2122-21/+245
|\|
| * [Keyboard] Add 4x4 and 5x5 40percentclub boards + Unique VIDs (#15465)devilzmods2021-12-2122-21/+245
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Fix build failure for UT47 (#15483)Ryan2021-12-151-1/+1
| |
* | Migrate serial_uart usages to UART driver (#15479)Ryan2021-12-157-23/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate Thermal Printer feature to UART driver * Migrate 40percentclub UT47 to UART driver * Migrate Centromere to UART driver * Migrate Chimera Ergo to UART driver * Migrate Chimera Let's Split to UART driver * Migrate Chimera Ortho to UART driver * Migrate Chimera Ortho Plus to UART driver * Migrate Comet46 to UART driver * Migrate Palm USB converter to UART driver * Migrate Sun USB converter to UART driver * Migrate Dichotomy to UART driver * Migrate Honeycomb to UART driver * Migrate Mitosis to UART driver * Migrate Redox W to UART driver * Migrate Uni660 to UART driver * Migrate Telophase to UART driver
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-1410-71/+71
|\|
| * Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-1410-71/+71
| | | | | | | | | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-133-3/+3
|\|
| * Fix up build options comments (#15463)Ryan2021-12-123-3/+3
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-0918-32/+18
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0918-32/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-0913-219/+0
|\|
| * Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-0913-219/+0
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-081-2/+1
|\|
| * Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-071-2/+1
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-0218-34/+0
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0118-34/+0
| |
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-6/+0
|/
* [Keyboard] Add 40percent.club's 'polypad' PCB (#15158)ryjelsum2021-11-2715-0/+428
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-143-101/+27
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-0514-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-122-0/+47
|\
| * [Keymap] Added Gherkin VIA keymap (#14779)thompson-ele2021-10-112-0/+47
| |
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-2912-12/+0
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-3012-12/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-2611-542/+0
|\|
| * Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-2611-542/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9 * Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B * Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D * Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G * Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired * Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M * Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R * Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z * Remove unused Magic Key definitions from keyboard-level config.h, 0-9 * Remove unused Magic Key definitions from keyboard-level config.h, A * Remove unused Magic Key definitions from keyboard-level config.h, B * Remove unused Magic Key definitions from keyboard-level config.h, C * Remove unused Magic Key definitions from keyboard-level config.h, D-E * Remove unused Magic Key definitions from keyboard-level config.h, F-H * Remove unused Magic Key definitions from keyboard-level config.h, handwired * Remove unused Magic Key definitions from keyboard-level config.h, I-K * Remove unused Magic Key definitions from keyboard-level config.h, L-M * Remove unused Magic Key definitions from keyboard-level config.h, N-R * Remove unused Magic Key definitions from keyboard-level config.h, S-V * Remove unused Magic Key definitions from keyboard-level config.h, W-Z * Merge remote-tracking branch 'upstream/master' into clean/command_and_magic * Remove remaining unused IS_COMMAND() instances from keyboard-level config.h
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-2113-13/+13
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-2113-13/+13
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-2010-10/+10
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-2010-10/+10
| |
* | Move Bluetooth config to common_features.mk (#14404)Ryan2021-09-121-1/+2
| | | | | | | | | | | | | | | | | | * Move Bluetooth config to common_features.mk * Update common_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1214-14/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-1214-14/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-1217-48/+1
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-1217-48/+1
| |
* | Move non-assignment code to post_rules.mk (#14207)Zach White2021-09-092-5/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 40percentclub/ut47: move non-assignment code to post_rules.mk * converter/palm_usb: move non-assignment code to post_rules.mk * converter/sun_usb: move non-assignment code to post_rules.mk * dm9records/ergoinu: move non-assignment code to post_rules.mk * ergotaco: move non-assignment code to post_rules.mk * handwired/symmetric70_proto: move non-assignment code to post_rules.mk * hhkb/ansi: move non-assignment code to post_rules.mk * hhkb/jp: move non-assignment code to post_rules.mk * lfkeyboards/lfk78: move non-assignment code to post_rules.mk * lfkeyboards/lfk87: move non-assignment code to post_rules.mk * lfkeyboards/lfkpad: move non-assignment code to post_rules.mk * lfkeyboards/mini1800: move non-assignment code to post_rules.mk * manta60: move non-assignment code to post_rules.mk * mschwingen/modelm: move non-assignment code to post_rules.mk * newgame40: move non-assignment code to post_rules.mk * numatreus: move non-assignment code to post_rules.mk * rgbkb/zen: move non-assignment code to post_rules.mk * rgbkb/zen/rev2: move non-assignment code to post_rules.mk * Revert "handwired/symmetric70_proto: move non-assignment code to post_rules.mk" This reverts commit cffaf0075c3c9b2473a660ba4af8835a9162311b.
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-1017-119/+0
|
* Remove empty override functions (#14312)Ryan2021-09-0525-487/+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