summaryrefslogtreecommitdiffstats
path: root/keyboards/dc01
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12Next set of split_common changes (#4974)James Churchill1-2/+2
* Update split_common to use standard i2c drivers * Eliminate RGB_DIRTY/BACKLIT_DIRTY * Fix avr i2c_master error handling * Fix i2c_slave addressing * Remove unneeded timeout on i2c_stop() * Fix RGB I2C transfers * Remove incorrect comment
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr4-4/+4
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark1-3/+0
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark1-3/+0
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill4-7/+7
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre4-24/+0
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-22Rename i2c_slave functions so it can coexist with i2c_master (#4875)James Churchill3-18/+18
Also merges tx/rx buffers, as only one is necessary.
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt4-4/+4
2018-10-09DC01 updates and I2C avr speed overwrite (#4088)yiancar2-28/+15
* DC01 updates and I2C avr speed overwrite - General updating of DC01 - Made F_SCL define in AVR I2C driver overwritable from config.h * Update drivers/avr/i2c_master.c
2018-07-22Keyboard: Fix UTF-8 encoding for DC01 Numpad info.json (#3462)noroadsleft1-1/+1
2018-07-21Keyboard: DC01 refactor and Configurator support (#3445)noroadsleft18-22/+85
* Arrow: matrix and keymap refactor * Left: matrix and keymap refactor * Numpad: matrix macro correction * Numpad: add support for community layouts numpad_5x4 and ortho_5x4 * Right: matrix and keymap refactor * DC01 global readme cleanup (minor grammar) * DC01 global Configurator support * Right: bugfixes for HHKB-style keymaps
2018-07-18DC01 keyboard addition (#3428)yiancar46-0/+3633
* DC01 initial commit - Addition of directories - Left readme * Initial commit of left half * Initial files for right half * arrow * i2c adjustments * I2C slave and DC01 refractoring - Cleaned up state machine of I2C slave driver - Modified DC01 left to use already pressent I2C master driver - Modified DC01 matrixes * Fixed tabs to spaces * Addition of Numpad * Add keymaps - Orthopad keymap for numpad module - Numpad keymap for numpad module - ISO, ANSI and HHKB version of keymap for right module * Minor matrix.c fixes * Update Readmes