summaryrefslogtreecommitdiffstats
path: root/keyboards/cu75/cu75.h
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] move cu24, cu75, cu80/v1 into capsunlocked folder (#15758)peepeetee2022-01-101-109/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-031-16/+0
|\
| * Remove more cruft in keyboard files (#14288)Ryan2021-09-031-16/+0
| |
* | Fix typos from 14248 (#14261)Ryan2021-09-011-1/+1
| |
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-011-46/+45
|/ | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* CU75: Refactor and Configurator updates (#3123)noroadsleft2018-06-041-5/+5
| | | | | | | | * Refactor * Configurator: LAYOUT_iso fix * Readme formatting cleanup
* Cu75 iso fix (#2801)yiancar2018-04-241-2/+2
| | | | | | | | | | | | | | | | * Added Modular keyboards L,R and NUM Created code modules for the 3 modules of the modular keyboard. Original idea by MechboardsUK. Uses i2c implementation similar to lets split * Remove modular from master This is to fix incorrect branching * CU75 keymap fix Incorrect keymap now fixed
* Support upcoming caps_unlocked boards in QMK Configurator (#2738)MechMerlin2018-04-121-7/+23
| | | | | | | | | | | | | | * Change KEYMAP macro to LAYOUT macro * Add CU24 QMK Configurator Support - Change KEYMAP macro to LAYOUT macro - Add new LAYOUTS to support a default numpad * QMK Configurator Support for CU75 Add LAYOUT_all to support all layouts Add corresponding info.json
* New keyboard: Cu75 (#2374)yiancar2018-02-101-0/+110
* Added Modular keyboards L,R and NUM Created code modules for the 3 modules of the modular keyboard. Original idea by MechboardsUK. Uses i2c implementation similar to lets split * Remove modular from master This is to fix incorrect branching * Addition of cu75 Addition of cu75 keyboard, uses libraries from LFKeyboards directory which are path linked to reduce file duplication. Minor fix on cu24 readme * Minor Readme Fix