From 72fd49b1468d6bbfa59e1c6334866d7aa34f31c1 Mon Sep 17 00:00:00 2001 From: yiancar Date: Wed, 18 Jul 2018 19:55:57 +0300 Subject: DC01 keyboard addition (#3428) * 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 --- keyboards/dc01/numpad/keymaps/ortho_5x4/readme.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 keyboards/dc01/numpad/keymaps/ortho_5x4/readme.md (limited to 'keyboards/dc01/numpad/keymaps/ortho_5x4/readme.md') diff --git a/keyboards/dc01/numpad/keymaps/ortho_5x4/readme.md b/keyboards/dc01/numpad/keymaps/ortho_5x4/readme.md new file mode 100644 index 000000000..383e02da8 --- /dev/null +++ b/keyboards/dc01/numpad/keymaps/ortho_5x4/readme.md @@ -0,0 +1,3 @@ +# The orthopad keymap for DC01 Numpad + +When using the numpad module individually, this keymap will take effect. When using the keyboard as a whole please edit the keymap of the left module. \ No newline at end of file -- cgit v1.2.3