summaryrefslogtreecommitdiffstats
path: root/keyboards/ramonimbao
Commit message (Expand)AuthorAgeFilesLines
* 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 (#16...Ryan2022-03-1513-50/+0
* 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
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-171-1/+1
|/
* 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 (#1...Ramon Imbao2021-12-082-2/+4
* [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
* 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
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-058-8/+8
* | [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-023-3/+6
|/
* 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 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
* Remove MIDI Configuration boilerplate (#11151)James Young2021-08-161-20/+0
* 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
* | Remove Full Bootmagic (#13846)James Young2021-08-0611-11/+11
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-07-2921-25/+882
|\|
| * [Keyboard] Add Mona v1.1 (#13721)Ramon Imbao2021-07-2921-25/+882
* | `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-061-1/+1
|/
* add maintainer value to info.json (#13411)James Young2021-07-021-1/+1
* [Keyboard] fix encoder void to bool (#13334)Xelus222021-06-284-4/+8
* Add the SquishyTKL and SquishyFRL (#12764)Ramon Imbao2021-06-2431-0/+1799
* Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan2021-06-082-0/+6
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-2911-8/+20
* [Keyboard] Add Chevron (#12762)Ramon Imbao2021-05-1510-0/+641
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-271-3/+0
|\
| * Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan2021-01-271-3/+0
* | ChibiOS conf migrations... take 11 (#11646)Nick Brassel2021-01-212-28/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-202-2/+0
|\|
| * Remove `DESCRIPTION`, R-V (#11632)Ryan2021-01-202-2/+0
* | Fix up comments showing how to execute config migration. (#11621)Nick Brassel2021-01-206-6/+6
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-1124-41/+1119
|\|