summaryrefslogtreecommitdiffstats
path: root/common.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-12-31Move Split Common VPATH addition (#4716)Drashna Jaelre1-1/+0
Specifically, only add the split_common folder to COMMON_VPATH if the feature is eanbled, to prevent issues with compilation
2018-07-17Lets split eh (#3120)That-Canadian1-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"
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert1-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
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert1-1/+5
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-06-18Fix serial_link vpath problemFred Sundvik1-2/+1
2017-06-18Split common.mk into common.mk and common_features.mkFred Sundvik1-128/+0
To support including keyboard/keymap specific rules before it
2017-06-18Try to build tmk_commonFred Sundvik1-1/+123
2016-11-26separated into api files/folderJack Humbert1-0/+1
2016-08-27More common settings for unit tests and keyboardsFred Sundvik1-7/+7
2016-08-27Build actual tests, convert byte_stuffer_testsFred Sundvik1-1/+15
2016-08-27The makefile actually calls build_testFred Sundvik1-0/+12
2015-04-09Remove core library and build filestmk1-77/+0
2015-04-09Change TOP_DIR to TMK_DIR in makefilestmk1-2/+2
2014-11-24Merge branch 'rn42' into merge_rn42tmk1-6/+6
Conflicts: .gitignore common.mk common/debug_config.h common/print.h
2014-09-22Adhoc fix compile error of usb_usbtmk1-0/+1
2014-07-30Fix common files for mbedtmk1-5/+5
2014-07-30Port action_* to mbedtmk1-1/+1
2014-07-30Port timer to mbedtmk1-1/+1
2014-05-13New branch for 6KRO featureKai Ryu1-0/+4
2013-11-01Fix PS/2 mouse supporttmk1-10/+1
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62tmk1-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
2013-10-03Fix VERSION: add opton --always to git describetmk1-1/+1
2013-09-18Fix version info commandtmk1-1/+1
2013-09-11Add build option KEYMAP_SECTION for keymap editortmk1-0/+4
2013-09-11Add version stringtmk1-0/+4
2013-06-22Add support for backlightWraul1-0/+5
2013-05-14Add xprintf(xitoa) from elm-chan.orgtmk1-0/+1
2013-04-07Fix bootmagic and eeconfig for virtual DIP SWtmk1-1/+0
2013-04-02Rename file layer_switch to action_layertmk1-1/+1
2013-03-28Add action_tapping.[ch] for refactoringtmk1-0/+1
2013-03-24Add common/suspend.ctmk1-0/+2
2013-03-21Add NO_ACTION_ONESHOT config optiontmk1-0/+1
2013-03-19Add COMMAND_ENABLE build optiontmk1-1/+5
2013-03-19Add NO_PRINT and NO_DEBUG config options.tmk1-0/+3
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
2013-03-16Add breathing sleep LED during USB suspendtmk1-0/+6
2013-03-11Add build option BOOTMAGIC_ENABLEtmk1-2/+6
2013-03-09Add bootmagic.c and fix bootloader_jumptmk1-0/+1
2013-03-06Add eeconfig.c - eeprom stored paramerterstmk1-0/+1
2013-02-15Replace layer_stack with layer_switchtmk1-1/+1
2013-02-15Add layer_stack files taking apart from action.ctmk1-0/+1
2013-02-04Add macro feature.tmk1-0/+1
2013-01-28Clean code.tmk1-0/+1
2012-12-15Add initial fix for new keymap.tmk1-0/+1
2012-10-17Initial version of new code for layer switch is added.tmk1-1/+0
2012-08-28test build of 'Host shield' in minimal env.tmk1-0/+1
2012-07-20Add CONSOLE_ENABLE build option to LUFA.tmk1-6/+10
2012-06-28Add protocol/lufa. LUFA supported now.tmk1-11/+12
2012-06-07Fixed Makefile to adjust new directories.tmk1-4/+1
2011-09-22Refactored bootloader jumping. Added USBaspLoader support.tmk1-0/+1
2011-09-17Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk1-0/+38