summaryrefslogtreecommitdiffstats
path: root/keyboards/dc01
AgeCommit message (Collapse)AuthorFilesLines
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