aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ai03
Commit message (Collapse)AuthorAgeFilesLines
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-294-24/+24
| | | | | | | | | | | * Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files * Correct some 'rules.mk' in boards buried under vendor folders * PR8027 patch Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)fauxpark2020-01-191-1/+1
|
* VIA Configurator Refactor (#7268)Wilba2020-01-032-107/+1
| | | | | | | | | | | | | | | | | | | | | | | | * VIA Refactor * Remove old code * review changes * review changes * Fix cannonkeys/satisfaction75/prototype:via build * Add via.h to quantum.h * Move backlight init to after backlight config load * Merge branch 'master' into via_refactor_pr * Update user's rules.mk to new way of enabling VIA * Added id_switch_matrix_state * Review changes
* Remove check for EH define (#7525)Danny2019-12-022-2/+2
| | | Its use in lets_split_eh was factored out in https://github.com/qmk/qmk_firmware/pull/6411
* [Keyboard] Update default keymaps to use `layer_state_t` (#7444)Drashna Jaelre2019-11-211-1/+1
| | | | | | * Update default keymaps to use `layer_state_t` * Convert binon32 as get_highest_layer in default keymaps
* Remove duplicate pro_micro.h (#7246)fauxpark2019-11-031-1/+0
|
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-054-203/+13
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* [Keyboard] Fixed EEPROM start address for firmware using VIA (#6757)Wilba2019-09-171-5/+5
|
* [Keymap] Adds keymap for muzfuz/lunar (#6432)Mazin Power2019-08-012-0/+57
| | | | | | | | | | | | | | | | | | | | | | * Adds keymaps for muzfuz * Remove unused keys from adjust layer * Bring in line with current QMK standards. * Adds Preonic and adjusted Planck keymaps * Make changes per review request * Lunar config * Formatting * Update keyboards/ai03/lunar/keymaps/muzfuz/readme.md Co-Authored-By: Drashna Jaelre <drashna@live.com> * Remove unneeded recipe
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-163-4/+1
|
* [Keyboard] Add Quasar SSK Controller (#6201)ai032019-06-2810-0/+668
| | | | | | | | | | | | | | | | | | * Begin work * Finalize files * Fix readme * Update readme.md * Add configurator support * Update keyboards/ai03/quasar/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Remove tailing backslashes in keymaps
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-062-3/+3
|
* [Keyboard] Add support for Soyuz numpad (#6030)ai032019-06-0110-0/+564
| | | | | | | | | | | | | * Generate project, fill in the details * Repair json * Separate keymaps to numpad and all-1U * Apply suggestions from code review Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com> Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Add Configurator support for ai03/orbit (#5863)zvecr2019-05-161-0/+88
| | | | | | * Add Configurator support for ai03/orbit * Add Configurator support for ai03/orbit - align with documented KLE
* Align Configurator support for ai03/lunar (#5864)zvecr2019-05-161-1/+72
|
* [Keyboard] Add Orbit keyboard (#5306)ai032019-03-1018-0/+2079
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get things working except indicators * Attempt to get things working * hmm * Compiles but doesn't run * Make data transfer work * Get all indicators working * Remove old transport * Prepare for pullreq * Revert keymap from testing to production * Final error checking for pull request * Remove autogenerated is_command from config.h * Rewrite pin toggles using qmk functions
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-181-1/+1
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* Add Lunar Keyboard (#4976)ai032019-01-2812-0/+686
* Generate project * Adjust files * Get things working * Update readme * Add VIA configurator compatibility * Grammar * Update keymap * Split lunar info default and VIA keymaps * Copyrights * VIA tuneup * A few missed copyrights * Remove unnecessary junk * Remove unnecessary bits, fix readme