summaryrefslogtreecommitdiffstats
path: root/keyboards/ramonimbao
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-0313-41/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-308-168/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3112-12/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-286-24/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+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
* Revert RESET-> QK_BOOT in Read Me files where applicable (#19262)Wolf Van Herreweghe2022-12-092-2/+2
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-064-7/+7
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-209-9/+9
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1514-17/+17
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-159-69/+40
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-134-4/+4
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-104-4/+4
| | | | | | | | | | | | | | | | | | | * `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`
* TKL-FF Community Layout Support (#18538)James Young2022-09-304-6/+14
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-203-3/+3
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-203-3/+3
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-207-10/+17
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)Ryan2022-08-207-10/+17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-193-216/+0
|\|
| * Fix duplicate keys in info.json files (#18107)Joel Challis2022-08-193-216/+0
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-0611-11/+0
|/
* Move keyboard USB IDs and strings to data driven: R (#17885)Ryan2022-08-0424-85/+73
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1512-12/+12
|
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-152-2/+2
|
* Provide better config defaults for bluepill boards (#16909)Joel Challis2022-04-222-48/+0
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-1513-50/+0
| | | | (#16655)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-291-1/+1
|\
| * Remove missing and trailing commas in info.json files. (#16088)Gabriel Harel2022-01-281-1/+1
| |
* | More keyboard rules.mk cleanups (#16044)Ryan2022-01-251-2/+1
| | | | | | | | | | * More keyboard rules.mk cleanups * Found a couple more
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-171-1/+1
|/ | | | | * CLI: Parse USB device version BCD * Apply suggestions
* Add wait_ms to encoder_update_user (#15436)Ramon Imbao2021-12-091-0/+2
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0912-24/+12
|
* [Keyboard] Flip encoder and fix weird volume behavior for Herringbone Pro ↵Ramon Imbao2021-12-082-2/+4
| | | | | (#15423) Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] Add Mona v32a (#15412)Ramon Imbao2021-12-0610-0/+854
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0112-24/+1
|
* Fixup paths for `ramonimbao/wete/v2`. (#15360)Nick Brassel2021-11-303-5/+5
|
* Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)Joel Challis2021-11-291-4/+2
|
* [Keyboard] Add Wete R2 (#14873)Ramon Imbao2021-11-2928-31/+1085
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-198-1/+206
|\
| * [Keyboard] Add TKL-FF v2 (#15144)Ramon Imbao2021-11-198-1/+206
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-058-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-023-3/+6
|/ | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* SquishyTKL: Layouts cleanup (#14594)Ryan2021-09-282-475/+497
|
* Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-261-53/+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
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-1210-10/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-1211-22/+0
|
* Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-104-4/+4
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-244-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-1410-0/+714
|\
| * [Keyboard] Add TKL-FF PCB (#14003)Ramon Imbao2021-08-1410-0/+714
| |