summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Collapse)Author
2018-07-16Lets split eh (#3120)That-Canadian
* 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 Humbert
* 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 Humbert
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-06-19Fix serial_link vpath problemFred Sundvik
2017-06-18Split common.mk into common.mk and common_features.mkFred Sundvik
To support including keyboard/keymap specific rules before it
2017-06-18Try to build tmk_commonFred Sundvik
2016-11-26separated into api files/folderJack Humbert
2016-08-27More common settings for unit tests and keyboardsFred Sundvik
2016-08-27Build actual tests, convert byte_stuffer_testsFred Sundvik
2016-08-27The makefile actually calls build_testFred Sundvik
2015-04-10Remove core library and build filestmk
2015-04-09Change TOP_DIR to TMK_DIR in makefilestmk
2014-11-24Merge branch 'rn42' into merge_rn42tmk
Conflicts: .gitignore common.mk common/debug_config.h common/print.h
2014-09-22Adhoc fix compile error of usb_usbtmk
2014-07-30Fix common files for mbedtmk
2014-07-30Port action_* to mbedtmk
2014-07-30Port timer to mbedtmk
2014-05-13New branch for 6KRO featureKai Ryu
2013-11-02Fix PS/2 mouse supporttmk
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62tmk
- 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 describetmk
2013-09-19Fix version info commandtmk
2013-09-11Add build option KEYMAP_SECTION for keymap editortmk
2013-09-11Add version stringtmk
2013-06-22Add support for backlightWraul
2013-05-14Add xprintf(xitoa) from elm-chan.orgtmk
2013-04-07Fix bootmagic and eeconfig for virtual DIP SWtmk
2013-04-02Rename file layer_switch to action_layertmk
2013-03-29Add action_tapping.[ch] for refactoringtmk
2013-03-25Add common/suspend.ctmk
2013-03-21Add NO_ACTION_ONESHOT config optiontmk
2013-03-19Add COMMAND_ENABLE build optiontmk
2013-03-19Add NO_PRINT and NO_DEBUG config options.tmk
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
2013-03-16Add breathing sleep LED during USB suspendtmk
2013-03-11Add build option BOOTMAGIC_ENABLEtmk
2013-03-09Add bootmagic.c and fix bootloader_jumptmk
2013-03-07Add eeconfig.c - eeprom stored paramerterstmk
2013-02-15Replace layer_stack with layer_switchtmk
2013-02-15Add layer_stack files taking apart from action.ctmk
2013-02-04Add macro feature.tmk
2013-01-28Clean code.tmk
2012-12-16Add initial fix for new keymap.tmk
2012-10-17Initial version of new code for layer switch is added.tmk
2012-08-28test build of 'Host shield' in minimal env.tmk
2012-07-20Add CONSOLE_ENABLE build option to LUFA.tmk
2012-06-28Add protocol/lufa. LUFA supported now.tmk
2012-06-07Fixed Makefile to adjust new directories.tmk
2011-09-22Refactored bootloader jumping. Added USBaspLoader support.tmk
2011-09-17Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk