aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/dc01
Commit message (Collapse)AuthorAgeFilesLines
* Remove HD44780 References, Part 2 (#9918)James Young2020-08-074-4/+0
| | | | | * remove HD44780_ENABLE rules: C-F * remove HD44780_ENABLE config: C-F
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-294-24/+24
| | | | | | | | | | | * Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files * Correct some 'rules.mk' in boards buried under vendor folders * PR8027 patch Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-054-192/+44
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-164-6/+2
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-068-36/+36
|
* [Keyboard] Remove relative location of i2c master/slave as it causes the ↵zvecr2019-05-314-4/+4
| | | | build to write to a folder outside of qmk_firmware (#6039)
* Next set of split_common changes (#4974)James Churchill2019-03-121-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
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-184-4/+4
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-3/+0
|
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-3/+0
|
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-274-7/+7
|
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-264-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
* Rename i2c_slave functions so it can coexist with i2c_master (#4875)James Churchill2019-01-223-18/+18
| | | Also merges tx/rx buffers, as only one is necessary.
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-134-4/+4
|
* DC01 updates and I2C avr speed overwrite (#4088)yiancar2018-10-082-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
* Keyboard: Fix UTF-8 encoding for DC01 Numpad info.json (#3462)noroadsleft2018-07-211-1/+1
|
* Keyboard: DC01 refactor and Configurator support (#3445)noroadsleft2018-07-2118-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
* DC01 keyboard addition (#3428)yiancar2018-07-1846-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