summaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Collapse)AuthorAgeFilesLines
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 November 28 Breaking Change * Remove matrix_col_t to allow MATRIX_ROWS > 32 (#10183) * Add support for soft serial to ATmega32U2 (#10204) * Change MIDI velocity implementation to allow direct control of velocity value (#9940) * Add ability to build a subset of all keyboards based on platform. * Actually use eeprom_driver_init(). * Make bootloader_jump weak for ChibiOS. (#10417) * Joystick 16-bit support (#10439) * Per-encoder resolutions (#10259) * Share button state from mousekey to pointing_device (#10179) * Add hotfix for chibios keyboards not wake (#10088) * Add advanced/efficient RGB Matrix Indicators (#8564) * Naming change. * Support for STM32 GPIOF,G,H,I,J,K (#10206) * Add milc as a dependency and remove the installed milc (#10563) * ChibiOS upgrade: early init conversions (#10214) * ChibiOS upgrade: configuration file migrator (#9952) * Haptic and solenoid cleanup (#9700) * XD75 cleanup (#10524) * OLED display update interval support (#10388) * Add definition based on currently-selected serial driver. (#10716) * New feature: Retro Tapping per key (#10622) * Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) * Add housekeeping task callbacks so that keyboards/keymaps are capable of executing code for each main loop iteration. (#10530) * Rescale both ChibiOS and AVR backlighting. * Reduce Helix keyboard build variation (#8669) * Minor change to behavior allowing display updates to continue between task ticks (#10750) * Some GPIO manipulations in matrix.c change to atomic. (#10491) * qmk cformat (#10767) * [Keyboard] Update the Speedo firmware for v3.0 (#10657) * Maartenwut/Maarten namechange to evyd13/Evy (#10274) * [quantum] combine repeated lines of code (#10837) * Add step sequencer feature (#9703) * aeboards/ext65 refactor (#10820) * Refactor xelus/dawn60 for Rev2 later (#10584) * add DEBUG_MATRIX_SCAN_RATE_ENABLE to common_features.mk (#10824) * [Core] Added `add_oneshot_mods` & `del_oneshot_mods` (#10549) * update chibios os usb for the otg driver (#8893) * Remove HD44780 References, Part 4 (#10735) * [Keyboard] Add Valor FRL TKL (+refactor) (#10512) * Fix cursor position bug in oled_write_raw functions (#10800) * Fixup version.h writing when using SKIP_VERSION=yes (#10972) * Allow for certain code in the codebase assuming length of string. (#10974) * Add AT90USB support for serial.c (#10706) * Auto shift: support repeats and early registration (#9826) * Rename ledmatrix.h to match .c file (#7949) * Split RGB_MATRIX_ENABLE into _ENABLE and _DRIVER (#10231) * Split LED_MATRIX_ENABLE into _ENABLE and _DRIVER (#10840) * Merge point for 2020 Nov 28 Breaking Change
* Move Split Common VPATH addition (#4716)Drashna Jaelre2018-12-311-1/+0
| | | Specifically, only add the split_common folder to COMMON_VPATH if the feature is eanbled, to prevent issues with compilation
* Lets split eh (#3120)That-Canadian2018-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Line ending stuff again * Added Let's Split Eh? Files and updated #USE_IC2 checks to also include th EH revision (can only be used in I2C) * Added personal keymap, updated some of the EH files * Created new keyboard file for testing "lets_split_eh" will merge into lets_split once fully functional * Added split code from lets_split, removed pro micro imports and LED code THIS IS WORKING CODE, WITHOUT RGB AND BACKLIGHT * Took back original Lets Slit files for the lets_split keyboard, working in the lets_split_eh folder for now * Updated eh.c * More rework of the I2C code, added global flags for split boards. * Introduced RGB over I2C, having weird edge case issues at the moment though * Fixed weird I2C edgecase with RGB, although still would like to track down route cause.. * Changed RGB keycodes (static ones) to activate on key-up instead of key-down to elimate weird ghosting issue over I2C * Lots of changes, mainly externalized the Split keyboard code and added logic for only including when needed. - Added makefile option "SPLIT_KEYBOARD" that when = yes will include the split keyboard files and custom matrix - Split keyboard files placed into quantum/split_common/ - Added define option for config files "SPLIT_HAND_PIN" FOr using high/low pin to determine handedness, low = right hand, high = left hand - Cleaned up split logic for RGB and Backlight so it is only exectuted / included when needed * Updated documentation for the new makefile options and #defines specific to split keyboards * Added a bit more info to docs, so people aren't confused * Modifed Let's Split to use externalized code, also added left and right hand eeprom files to the split_common folder * Removed some debugging from eh.c * Small changes to keyboard configs. Also added a default keymap (just a copy of my that_canadian keymap). * Added a README file to the Let's Split Eh? * Changed it so RGB static updates are done on key-up ONLY for split boards rather than all boards. Also fixed leftover un-used variable in rgblight.c * Updated default keymap and my keymap for Let's Split Eh? Updated the comments so it reflects RGB control, and removed audio functions. * Fixed lets_split_eh not having a default version * Removed "eh" references from lets_split folder for now * Took lets_split folder from master to fix travis build errors, weird my local was overriding. * Changed LAYOUT_ortho_4x12_kc -> LAYOUT_kc_ortho_4x12 to match bakingpy and others * Removed rules.mk from my lets_split keymap, not needed * Updated the config_options doc to better explain the usage of "#define SPLIT_HAND_PIN"
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-101-1/+5
| | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
* Fix serial_link vpath problemFred Sundvik2017-06-191-2/+1
|
* Split common.mk into common.mk and common_features.mkFred Sundvik2017-06-181-128/+0
| | | | To support including keyboard/keymap specific rules before it
* Try to build tmk_commonFred Sundvik2017-06-181-1/+123
|
* separated into api files/folderJack Humbert2016-11-261-0/+1
|
* More common settings for unit tests and keyboardsFred Sundvik2016-08-271-7/+7
|
* Build actual tests, convert byte_stuffer_testsFred Sundvik2016-08-271-1/+15
|
* The makefile actually calls build_testFred Sundvik2016-08-271-0/+12
|
* Remove core library and build filestmk2015-04-101-77/+0
|
* Change TOP_DIR to TMK_DIR in makefilestmk2015-04-091-2/+2
|
* Merge branch 'rn42' into merge_rn42tmk2014-11-241-6/+6
|\ | | | | | | | | | | | | | | Conflicts: .gitignore common.mk common/debug_config.h common/print.h
| * Fix common files for mbedtmk2014-07-301-5/+5
| |
| * Port action_* to mbedtmk2014-07-301-1/+1
| |
| * Port timer to mbedtmk2014-07-301-1/+1
| |
* | Adhoc fix compile error of usb_usbtmk2014-09-221-0/+1
|/
* New branch for 6KRO featureKai Ryu2014-05-131-0/+4
|
* Fix PS/2 mouse supporttmk2013-11-021-10/+1
|
* Fix mod stuck of MODS_KEY when leaving layer #62tmk2013-10-041-1/+1
| | | | | | | - Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching
* Fix VERSION: add opton --always to git describetmk2013-10-031-1/+1
|
* Fix version info commandtmk2013-09-191-1/+1
|
* Add build option KEYMAP_SECTION for keymap editortmk2013-09-111-0/+4
|
* Add version stringtmk2013-09-111-0/+4
|
* Add support for backlightWraul2013-06-221-0/+5
|
* Add xprintf(xitoa) from elm-chan.orgtmk2013-05-141-0/+1
|
* Fix bootmagic and eeconfig for virtual DIP SWtmk2013-04-071-1/+0
|
* Rename file layer_switch to action_layertmk2013-04-021-1/+1
|
* Add action_tapping.[ch] for refactoringtmk2013-03-291-0/+1
|
* Add common/suspend.ctmk2013-03-251-0/+2
|
* Add NO_ACTION_ONESHOT config optiontmk2013-03-211-0/+1
|
* Add COMMAND_ENABLE build optiontmk2013-03-191-1/+5
|
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-191-0/+3
| | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
* Add breathing sleep LED during USB suspendtmk2013-03-161-0/+6
|
* Add build option BOOTMAGIC_ENABLEtmk2013-03-111-2/+6
|
* Add bootmagic.c and fix bootloader_jumptmk2013-03-091-0/+1
|
* Add eeconfig.c - eeprom stored paramerterstmk2013-03-071-0/+1
|
* Replace layer_stack with layer_switchtmk2013-02-151-1/+1
|
* Add layer_stack files taking apart from action.ctmk2013-02-151-0/+1
|
* Add macro feature.tmk2013-02-041-0/+1
|
* Clean code.tmk2013-01-281-0/+1
|
* Add initial fix for new keymap.tmk2012-12-161-0/+1
|
* Initial version of new code for layer switch is added.tmk2012-10-171-1/+0
|
* test build of 'Host shield' in minimal env.tmk2012-08-281-0/+1
|
* Add CONSOLE_ENABLE build option to LUFA.tmk2012-07-201-6/+10
|
* Add protocol/lufa. LUFA supported now.tmk2012-06-281-11/+12
|
* Fixed Makefile to adjust new directories.tmk2012-06-071-4/+1
|
* Refactored bootloader jumping. Added USBaspLoader support.tmk2011-09-221-0/+1
|